
.qaamuus-search-wrapper{
    display:flex;
    gap:12px;
    align-items:center;
    max-width:500px;
    margin:auto;
}
/*
.qaamuus-search-wrapper{

    display:flex;
    align-items:center;
    gap:12px;

    max-width:700px;

    margin:20px auto;

} */

.qaamuus-word{
    flex:1;
    height:52px;
    padding:0 20px;
    font-size:18px;
    border:1px solid #d0d5dd;
    border-radius:30px;
    outline:none;
}

.qaamuus-word:focus{
    border-color:#0F6CBD;
    box-shadow:0 0 0 3px rgba(15,108,189,.15);
}

.qaamuus-search-button{

    width:52px;
    height:52px;

    border:none;

    border-radius:50%;

    background:#0F6CBD;

    color:white;

    cursor:pointer;

    font-size:20px;

    transition:.2s;
}

.qaamuus-search-button:hover{

    background:#0959a8;

    transform:scale(1.05);

}


.qaamuus-search-container{
    position:relative;
    max-width:500px;
}

.qaamuus-word{
    width:100%;
}

.qaamuus-autocomplete{

    position:absolute;
    top:100%;
    left:0;
    right:0;

    background:#fff;
    border:1px solid #ddd;

    z-index:1000;

    max-height:300px;
    overflow-y:auto;

    display:none;
}

.qaamuus-suggestion{
    padding:10px;
    cursor:pointer;
}

.qaamuus-suggestion:hover{
    background:#f5f5f5;
}

.qaamuus-suggestion.active{
    background:#1e73be;
    color:#fff;
}

.qaamuus-entry{
    margin-top:20px;
}

.qaamuus-entry-link{
    color:inherit;
    text-decoration:none;
}

.qaamuus-entry-link:hover,
.qaamuus-entry-link:focus{
    color:#0F6CBD;
    text-decoration:underline;
}

.qaamuus-word-page{
    width:min(100% - 32px, 900px);
    margin:40px auto;
}

.qaamuus-related-heading{

    margin-top:30px;
    margin-bottom:15px;

    padding-bottom:8px;

    border-bottom:2px solid #ddd;

    font-size:20px;

}

.qaamuus-related-heading{

    display:flex;
    align-items:center;
    gap:8px;

    margin-top:35px;
    margin-bottom:20px;

    padding-bottom:10px;

    border-bottom:2px solid #e6e6e6;

    font-size:20px;
    font-weight:600;

    color:#444;

}

.qaamuus-related-icon{

    font-size:18px;

}

.qaamuus-related-count{

    font-size:14px;

    color:#888;

    font-weight:normal;

}

.qaamuus-other-related{
    margin-top:30px;
    padding-top:15px;
    border-top:2px solid #e6e6e6;
}

.qaamuus-other-related-heading{
    margin-bottom:8px;
    font-size:20px;
    font-weight:600;
    color:#444;
}

.qaamuus-other-related p{
    margin:0;
    line-height:1.8;
}

.qaamuus-other-related-link{
    color:#0F6CBD;
    text-decoration:none;
}

.qaamuus-other-related-link:hover,
.qaamuus-other-related-link:focus{
    text-decoration:underline;
}
/* Consistent Urban-inspired search treatment for every shortcode location. */
.qaamuus-dictionary .qaamuus-search-container{
    width:100%;
    max-width:500px;
    margin:0 auto;
}

.qaamuus-dictionary .qaamuus-search-wrapper{
    max-width:none;
    gap:8px;
    padding:5px;
    background:#fff;
    border:2px solid #202124;
    border-radius:10px;
    box-shadow:4px 4px 0 #202124;
}

.qaamuus-dictionary .qaamuus-word{
    min-width:0;
    height:48px;
    padding:0 15px;
    color:#202124;
    background:transparent;
    border:0;
    border-radius:6px;
    box-shadow:none;
    font-size:17px;
    font-weight:600;
}

.qaamuus-dictionary .qaamuus-word:focus{
    border:0;
    box-shadow:inset 0 0 0 2px rgba(15,108,189,.25);
}

