/* Glossary Container */
.ss-glossary-page {
    max-width: 900px;
    margin: 40px auto;
    font-family: system-ui;
}

/* Search Bar */
.ss-glossary-search-wrapper {
    text-align: center;
    margin-bottom: 22px;
}
#ss-glossary-search {
    width: 60%;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

/* A�Z Navigation */
.ss-glossary-nav {
    text-align: center;
    margin-bottom: 25px;
}
.ss-glossary-nav a {
    margin: 4px;
    font-weight: 600;
    text-decoration: none;
    color: #2271b1;
}
.ss-glossary-nav a.inactive {
    color: #ccc !important;
    pointer-events: none;
    cursor: default;
}

/* Letter Section */
.ss-letter-section {
    margin-bottom: 30px;
}
.ss-letter-section h2 {
    margin-bottom: 10px;
}

/* Term List */
.ss-term-list {
    list-style: none;
    padding-left: 0;
}
.ss-term-item {
    margin-bottom: 14px;
}
.ss-term-title {
    font-size: 18px;
    color: #2271b1;
    text-decoration: none;
}
.ss-term-preview {
    margin: 3px 0 0;
    color: #444;
    font-size: 14px;
}

/* Video Badge */
.ss-video-badge {
    background: #ffefc5;
    border: 1px solid #f4c542;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 6px;
}



/* -----------------------------------------------------------
   Single Glossary Term � SearchShifter Styling
----------------------------------------------------------- */

.ss-glossary-single {
    max-width: 850px;
    margin: 50px auto;
    font-family: system-ui, sans-serif;
    line-height: 1.6;
    padding: 0 20px;
    color: #222;
}

.ss-glossary-single h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}

.ss-glossary-single h2 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

/* Paragraph styling */
.ss-glossary-single p {
    margin-bottom: 15px;
    font-size: 16px;
}

/* --- Locked Feature Box --- */
.ss-locked-box {
    background: #f7f7f9;
    border: 1px solid #d4d7dd;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ss-locked-box span {
    color: #444;
}

.ss-upgrade-btn {
    background: #1967d2;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease-in-out;
}

.ss-upgrade-btn:hover {
    background: #0d4fb3;
}

/* --- Related Terms --- */
.ss-related-terms a {
    text-decoration: none;
    color: #1967d2;
    margin-right: 10px;
}

.ss-related-terms a:hover {
    text-decoration: underline;
}

/* Back to Glossary link */
.ss-glossary-back {
    display: inline-block;
    margin-top: 30px;
    color: #1967d2;
    text-decoration: none;
    font-size: 15px;
}

.ss-glossary-back:hover {
    text-decoration: underline;
}

/* Responsive */
@media(max-width: 600px) {
    .ss-glossary-single h1 {
        font-size: 28px;
    }
    .ss-locked-box {
        flex-direction: column;
        gap: 10px;
    }
}
.ss-related-terms {
    margin: 10px 0;
    padding-left: 20px;
}

.ss-related-terms li {
    margin-bottom: 4px;
}

.ss-related-terms a {
    color: #2271b1;
    text-decoration: none;
}

.ss-related-terms a:hover {
    text-decoration: underline;
}
/* Wrapper */
.ss-glossary-wrapper {
    max-width: 780px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: system-ui, sans-serif;
    color: #222;
}

/* Title */
.ss-term-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Section titles */
.ss-section-title {
    font-size: 22px;
    margin-top: 35px;
    font-weight: 600;
}

/* Paragraph text */
.ss-section-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Upgrade locked box */
.ss-locked-box {
    border: 1px solid #ddd;
    padding: 12px 15px;
    background: #f9f9f9;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ss-upgrade-btn {
    background: #2271b1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

/* Related terms list */
.ss-related-list {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 20px 0;
}

.ss-related-list li {
    margin: 6px 0;
}

.ss-related-list a {
    color: #2271b1;
    text-decoration: none;
    font-weight: 500;
}

.ss-related-list a:hover {
    text-decoration: underline;
}

/* Back link */
.ss-back-link {
    display: inline-block;
    margin-top: 40px;
    color: #2271b1;
    text-decoration: none;
}

.ss-back-link:hover {
    text-decoration: underline;
}

/* Video container */
.ss-video-wrapper {
    margin-top: 10px;
}
.ss-authority-badge {
    display: inline-block;
    background: #8e24aa;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 12px;
    margin-left: 6px;
    font-weight: 600;
}
.ss-pro-badge {
    background:#1e88e5;
    color:#fff;
    padding:4px 10px;
    border-radius:6px;
    font-size:12px;
    display:inline-block;
    margin-bottom:10px;
}
