@font-face {
    font-family: 'Szkolne';
    src: url('../fonts/Szkolne.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ramka-shortcode {
    display: inline-block;
    padding: 7px 14px;
    margin: 4px;
    border: 2px solid #58585a;
    background-color: #fff;
    vertical-align: middle;
    font-family: inherit;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}


.ramka-bullet {
    color: #888;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    line-height: 0;    
    vertical-align: middle;     
    padding-bottom: 6px;          
    user-select: none;
}

.ramka-shortcode.ramka-kursywa,
.kursywa-font {
    font-family: 'Szkolne', sans-serif;
    font-weight: normal;
    font-size: 30px;
    white-space: pre-wrap;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.95);
    font-feature-settings: "calt" 1, "liga" 1, "clig" 1;
    font-variant-ligatures: contextual common discretionary;
    letter-spacing: 0;
}

.ramka-opcja {
    display: inline;
}

.ramka-wybor {
    text-align: center;
}