.qaamuus-dictionary .qaamuus-search-button{
    flex:0 0 48px;
    width:48px;
    height:48px;
    border-radius:7px;
    background:#1261d8;
    transform:none;
}

.qaamuus-dictionary .qaamuus-search-button:hover,
.qaamuus-dictionary .qaamuus-search-button:focus{
    background:#0c4faf;
    transform:none;
}

.qaamuus-dictionary .qaamuus-autocomplete{
    top:calc(100% + 8px);
    overflow:hidden auto;
    background:#fff;
    border:1px solid #c9ccd1;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(32,33,36,.16);
}

.qaamuus-dictionary .qaamuus-suggestion{
    padding:11px 15px;
    border-bottom:1px solid #eceef1;
}
/* Definition-page card layout inspired by modern community dictionaries. */
.qaamuus-word-page{
    box-sizing:border-box;
    width:100%;
    max-width:min(860px, calc(100vw - 32px));
    padding-right:0;
    padding-left:0;
    margin:36px auto 56px;
    color:#202124;
    font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.qaamuus-word-page .qaamuus-dictionary{
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
}

.qaamuus-word-page .qaamuus-search-container{
    max-width:none;
    margin:0 0 28px;
}

.qaamuus-word-page .qaamuus-search-wrapper{
    max-width:none;
    gap:8px;
    padding:6px;
    background:#fff;
    border:2px solid #202124;
    border-radius:10px;
    box-shadow:4px 4px 0 #202124;
}

.qaamuus-word-page .qaamuus-word{
    min-width:0;
    height:48px;
    padding:0 16px;
    color:#202124;
    background:transparent;
    border:0;
    border-radius:6px;
    box-shadow:none;
    font-size:18px;
    font-weight:600;
}

.qaamuus-word-page .qaamuus-word:focus{
    border:0;
    box-shadow:inset 0 0 0 2px rgba(15,108,189,.25);
}

.qaamuus-word-page .qaamuus-search-button{
    flex:0 0 48px;
    width:48px;
    height:48px;
    border-radius:7px;
    background:#1261d8;
    transform:none;
}

.qaamuus-word-page .qaamuus-search-button:hover,
.qaamuus-word-page .qaamuus-search-button:focus{
    background:#0c4faf;
    transform:none;
}

.qaamuus-word-page .qaamuus-autocomplete{
    top:calc(100% + 8px);
    overflow:hidden auto;
    background:#fff;
    border:1px solid #c9ccd1;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(32,33,36,.16);
}

.qaamuus-word-page .qaamuus-suggestion{
    padding:11px 15px;
    border-bottom:1px solid #eceef1;
}

.qaamuus-word-page .qaamuus-results{
    display:grid;
    grid-template-columns:minmax(0, 1fr);
    width:100%;
    min-width:0;
    max-width:100%;
    gap:20px;
}

.qaamuus-word-page .qaamuus-results > *{
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
}

#qeexid{
    scroll-margin-top:110px;
}

.qaamuus-word-page .qaamuus-entry{
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
    margin:0;
    padding:24px 26px;
    overflow-wrap:anywhere;
    background:#fff;
    border:1px solid #cfd3d8;
    border-radius:9px;
    box-shadow:0 2px 5px rgba(32,33,36,.08);
}

.qaamuus-word-page .qaamuus-entry--primary{
    border-top:5px solid #1261d8;
}

.qaamuus-word-page .qaamuus-entry--related{
    border-left:4px solid #84aef0;
}

.qaamuus-word-page .qaamuus-entry h3{
    margin:0 0 16px;
    color:#1261d8;
    font-size:34px;
    font-weight:800;
    line-height:1.12;
    letter-spacing:-.02em;
}

.qaamuus-word-page .qaamuus-entry--related h3{
    font-size:27px;
}

.qaamuus-word-page .qaamuus-entry-link{
    color:inherit;
}

.qaamuus-word-page .qaamuus-entry-link:hover,
.qaamuus-word-page .qaamuus-entry-link:focus{
    color:#0c4faf;
}

.qaamuus-entry h3 > .qaamuus-audio-button,
.qaamuus-wotd-entry h2 > .qaamuus-audio-button{
    all:unset;
    box-sizing:border-box;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:26px!important;
    min-width:26px!important;
    height:26px!important;
    min-height:26px!important;
    margin:0 0 0 18px!important;
    padding:0!important;
    vertical-align:middle!important;
    color:#1261d8!important;
    background:transparent!important;
    border:0!important;
    border-radius:4px!important;
    box-shadow:none!important;
    cursor:pointer!important;
    line-height:1!important;
    text-decoration:none!important;
    transition:background-color .15s ease,color .15s ease,transform .15s ease;
}

.qaamuus-entry h3 > .qaamuus-audio-button:hover,
.qaamuus-entry h3 > .qaamuus-audio-button:focus,
.qaamuus-wotd-entry h2 > .qaamuus-audio-button:hover,
.qaamuus-wotd-entry h2 > .qaamuus-audio-button:focus{
    color:#fff!important;
    background:#1261d8!important;
    outline:none!important;
}

.qaamuus-audio-button:focus-visible{
    box-shadow:0 0 0 3px rgba(18,97,216,.25)!important;
}

.qaamuus-audio-button.is-playing{
    color:#fff!important;
    background:#1261d8!important;
    transform:scale(.94)!important;
}

.qaamuus-audio-button svg{
    display:block!important;
    width:21px!important;
    height:21px!important;
    max-width:none!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    visibility:visible!important;
}

.qaamuus-word-page .qaamuus-entry p{
    margin:10px 0;
    color:#4b5057;
    font-size:15px;
    line-height:1.65;
}

.qaamuus-word-page .qaamuus-entry p strong{
    color:#202124;
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.qaamuus-word-page .qaamuus-entry ol{
    margin:6px 0 14px;
    padding-left:24px;
}

.qaamuus-word-page .qaamuus-entry li{
    padding:4px 0 7px 4px;
    color:#202124;
    font-size:17px;
    line-height:1.7;
}

.qaamuus-word-page .qaamuus-related-heading{
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:14px 0 -4px;
    padding:12px 16px;
    color:#fff;
    background:#202124;
    border:0;
    border-radius:8px;
    font-size:18px;
    font-weight:800;
}

.qaamuus-word-page .qaamuus-related-count{
    padding:3px 9px;
    color:#202124;
    background:#fff;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
}

.qaamuus-word-page .qaamuus-other-related{
    margin:0;
    padding:20px 22px;
    background:#eef4ff;
    border:1px solid #bfd3f5;
    border-radius:9px;
}

.qaamuus-word-page .qaamuus-other-related-heading{
    margin-bottom:10px;
    color:#202124;
    font-size:18px;
    font-weight:800;
}

.qaamuus-word-page .qaamuus-other-related p{
    margin:0;
    color:#667085;
    line-height:1.9;
}

.qaamuus-word-page .qaamuus-other-related-link{
    color:#1261d8;
    font-weight:700;
}

.qaamuus-word-page .qaamuus-spelling-card{
    border-left:5px solid #1261d8;
    box-shadow:0 2px 5px rgba(32,33,36,.08);
}

.qaamuus-word-page .qaamuus-spelling-prompt{
    margin:0 0 14px;
    color:#667085;
    font-size:16px;
}

.qaamuus-word-page .qaamuus-suggestions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}

.qaamuus-word-page .qaamuus-suggestions li{
    margin:0;
    padding:0;
}

.qaamuus-word-page .qaamuus-spelling-suggestion{
    display:inline-block;
    padding:8px 13px;
    color:#1261d8;
    background:#fff;
    border:1px solid #9fbee9;
    border-radius:999px;
    font-weight:700;
    line-height:1.25;
    text-decoration:none;
}

.qaamuus-word-page .qaamuus-spelling-suggestion:hover,
.qaamuus-word-page .qaamuus-spelling-suggestion:focus{
    color:#fff;
    background:#1261d8;
    border-color:#1261d8;
}

@media (max-width:600px){
    .qaamuus-word-page{
        width:calc(100vw - 20px);
        max-width:calc(100vw - 20px);
        margin:20px auto 36px;
    }

    .qaamuus-word-page .qaamuus-search-wrapper{
        box-shadow:3px 3px 0 #202124;
    }

    .qaamuus-word-page .qaamuus-entry{
        padding:20px 18px;
    }

    .qaamuus-word-page .qaamuus-entry h3{
        font-size:29px;
    }

    .qaamuus-word-page .qaamuus-entry--related h3{
        font-size:24px;
    }

    .qaamuus-word-page .qaamuus-entry li{
        font-size:16px;
    }
}

/* Community definitions, voting, submissions, and sharing. */
.qaamuus-definition-item{
    position:relative;
}

.qaamuus-definition-votes{
    display:inline-flex;
    align-items:center;
    margin-left:0;
    overflow:hidden;
    color:#1261d8;
    background:#eef4ff;
    border:1px solid #bfd3f5;
    border-radius:9px;
    box-shadow:none;
}

.qaamuus-vote-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-width:52px;
    height:38px;
    padding:0 10px;
    color:#1261d8;
    background:transparent;
    border:0;
    border-radius:0;
    font-size:14px;
    font-weight:800;
    line-height:1;
    cursor:pointer;
}

.qaamuus-vote-button:hover,
.qaamuus-vote-button:focus,
.qaamuus-vote-button.is-selected{
    color:#fff;
    background:#1261d8;
    outline:none;
}

.qaamuus-vote-up{
    border-right:1px solid #bfd3f5;
}

.qaamuus-vote-down:hover,
.qaamuus-vote-down:focus,
.qaamuus-vote-down.is-selected{
    background:#1261d8;
}

.qaamuus-community-heading{
    margin:22px 0 10px;
    padding-top:18px;
    color:#202124;
    border-top:1px solid #e2e5e9;
    font-size:16px;
    font-weight:800;
}

.qaamuus-community-definition-list{
    margin-bottom:18px!important;
}

.qaamuus-definition-byline{
    margin-top:5px;
    color:#6b7280;
    font-size:12px;
}

.qaamuus-community-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    margin-top:16px;
    padding-top:12px;
    border-top:1px solid #e2e5e9;
}

.qaamuus-community-action-buttons{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
}

.qaamuus-share-button,
.qaamuus-add-definition-toggle,
.qaamuus-definition-form button[type="submit"]{
    min-height:38px;
    padding:7px 11px;
    color:#fff;
    background:#1261d8;
    border:0;
    border-radius:7px;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
}

.qaamuus-share-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    min-width:38px;
    height:38px;
    min-height:38px;
    padding:0;
    color:#1261d8;
    background:#eef4ff;
    border:1px solid #bfd3f5;
    border-radius:50%;
}

.qaamuus-share-button svg{
    display:block;
    width:20px;
    height:20px;
}

.qaamuus-share-button:hover,
.qaamuus-share-button:focus{
    color:#fff;
    background:#1261d8;
    border-color:#1261d8;
}

.qaamuus-add-definition-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    white-space:nowrap;
}

.qaamuus-add-definition-toggle:hover,
.qaamuus-add-definition-toggle:focus,
.qaamuus-definition-form button[type="submit"]:hover,
.qaamuus-definition-form button[type="submit"]:focus{
    background:#0c4faf;
}

.qaamuus-definition-form{
    flex:1 0 100%;
    width:100%;
    padding:16px;
    background:#f7f9fc;
    border:1px solid #d9e0ea;
    border-radius:8px;
}

.qaamuus-definition-form[hidden]{
    display:none!important;
}

.qaamuus-definition-form label{
    display:block;
    color:#202124;
    font-size:14px;
    font-weight:800;
}

.qaamuus-definition-form textarea{
    display:block;
    box-sizing:border-box;
    width:100%;
    min-height:120px;
    margin-top:8px;
    padding:11px 12px;
    color:#202124;
    background:#fff;
    border:1px solid #bcc4ce;
    border-radius:7px;
    font:inherit;
    font-weight:400;
    resize:vertical;
}

.qaamuus-definition-form textarea:focus{
    border-color:#1261d8;
    box-shadow:0 0 0 3px rgba(18,97,216,.15);
    outline:none;
}

.qaamuus-definition-form-footer{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    margin-top:10px;
}

.qaamuus-definition-form-status,
.qaamuus-share-status,
.qaamuus-card-action-status{
    color:#52606d;
    font-size:13px;
    font-weight:700;
}

.qaamuus-card-action-status:not(:empty),
.qaamuus-share-status:not(:empty){
    flex:1 0 100%;
    text-align:right;
}

.qaamuus-definition-form-status.is-success{
    color:#167144;
}

.qaamuus-definition-form-status.is-error{
    color:#a61b1b;
}

@media (max-width:600px){
    .qaamuus-community-actions{
        display:grid;
        grid-template-columns:auto auto;
        align-items:center;
        justify-content:end;
        gap:7px;
        margin-top:13px;
        padding-top:11px;
    }

    .qaamuus-community-action-buttons{
        min-width:0;
        flex-wrap:nowrap;
        justify-content:flex-end;
        gap:7px;
    }

    .qaamuus-definition-votes{
        margin-left:auto;
        justify-self:end;
    }

    .qaamuus-vote-button{
        min-width:45px;
        padding:0 7px;
    }

    .qaamuus-definition-form,
    .qaamuus-card-action-status,
    .qaamuus-share-status:not(:empty){
        grid-column:1 / -1;
    }
}

@media (max-width:380px){
    .qaamuus-community-actions{
        grid-template-columns:auto auto;
        gap:4px;
    }

    .qaamuus-community-action-buttons{
        gap:4px;
    }

    .qaamuus-share-button{
        width:34px;
        min-width:34px;
        height:34px;
        min-height:34px;
    }

    .qaamuus-add-definition-toggle{
        min-height:34px;
        padding:5px 8px;
        font-size:12px;
    }

    .qaamuus-vote-button{
        min-width:40px;
        height:34px;
        padding:0 6px;
        gap:3px;
    }
}

.qaamuus-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px}
.qaamuus-suggestion-meta{flex:0 0 auto;color:#6b7280;font-size:11px;font-weight:600}
.qaamuus-suggestion.active .qaamuus-suggestion-meta,.qaamuus-suggestion:hover .qaamuus-suggestion-meta{color:inherit}
.qaamuus-language-label{display:inline-block;margin-bottom:8px;padding:4px 9px;color:#fff;background:#91201f;border-radius:999px;font-size:12px;font-weight:700}
.qaamuus-english-sense + .qaamuus-english-sense{margin-top:20px;padding-top:18px;border-top:1px solid #e2e5e9}
.qaamuus-entry-source{margin-top:6px;color:#6b7280;font-size:12px}
.qaamuus-translation-list{margin:12px 0 0;padding-left:22px}
.qaamuus-translation-list li{margin:0 0 12px}
.qaamuus-translation-list li:last-child{margin-bottom:0}
.qaamuus-translation-list a{color:#91201f;font-weight:700;text-decoration:none}
.qaamuus-translation-list a:hover,.qaamuus-translation-list a:focus{text-decoration:underline}
.qaamuus-translation-domain{color:#6b7280;font-size:13px}
#ereyada{scroll-margin-top:24px}
/* Theme-header dictionary form: full width with an unclipped autocomplete. */
form.qaamuus-header-search{
    position:relative;
    display:block;
    flex:1 1 100%;
    align-self:stretch;
    width:100% !important;
    min-width:0;
    max-width:100% !important;
    margin:0;
    overflow:visible;
}

form.qaamuus-header-search .qaamuus-search-container,
form.qaamuus-header-search .qaamuus-search-wrapper{
    width:100% !important;
    max-width:100% !important;
    margin:0;
    box-sizing:border-box;
}

form.qaamuus-header-search .qaamuus-word{
    width:auto;
    min-width:0;
}

form.qaamuus-header-search .qaamuus-autocomplete{
    top:calc(100% + 8px);
    z-index:999999;
}
.qaamuus-header-autocomplete-portal{
    position:absolute;
    right:auto;
    z-index:2147483647;
    box-sizing:border-box;
    overflow:hidden auto;
    max-height:300px;
    background:#fff;
    border:1px solid #c9ccd1;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(32,33,36,.22);
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
}
@media (min-width:769px){
    .qaamuus-header-search-host{
        display:flex !important;
        flex-flow:row nowrap !important;
        align-items:center !important;
        flex:0 1 75% !important;
        width:75% !important;
        min-width:0 !important;
        max-width:75% !important;
    }

    form.qaamuus-header-search{
        flex:1 1 100% !important;
        align-self:center;
        width:100% !important;
        max-width:100% !important;
    }
}
.qaamuus-wotd-header{
    margin-bottom:24px;
    padding:28px;
    color:#fff;
    background:#202124;
    border-radius:10px;
    box-shadow:4px 4px 0 #1261d8;
}

.qaamuus-wotd-kicker{
    display:block;
    margin-bottom:7px;
    color:#9fc1f5;
    font-size:13px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.qaamuus-wotd-header h1{
    margin:0;
    color:#fff;
    font-size:38px;
    line-height:1.1;
}

.qaamuus-wotd-header p{
    margin:10px 0 0;
    color:#d9dde3;
    font-size:16px;
}

.qaamuus-wotd-archive{
    display:grid;
    gap:20px;
}

.qaamuus-word-page .qaamuus-wotd-entry h2{
    margin:5px 0 16px;
    color:#1261d8;
    font-size:34px;
    font-weight:800;
    line-height:1.12;
}

.qaamuus-wotd-date{
    color:#667085;
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.qaamuus-wotd-entry--today .qaamuus-wotd-date::before{
    content:'Maanta · ';
    color:#1261d8;
}
.qaamuus-wotd-feature{
    display:grid;
    gap:14px;
    margin-bottom:22px;
}

.qaamuus-wotd-feature-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:13px 16px;
    color:#fff;
    background:#202124;
    border-radius:8px;
}

.qaamuus-wotd-feature-heading h2{
    margin:0;
    color:#fff;
    font-size:19px;
}

.qaamuus-wotd-feature-heading a{
    color:#fff;
    font-size:14px;
    font-weight:800;
}

@media (max-width:600px){
    .qaamuus-wotd-header{
        padding:22px 20px;
    }

    .qaamuus-wotd-header h1{
        font-size:31px;
    }

    .qaamuus-word-page .qaamuus-wotd-entry h2{
        font-size:28px;
    }
}
.qaamuus-category-header{
    margin-bottom:22px;
    padding:28px;
    color:#fff;
    background:#202124;
    border-radius:10px;
    box-shadow:4px 4px 0 #1261d8;
}

.qaamuus-category-header span{
    display:block;
    margin-bottom:7px;
    color:#9fc1f5;
    font-size:13px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.qaamuus-category-header h1{
    margin:0;
    color:#fff;
    font-size:38px;
    line-height:1.1;
}

.qaamuus-category-header p{
    margin:10px 0 0;
    color:#d9dde3;
    font-size:16px;
}

.qaamuus-category-groups{
    display:grid;
    gap:18px;
    margin-bottom:24px;
}

.qaamuus-category-group{
    padding:20px 22px;
    background:#eef4ff;
    border:1px solid #bfd3f5;
    border-radius:9px;
}

.qaamuus-category-group h2{
    margin:0 0 13px;
    color:#202124;
    font-size:19px;
    font-weight:800;
}

.qaamuus-category-links{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.qaamuus-category-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    min-height:40px;
    padding:8px 12px;
    color:#1261d8;
    background:#fff;
    border:1px solid #9fbee9;
    border-radius:8px;
    font-weight:800;
    line-height:1.2;
    text-decoration:none;
}

.qaamuus-category-links--subjects .qaamuus-category-link{
    min-width:0;
}

.qaamuus-category-link:hover,
.qaamuus-category-link:focus,
.qaamuus-category-link.is-active{
    color:#fff;
    background:#1261d8;
    border-color:#1261d8;
}

.qaamuus-category-results{
    scroll-margin-top:110px;
    overflow:hidden;
    background:#fff;
    border:1px solid #cfd3d8;
    border-radius:10px;
    box-shadow:0 2px 5px rgba(32,33,36,.08);
}

.qaamuus-category-results-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:18px 22px;
    color:#fff;
    background:#202124;
}

.qaamuus-category-results-heading h2{
    margin:0;
    color:#fff;
    font-size:22px;
}

.qaamuus-category-loaded-count{
    flex:0 0 auto;
    padding:4px 10px;
    color:#202124;
    background:#fff;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
}

.qaamuus-category-word-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(170px, 1fr));
    gap:10px;
    padding:20px 22px;
}

.qaamuus-category-word{
    display:block;
    min-width:0;
    padding:11px 13px;
    overflow-wrap:anywhere;
    color:#1261d8;
    background:#f7f9fc;
    border:1px solid #d9e0ea;
    border-radius:7px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
}

.qaamuus-category-word:hover,
.qaamuus-category-word:focus{
    color:#fff;
    background:#1261d8;
    border-color:#1261d8;
}

.qaamuus-category-loader{
    min-height:24px;
    padding:0 22px 18px;
    color:#667085;
    text-align:center;
}
.qaamuus-category-retry{
    padding:9px 14px;
    color:#fff;
    background:#1261d8;
    border:0;
    border-radius:7px;
    font-weight:800;
    cursor:pointer;
}

.qaamuus-category-retry:hover,
.qaamuus-category-retry:focus{
    background:#0c4faf;
}

.qaamuus-category-sentinel{
    height:1px;
}

@media (max-width:600px){
    .qaamuus-category-header{
        padding:22px 20px;
    }

    .qaamuus-category-header h1{
        font-size:31px;
    }

    .qaamuus-category-group{
        padding:18px 16px;
    }

    .qaamuus-category-word-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        padding:16px;
    }

    .qaamuus-category-results-heading{
        padding:16px;
    }
}

.qaamuus-popular-words{
    margin:0 0 28px;
    padding:22px;
    background:#fff;
    border:1px solid #e2e5e9;
    border-radius:12px;
    box-shadow:0 4px 14px rgba(22,31,44,.07);
}

.qaamuus-popular-heading{
    margin-bottom:16px;
}

.qaamuus-popular-heading span{
    display:block;
    margin-bottom:3px;
    color:#6b7280;
    font-size:13px;
    font-weight:700;
    letter-spacing:.02em;
}

.qaamuus-popular-heading h2{
    margin:0;
    color:#202733;
    font-size:24px;
    line-height:1.2;
}

.qaamuus-popular-list{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
}

.qaamuus-popular-word{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
    padding:11px 13px;
    color:#7b1c1c;
    background:#faf6f6;
    border:1px solid #ead7d7;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
}

.qaamuus-popular-word:hover,
.qaamuus-popular-word:focus{
    color:#fff;
    background:#91201f;
    border-color:#91201f;
}

.qaamuus-popular-rank{
    display:inline-flex;
    flex:0 0 28px;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    color:#fff;
    background:#91201f;
    border-radius:50%;
    font-size:13px;
}

.qaamuus-popular-word:hover .qaamuus-popular-rank,
.qaamuus-popular-word:focus .qaamuus-popular-rank{
    color:#91201f;
    background:#fff;
}

@media (max-width:600px){
    .qaamuus-popular-words{
        padding:18px;
    }

    .qaamuus-popular-list{
        grid-template-columns:1fr;
    }
}
