/*
Theme Name: SSCResult Theme
Theme URI: https://SarkaariResults.in
Author: SSCResult Team
Author URI: https://SarkaariResults.in
Description: A high-performance, mobile-first, 2026 modern WordPress theme dedicated exclusively to Staff Selection Commission (SSC) examination results, scorecards, cut off marks, and updates.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sscresult-theme
Tags: mobile-first, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* Core styles are loaded via assets/css/main.css */

/* ==========================================================================
   GLOBAL UTILITIES & INLINE STYLE REPLACEMENTS
   ========================================================================== */

/* Bulletproof WordPress Emoji & Twemoji Sizing - Prevents SVGs Blowing Up */
img.wp-smiley,
img.emoji,
.elementor-widget img.emoji,
.ssc-p182-hero-card img,
.ssc-p182-badges img,
.ssc-p182-badge img,
.ssc-p182-updated-center img,
.ssc-p182-updated-center-row img {
    display: inline-block !important;
    border: none !important;
    box-shadow: none !important;
    height: 1.15em !important;
    width: 1.15em !important;
    min-width: 1.15em !important;
    max-width: 1.15em !important;
    min-height: 1.15em !important;
    max-height: 1.15em !important;
    margin: 0 0.25em 0 0 !important;
    vertical-align: -0.18em !important;
    background: transparent !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
}

.ssc-meta-icon img,
.ssc-meta-icon img.emoji {
    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.ssc-p182-updated-center img,
.ssc-p182-updated-center img.emoji {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

.ssc-p182-badge img,
.ssc-p182-badge img.emoji {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
}

/* Spacing Helpers */
.ssc-mb-0 { margin-bottom: 0 !important; }
.ssc-mb-05 { margin-bottom: 0.5rem !important; }
.ssc-mb-1 { margin-bottom: 1rem !important; }
.ssc-mb-15 { margin-bottom: 1.5rem !important; }
.ssc-mb-2 { margin-bottom: 2rem !important; }
.ssc-mb-25 { margin-bottom: 2.5rem !important; }

.ssc-mt-0 { margin-top: 0 !important; }
.ssc-mt-05 { margin-top: 0.5rem !important; }
.ssc-mt-1 { margin-top: 1rem !important; }
.ssc-mt-15 { margin-top: 1.5rem !important; }
.ssc-mt-2 { margin-top: 2rem !important; }

.ssc-my-15 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.ssc-my-2 { margin-top: 2rem !important; margin-bottom: 2rem !important; }

/* Text & Typography Helpers */
.ssc-lead-text {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
}

.ssc-text-muted-sm {
    font-size: 0.875rem;
    color: #64748b;
}

.ssc-text-danger-bold {
    color: #dc2626 !important;
    font-weight: 700 !important;
}

.ssc-article-body-text {
    line-height: 1.8;
    color: #334155;
    margin-top: 1.5rem;
}

.ssc-pre-line-text {
    white-space: pre-line;
    color: #334155;
    line-height: 1.8;
}

.ssc-font-weight-600 {
    font-weight: 600 !important;
}

.ssc-font-weight-700 {
    font-weight: 700 !important;
}

/* Flex & Alignment Helpers */
.ssc-flex-wrap-gap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.ssc-flex-meta-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.5rem;
}

.ssc-link-portal {
    color: var(--ssc-primary, #0056b3);
    font-weight: 600;
    text-decoration: none;
}
.ssc-link-portal:hover {
    text-decoration: underline;
}

.ssc-mobile-nav-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

/* Table Utilities */
.ssc-table-th-lg {
    font-size: 1.1rem;
    font-weight: 700;
}

.ssc-table-col-35 {
    width: 35%;
    font-weight: 600;
}

.ssc-table-col-40 {
    width: 40%;
    font-weight: 600;
}

.ssc-table-col-18 {
    width: 10%;
    font-weight: 600;
    white-space: nowrap;
}

.ssc-table-col-bold {
    font-weight: 700;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssc-table-col-20 {
    width: 18%;
    font-weight: 600;
}

.ssc-table-col-60 {
    width: 60%;
    font-weight: 600;
}

.ssc-two-panel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.ssc-card-panel {
    background: #ffffff;
    border: 1px solid var(--ssc-border, #e2e8f0);
    border-radius: 10px;
    padding: 1.25rem;
}

.ssc-panel-title {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.ssc-link-list-clean {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
}

.ssc-float-right {
    float: right;
}

.ssc-search-box-max {
    max-width: 600px;
}

.ssc-py-3 {
    padding: 3rem 1.5rem !important;
}

.ssc-box-center-max900 {
    max-width: 900px;
    margin: 2rem auto !important;
}

.ssc-box-center-max800 {
    max-width: 800px;
    margin: 2rem auto !important;
}

.ssc-article-header-bordered {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--ssc-border, #e2e8f0);
    padding-bottom: 1rem;
}

.ssc-notice-warning-box {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

.ssc-notice-success-box {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #166534;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.ssc-notice-error-box {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.ssc-form-flex-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ssc-form-two-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.ssc-form-label {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 4px;
    display: block;
}

.ssc-form-input {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
    width: 100%;
    box-sizing: border-box;
}

.ssc-hidden-field {
    display: none !important;
}

/* ==========================================================================
   HOMEPAGE H1 TITLE
   ========================================================================== */
.ssc-home-main-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 1.25rem 0 1rem 0;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 0 0.5rem;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .ssc-home-main-title {
        font-size: 1.85rem;
        margin: 1.5rem 0 1.25rem 0;
    }
}

/* ==========================================================================
   HOMEPAGE H2 TITLE ABOVE 6 BOXES
   ========================================================================== */
.ssc-boxes-main-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin: 1.75rem 0 1.25rem 0;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 0 0.5rem;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .ssc-boxes-main-title {
        font-size: 1.75rem;
        margin: 2.25rem 0 1.5rem 0;
    }
}

/* ==========================================================================
   RESULT PAGE (/result/) - 3 FEATURED BOXES & TABLE
   ========================================================================== */
.ssc-res-featured-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 860px) {
    .ssc-res-featured-3col {
        grid-template-columns: 1fr;
    }
}

.ssc-res-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ssc-res-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.ssc-res-card-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0284c7;
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
}

.ssc-res-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.ssc-res-card-meta {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 1rem;
}

.ssc-table-fit-btn {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background: #dc2626;
    color: #ffffff !important;
    border: 1px solid #b91c1c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.ssc-table-fit-btn:hover {
    background: #b91c1c;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   POST 182 MODULAR ELEMENTOR CARDS & BOXES
   ========================================================================== */
.ssc-p182-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ssc-p182-box-dates {
    border-top: 3px solid #dc2626;
}

.ssc-p182-box-fees {
    border-top: 3px solid #2563eb;
}

.ssc-p182-box-age {
    border-top: 3px solid #059669;
}

.ssc-p182-box-vac {
    border-top: 3px solid #7c3aed;
}

.ssc-p182-links-table th {
    background: #0f172a !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.ssc-p182-links-table td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

/* ==========================================================================
   GLOBAL UTILITY & ZERO-INLINE-STYLE CLASSES
   ========================================================================== */
.ssc-brand-highlight {
    color: #dc2626 !important;
}

/* Modal Visibility */
.ssc-modal-hidden {
    display: none !important;
}

/* Exam Card */
.ssc-exam-card-desc {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 3px;
    display: block;
}

/* Rank Estimator Component */
.ssc-rank-submit-btn {
    margin-top: 15px;
}
.ssc-rank-result-box {
    display: none;
    margin-top: 20px;
}

/* Salary Calculator Component */
.ssc-salary-breakdown {
    margin-top: 20px;
}
.ssc-sal-gross {
    color: #1e40af;
    font-weight: 700;
}
.ssc-sal-deductions {
    color: #dc2626;
    font-weight: 700;
}
.ssc-sal-net {
    color: #15803d;
    font-weight: 800;
}
.ssc-row-highlight {
    background: #f1f5f9;
    font-weight: 700;
}
.ssc-row-total {
    background: #dcfce7;
    font-weight: 800;
    font-size: 1.1rem;
}

/* Social Share Buttons */
.ssc-share-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #475569;
    margin-right: 0.5rem;
}
.ssc-share-whatsapp {
    background: #25d366 !important;
    color: #ffffff !important;
}
.ssc-share-telegram {
    background: #0088cc !important;
    color: #ffffff !important;
}
.ssc-share-twitter {
    background: #0f172a !important;
    color: #ffffff !important;
}
.ssc-share-facebook {
    background: #1877f2 !important;
    color: #ffffff !important;
}

/* 404 Page Styling */
.ssc-404-container {
    text-align: center;
    padding: 4rem 1.5rem;
    max-width: 700px;
    margin: 2rem auto;
}
.ssc-404-badge {
    font-size: 1rem;
    padding: 6px 14px;
}
.ssc-404-title {
    margin: 1rem 0 0.5rem;
}
.ssc-404-desc {
    color: #64748b;
    margin-bottom: 2rem;
}
.ssc-404-search-box {
    margin-bottom: 2rem;
}
.ssc-404-links {
    text-align: left;
}

/* Hub & Archive Headers */
.ssc-hub-header,
.ssc-result-hub-header {
    margin-bottom: 2rem;
}
.ssc-hub-desc {
    color: #64748b;
    font-size: 1.05rem;
}
.ssc-exam-grid-hub {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.ssc-exam-card-hub {
    padding: 1.5rem;
    text-align: left;
    align-items: flex-start;
}
.ssc-exam-card-hub-title {
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
}
.ssc-exam-card-hub-count {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}
.ssc-exam-card-hub-action {
    color: var(--ssc-primary);
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: auto;
}

/* Pagination */
.ssc-pagination-wrapper {
    text-align: center;
    margin: 2rem 0;
}

/* Article & Content */
.ssc-article-header-spaced {
    margin-bottom: 1.5rem;
}
.ssc-article-meta-styled {
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.5rem;
}
.ssc-article-share-wrapper {
    margin-top: 1rem;
}
.ssc-article-body-readable {
    line-height: 1.8;
    color: #334155;
}
.ssc-content-list {
    margin-left: 1.5rem;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 1.5rem;
}
.ssc-content-lead {
    margin-bottom: 1rem;
    color: #475569;
}

/* About Page */
.ssc-about-box {
    max-width: 900px;
    margin: 2rem auto;
}
.ssc-about-header {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--ssc-border);
    padding-bottom: 1rem;
}
.ssc-about-subtitle {
    color: #64748b;
    font-size: 1.05rem;
}

/* Dynamic JS Rendered Elements */
.ssc-live-search-meta {
    font-size: 0.75rem;
    color: #64748b;
}
.ssc-live-search-empty {
    padding: 1rem;
    color: #64748b;
    font-size: 0.875rem;
}
.ssc-finder-loading {
    text-align: center;
    padding: 1.5rem;
    color: #1e40af;
}
.ssc-finder-results-grid {
    margin-top: 1.5rem;
}
.ssc-finder-empty-card {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}
.ssc-finder-empty-title {
    color: #475569;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.ssc-finder-empty-desc {
    font-size: 0.875rem;
    color: #64748b;
}
.ssc-finder-error {
    color: #dc2626;
    padding: 1rem;
}

/* ==========================================================================
   FEATURED TOP RESULTS CARDS DESIGN (Page /result/)
   ========================================================================== */
.elementor-element-sec_res_featured {
    margin-top: 1rem !important;
    margin-bottom: 2.5rem !important;
}

.elementor-element-sec_res_featured .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 20px !important;
    width: 100% !important;
}

.elementor-element-sec_res_featured .elementor-column {
    flex: 1 1 calc(33.333% - 14px) !important;
    max-width: calc(33.333% - 14px) !important;
    min-width: 280px !important;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .elementor-element-sec_res_featured .elementor-column {
        flex: 1 1 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
}

@media (max-width: 640px) {
    .elementor-element-sec_res_featured .elementor-column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

.elementor-element-sec_res_featured .elementor-widget-wrap {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 1.85rem 1.5rem 1.5rem 1.5rem !important;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
}

.elementor-element-sec_res_featured .elementor-widget-wrap:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.12), 0 4px 8px -2px rgba(15, 23, 42, 0.06) !important;
    border-color: #cbd5e1 !important;
}

/* Card Accent Borders */
.elementor-element-col_res_feat_1 .elementor-widget-wrap {
    border-top: 4px solid #dc2626 !important;
}

.elementor-element-col_res_feat_2 .elementor-widget-wrap {
    border-top: 4px solid #2563eb !important;
}

.elementor-element-col_res_feat_3 .elementor-widget-wrap {
    border-top: 4px solid #059669 !important;
}

/* Tag / Category Badge (with increased space above) */
.elementor-element-sec_res_featured [class*="elementor-element-w_feat_tag_"] {
    margin-top: 8px !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
}

.elementor-element-sec_res_featured [class*="elementor-element-w_feat_tag_"] .elementor-heading-title {
    display: inline-block !important;
    font-size: 0.725rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    line-height: 1.2 !important;
}

.elementor-element-w_feat_tag_1 .elementor-heading-title {
    background: #fee2e2 !important;
    color: #b91c1c !important;
    border: 1px solid #fecaca !important;
}

.elementor-element-w_feat_tag_2 .elementor-heading-title {
    background: #dbeafe !important;
    color: #1d4ed8 !important;
    border: 1px solid #bfdbfe !important;
}

.elementor-element-w_feat_tag_3 .elementor-heading-title {
    background: #dcfce7 !important;
    color: #15803d !important;
    border: 1px solid #bbf7d0 !important;
}

/* Card Title (with generous space between Title and Button) */
.elementor-element-sec_res_featured [class*="elementor-element-w_feat_title_"] {
    margin-top: 0 !important;
    margin-bottom: 1.75rem !important;
    width: 100% !important;
}

.elementor-element-sec_res_featured [class*="elementor-element-w_feat_title_"] .elementor-heading-title {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    min-height: 3.1rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Card Description - Removed completely as per requirement */
.elementor-element-sec_res_featured [class*="elementor-element-w_feat_desc_"],
.ssc-res-feat-card .ssc-card-desc,
.ssc-res-feat-card p.elementor-widget-container {
    display: none !important;
}

.ssc-res-feat-card {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ssc-res-feat-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 28px -4px rgba(15, 23, 42, 0.12), 0 6px 10px -2px rgba(15, 23, 42, 0.05) !important;
    border-color: #cbd5e1 !important;
}

.ssc-res-feat-title a:hover {
    color: #dc2626 !important;
}

.ssc-res-view-btn:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.08) !important;
}

/* Card View Result Button */
.elementor-element-sec_res_featured [class*="elementor-element-w_feat_btn_"] {
    margin-top: auto !important;
    padding-top: 8px !important;
    width: 100% !important;
}

.elementor-element-sec_res_featured [class*="elementor-element-w_feat_btn_"] .elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 11px 18px !important;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.25) !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.elementor-element-sec_res_featured [class*="elementor-element-w_feat_btn_"] .elementor-button .elementor-button-text::after {
    content: ' →';
    display: inline-block;
    transition: transform 0.2s ease;
}

.elementor-element-sec_res_featured [class*="elementor-element-w_feat_btn_"] .elementor-button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(185, 28, 28, 0.35) !important;
    transform: translateY(-1px) !important;
}

.elementor-element-sec_res_featured [class*="elementor-element-w_feat_btn_"] .elementor-button:hover .elementor-button-text::after {
    transform: translateX(4px);
}

/* ==========================================================================
   Post 182 / Article Detail Boxes & List Bullet Spacing
   ========================================================================== */
.ssc-p182-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem 1.75rem !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    margin-bottom: 1.25rem;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.ssc-p182-box:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.ssc-p182-box-dates {
    border-left: 4px solid #dc2626 !important;
    border-top: 2px solid #fca5a5 !important;
    background: linear-gradient(165deg, #fff5f5 0%, #ffffff 45%) !important;
}

.ssc-p182-box-fees {
    border-left: 4px solid #2563eb !important;
    border-top: 2px solid #93c5fd !important;
    background: linear-gradient(165deg, #f0f7ff 0%, #ffffff 45%) !important;
}

.ssc-p182-box-age {
    border-left: 4px solid #059669 !important;
    border-top: 2px solid #86efac !important;
    background: linear-gradient(165deg, #f0fdf4 0%, #ffffff 45%) !important;
}

.ssc-p182-box-vac {
    border-left: 4px solid #7c3aed !important;
    border-top: 2px solid #d8b4fe !important;
    background: linear-gradient(165deg, #faf5ff 0%, #ffffff 45%) !important;
}

.ssc-p182-box ul,
.ssc-p182-box ol,
.elementor-widget-text-editor .ssc-p182-box ul,
.elementor-widget-text-editor .ssc-p182-box ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ssc-p182-box ul li,
.ssc-p182-box ol li,
.elementor-widget-text-editor .ssc-p182-box ul li,
.elementor-widget-text-editor .ssc-p182-box ol li {
    position: relative !important;
    padding: 0.65rem 0 0.65rem 1.65rem !important;
    margin: 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    line-height: 1.6 !important;
    color: #334155 !important;
    font-size: 0.935rem !important;
}

.ssc-p182-box ul li:last-child,
.ssc-p182-box ol li:last-child {
    border-bottom: none !important;
}

.ssc-p182-box ul li::before,
.ssc-p182-box ol li::before {
    content: "•";
    position: absolute;
    left: 0.35rem;
    top: 0.65rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #94a3b8;
}

.ssc-p182-box-dates ul li::before {
    content: "📅";
    font-size: 0.85rem;
    top: 0.72rem;
    left: 0.15rem;
}

.ssc-p182-box-fees ul li::before {
    content: "💳";
    font-size: 0.85rem;
    top: 0.72rem;
    left: 0.15rem;
}

.ssc-p182-box-age ul li::before {
    content: "👤";
    font-size: 0.85rem;
    top: 0.72rem;
    left: 0.15rem;
}

.ssc-p182-box-vac ul li::before {
    content: "🎯";
    font-size: 0.85rem;
    top: 0.72rem;
    left: 0.15rem;
}

.ssc-p182-box ul li strong,
.ssc-p182-box ol li strong {
    color: #0f172a !important;
    font-weight: 700 !important;
}

/* ==========================================================================
   VISUAL STEP-BY-STEP ROADMAP (.ssc-steps-container, .ssc-step-card)
   ========================================================================== */
.ssc-steps-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0 2rem 0;
}

.ssc-step-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.ssc-step-card:hover {
    border-color: #cbd5e1;
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.ssc-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);
}

.ssc-step-content {
    flex: 1;
}

.ssc-step-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.ssc-step-desc {
    font-size: 0.925rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.ssc-step-link {
    color: #dc2626;
    font-weight: 600;
    text-decoration: underline;
}

.ssc-step-link:hover {
    color: #991b1b;
}

/* ==========================================================================
   ELEVATED FAQ CARDS (.ssc-faqs-grid, .ssc-faq-item-card)
   ========================================================================== */
.ssc-faqs-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 1.5rem 0 2.5rem 0;
}

.ssc-faq-item-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.ssc-faq-item-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #2563eb;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ssc-faq-item-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.ssc-faq-item-card:hover::before {
    opacity: 1;
}

.ssc-faq-badge {
    display: inline-block;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.ssc-faq-q {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 0.65rem;
    line-height: 1.45;
}

.ssc-faq-a {
    font-size: 0.925rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   SEO RICH CONTENT STYLING (.ssc-seo-content-block)
   ========================================================================== */
.ssc-seo-content-block {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.7;
    margin: 1.5rem 0 2rem 0;
}

.ssc-seo-content-block p {
    margin-bottom: 1.1rem;
}

.ssc-seo-content-block strong {
    color: #0f172a;
}

.ssc-seo-content-block ul {
    margin: 1rem 0 1.25rem 0 !important;
    padding-left: 1.75rem !important;
    list-style-type: disc !important;
}

.ssc-seo-content-block ul li {
    padding-left: 0.4rem;
    margin-bottom: 0.6rem;
    line-height: 1.65;
}

.ssc-seo-formula-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #7c3aed;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1.05rem;
    font-weight: 700;
    color: #4c1d95;
    margin: 1.25rem 0;
    overflow-x: auto;
}

/* ==========================================================================
   GLOBAL COMPREHENSIVE MOBILE & DEVICE RESPONSIVENESS
   ========================================================================== */
/* Responsive Table Wrappers & Prevention of Overflow */
.ssc-table-responsive-wrapper,
.elementor-widget-table,
.ssc-table-card,
.entry-content .table-responsive {
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    display: block !important;
    width: 100% !important;
}

.ssc-table,
.ssc-table-responsive-wrapper table,
.elementor-widget-text-editor table,
.entry-content table {
    width: 100% !important;
    min-width: 100% !important;
    display: table !important;
    table-layout: auto !important;
}

/* ==========================================================================
   GLOBAL TABLE BORDERS (Crisp Grid Between All Rows and Columns)
   ========================================================================== */
table,
.ssc-table,
.ssc-table-responsive-wrapper table,
.elementor-widget-text-editor table,
.elementor-widget-ssc_table table,
.entry-content table,
.ssc-table-cpt-render table,
.ssc-table-editor-wrapper table,
.ssc-p182-links-table {
    border-collapse: collapse !important;
    border: 1px solid #cbd5e1 !important;
}

/* Master Results Table - Dedicated rules with fixed layout to enforce column widths */
.ssc-results-master-table {
    border-collapse: collapse !important;
    border: 1px solid #cbd5e1 !important;
    table-layout: fixed !important;
    width: 100% !important;
}

/* Force column proportions: Post Date narrow, Name wide, Action compact */
.ssc-results-master-table th.ssc-table-col-18 {
    width: 10% !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
}

.ssc-results-master-table th.ssc-table-col-bold {
    width: 72% !important;
    font-weight: 700 !important;
}

.ssc-results-master-table:not(:has(th.ssc-table-col-18)) th.ssc-table-col-bold,
[data-table-id="481"] th.ssc-table-col-bold {
    width: 80% !important;
}

.ssc-results-master-table th.ssc-table-col-20 {
    width: 18% !important;
    font-weight: 600 !important;
}

.ssc-results-master-table:not(:has(th.ssc-table-col-18)) th.ssc-table-col-20,
[data-table-id="481"] th.ssc-table-col-20 {
    width: 20% !important;
}

table th,
table td,
.ssc-table th,
.ssc-table td,
.ssc-table-responsive-wrapper table th,
.ssc-table-responsive-wrapper table td,
.elementor-widget-text-editor table th,
.elementor-widget-text-editor table td,
.elementor-widget-ssc_table table th,
.elementor-widget-ssc_table table td,
.entry-content table th,
.entry-content table td,
.ssc-table-cpt-render table th,
.ssc-table-cpt-render table td,
.ssc-table-editor-wrapper table th,
.ssc-table-editor-wrapper table td,
.ssc-p182-links-table th,
.ssc-p182-links-table td,
.ssc-results-master-table th,
    border: 1px solid #cbd5e1 !important;
}

/* Master Table & General Table Text Links - Always Pure Text Links (Never Buttons unless .ssc-table-fit-btn) */
.ssc-results-master-table td a:not(.ssc-table-fit-btn),
.ssc-table td a:not(.ssc-table-fit-btn),
.ssc-table-cpt-render table td a:not(.ssc-table-fit-btn) {
    color: #0056b3 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    line-height: inherit !important;
    font-size: inherit !important;
    transition: color 0.15s ease !important;
}

.ssc-results-master-table td a:not(.ssc-table-fit-btn):hover,
.ssc-table td a:not(.ssc-table-fit-btn):hover,
.ssc-table-cpt-render table td a:not(.ssc-table-fit-btn):hover {
    color: #d32f2f !important;
    text-decoration: underline !important;
    background: transparent !important;
}

[data-theme="dark"] table,
[data-theme="dark"] .ssc-table,
[data-theme="dark"] .ssc-table-responsive-wrapper table,
[data-theme="dark"] .elementor-widget-text-editor table,
[data-theme="dark"] .elementor-widget-ssc_table table,
[data-theme="dark"] .entry-content table,
[data-theme="dark"] .ssc-table-cpt-render table,
[data-theme="dark"] .ssc-table-editor-wrapper table,
[data-theme="dark"] .ssc-p182-links-table,
[data-theme="dark"] .ssc-results-master-table,
[data-theme="dark"] table th,
[data-theme="dark"] table td,
[data-theme="dark"] .ssc-table th,
[data-theme="dark"] .ssc-table td,
[data-theme="dark"] .ssc-table-responsive-wrapper table th,
[data-theme="dark"] .ssc-table-responsive-wrapper table td,
[data-theme="dark"] .elementor-widget-text-editor table th,
[data-theme="dark"] .elementor-widget-text-editor table td,
[data-theme="dark"] .elementor-widget-ssc_table table th,
[data-theme="dark"] .elementor-widget-ssc_table table td,
[data-theme="dark"] .entry-content table th,
[data-theme="dark"] .entry-content table td,
[data-theme="dark"] .ssc-table-cpt-render table th,
[data-theme="dark"] .ssc-table-cpt-render table td,
[data-theme="dark"] .ssc-table-editor-wrapper table th,
[data-theme="dark"] .ssc-table-editor-wrapper table td,
[data-theme="dark"] .ssc-p182-links-table th,
[data-theme="dark"] .ssc-p182-links-table td,
[data-theme="dark"] .ssc-results-master-table th,
[data-theme="dark"] .ssc-results-master-table td {
    border-color: #374151 !important;
}

/* ==========================================================================
   SSC MODERN DATA TABLE SYSTEM - HIGH CONTRAST & RESPONSIVE
   ========================================================================== */
.ssc-table-responsive-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 1.25rem 0 2rem 0 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05) !important;
    scrollbar-width: thin !important;
    scrollbar-color: #2563eb #f1f5f9 !important;
}

.ssc-table-responsive-wrapper::-webkit-scrollbar {
    height: 8px !important;
    display: block !important;
}
.ssc-table-responsive-wrapper::-webkit-scrollbar-thumb {
    background: #2563eb !important;
    border-radius: 4px !important;
}
.ssc-table-responsive-wrapper::-webkit-scrollbar-track {
    background: #f1f5f9 !important;
    border-radius: 4px !important;
}

/* Mobile Scroll Hint Bar */
.ssc-table-scroll-hint {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 7px 12px;
    border-bottom: 1px solid #bfdbfe;
    text-align: center;
    letter-spacing: 0.02em;
    user-select: none;
}
@media (max-width: 768px) {
    .ssc-table-scroll-hint {
        display: flex !important;
    }
}

.ssc-table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: left !important;
    font-size: 0.925rem !important;
    background: #ffffff !important;
    margin: 0 !important;
}

/* Header Cells */
.ssc-table thead th,
.ssc-table th {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%) !important;
    color: #f8fafc !important;
    font-weight: 700 !important;
    font-size: 0.825rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 14px !important;
    border: 1px solid #334155 !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

/* Body Cells */
.ssc-table td {
    padding: 11px 14px !important;
    border: 1px solid #e2e8f0 !important;
    color: #1e293b !important;
    vertical-align: middle !important;
    line-height: 1.5 !important;
}

/* Row Hover & Alternation */
.ssc-table tbody tr:nth-child(even) {
    background-color: #f8fafc !important;
}
.ssc-table tbody tr:hover {
    background-color: #f1f5f9 !important;
}

/* Total / Summary Rows */
.ssc-table .ssc-table-total-row,
.ssc-table tr.ssc-table-total-row td,
.ssc-table tr[style*="background:#f8fafc"] td,
.ssc-table tr[style*="background: #f8fafc"] td {
    background: #eff6ff !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    border-top: 2px solid #93c5fd !important;
}

/* Center numeric cells */
.ssc-text-center {
    text-align: center !important;
}

/* Ensure Multi-Column Horizontal Scrolling Tables Have Minimum Width on Mobile (Excludes Links, Master & 2-Col Summary Tables) */
.ssc-table-responsive-wrapper:not(.ssc-links-wrapper-noscroll):not(.ssc-table-2col-wrapper) table:not(.ssc-p182-links-table):not(.ssc-results-master-table):not(.ssc-table-2col):not(:has(.ssc-table-fit-btn)):has(th:nth-child(3)),
.ssc-table-responsive-wrapper:not(.ssc-links-wrapper-noscroll):not(.ssc-table-2col-wrapper) table:not(.ssc-p182-links-table):not(.ssc-results-master-table):not(.ssc-table-2col):not(:has(.ssc-table-fit-btn)):has(td:nth-child(3)),
.ssc-table-responsive-wrapper:not(.ssc-links-wrapper-noscroll):not(.ssc-table-2col-wrapper) .ssc-table:not(.ssc-p182-links-table):not(.ssc-results-master-table):not(.ssc-table-2col):not(:has(.ssc-table-fit-btn)):has(th:nth-child(3)),
.ssc-table-responsive-wrapper:not(.ssc-links-wrapper-noscroll):not(.ssc-table-2col-wrapper) .ssc-table:not(.ssc-p182-links-table):not(.ssc-results-master-table):not(.ssc-table-2col):not(:has(.ssc-table-fit-btn)):has(td:nth-child(3)),
[data-table-id]:not([data-table-id="470"]):not([data-table-id="651"]):not([data-table-id="1176"]) table:not(.ssc-p182-links-table):not(.ssc-results-master-table):not(.ssc-table-2col):not(:has(.ssc-table-fit-btn)):has(th:nth-child(3)),
[data-table-id]:not([data-table-id="470"]):not([data-table-id="651"]):not([data-table-id="1176"]) table:not(.ssc-p182-links-table):not(.ssc-results-master-table):not(.ssc-table-2col):not(:has(.ssc-table-fit-btn)):has(td:nth-child(3)),
[data-table-id="465"] table,
[data-table-id="1206"] table,
[data-table-id="1267"] table,
[data-table-id="466"] table,
[data-table-id="467"] table,
[data-table-id="468"] table,
[data-table-id="469"] table,
[data-table-id="498"] table,
[data-table-id="1173"] table,
[data-table-id="1174"] table,
[data-table-id="1175"] table,
[data-table-id="648"] table,
[data-table-id="649"] table,
[data-table-id="650"] table {
    min-width: 580px !important;
    width: 100% !important;
}

/* Delhi Police SI Male & Female Tables (#465, #1206, #1267) */
[data-table-id="465"] table,
[data-table-id="1206"] table,
[data-table-id="1267"] table {
    min-width: 620px !important;
}
[data-table-id="465"] table th:first-child,
[data-table-id="465"] table td:first-child,
[data-table-id="1206"] table th:first-child,
[data-table-id="1206"] table td:first-child,
[data-table-id="1267"] table th:first-child,
[data-table-id="1267"] table td:first-child {
    min-width: 170px !important;
}

/* Educational Qualifications & Mandatory License Table (#466) */
[data-table-id="466"] table {
    min-width: 680px !important;
}
[data-table-id="466"] table th:nth-child(1),
[data-table-id="466"] table td:nth-child(1) {
    width: 25% !important;
    min-width: 170px !important;
}
[data-table-id="466"] table th:nth-child(2),
[data-table-id="466"] table td:nth-child(2) {
    width: 45% !important;
    min-width: 270px !important;
}
[data-table-id="466"] table th:nth-child(3),
[data-table-id="466"] table td:nth-child(3) {
    width: 30% !important;
    min-width: 240px !important;
}

/* Physical Standard Test (PST) Table (#467) */
[data-table-id="467"] table {
    min-width: 620px !important;
}
[data-table-id="467"] table th:nth-child(1),
[data-table-id="467"] table td:nth-child(1) {
    width: 40% !important;
    min-width: 210px !important;
}
[data-table-id="467"] table th:not(:first-child),
[data-table-id="467"] table td:not(:first-child) {
    width: 20% !important;
    min-width: 130px !important;
    text-align: center !important;
}

/* Physical Endurance Test (PET) Table (#468) */
[data-table-id="468"] table {
    min-width: 640px !important;
}
[data-table-id="468"] table th:nth-child(1),
[data-table-id="468"] table td:nth-child(1) {
    width: 30% !important;
    min-width: 180px !important;
}
[data-table-id="468"] table th:nth-child(2),
[data-table-id="468"] table td:nth-child(2) {
    width: 30% !important;
    min-width: 180px !important;
}
[data-table-id="468"] table th:nth-child(3),
[data-table-id="468"] table td:nth-child(3) {
    width: 25% !important;
    min-width: 160px !important;
}
[data-table-id="468"] table th:nth-child(4),
[data-table-id="468"] table td:nth-child(4) {
    width: 15% !important;
    min-width: 110px !important;
    text-align: center !important;
}

/* ==========================================================================
   EXAMINATION SCHEME & DETAILED EXAM PATTERN TABLES (TIER-I & TIER-II)
   ========================================================================== */

/* User-Resized Tables: Complete preservation of user-adjusted column widths & row heights */
table[data-has-custom-widths="true"],
table[data-has-custom-heights="true"] {
    table-layout: fixed !important;
}

table[data-has-custom-widths="true"] col,
table[data-has-custom-widths="true"] th,
table[data-has-custom-widths="true"] td {
    box-sizing: border-box !important;
}

/* Tier-I Examination Scheme (5 Columns: Tier/Part | Subject | No. of Qs | Max Marks | Duration) */
table.ssc-table-scheme-tier1,
.elementor-element-sec_cgl_exam_scheme table:has(tr:nth-child(2) th:nth-child(5):last-child),
.elementor-element-sec_cgl_exam_scheme table:has(th:nth-child(5):last-child),
.ssc-table-responsive-wrapper table:has(tr:nth-child(2) th:nth-child(5):last-child),
[data-table-id="469"] table {
    width: 100% !important;
    min-width: 720px !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) col:nth-child(1),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(1),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(1),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(5):last-child) tr:nth-child(2) th:nth-child(1),
[data-table-id="469"] table:not([data-has-custom-widths="true"]) tr th:nth-child(1) {
    width: 14% !important;
    min-width: 90px !important;
    text-align: center !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
}

table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) col:nth-child(2),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(2),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(2),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(5):last-child) tr:nth-child(2) th:nth-child(2),
[data-table-id="469"] table:not([data-has-custom-widths="true"]) tr th:nth-child(2) {
    width: 38% !important;
    min-width: 220px !important;
    text-align: left !important;
    vertical-align: middle !important;
}

table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) col:nth-child(3),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(3),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(3),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(5):last-child) tr:nth-child(2) th:nth-child(3),
[data-table-id="469"] table:not([data-has-custom-widths="true"]) tr th:nth-child(3) {
    width: 12% !important;
    min-width: 80px !important;
    text-align: center !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}

table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) col:nth-child(4),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(4),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(4),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(5):last-child) tr:nth-child(2) th:nth-child(4),
[data-table-id="469"] table:not([data-has-custom-widths="true"]) tr th:nth-child(4) {
    width: 12% !important;
    min-width: 80px !important;
    text-align: center !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}

table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) col:nth-child(5),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(5),
table.ssc-table-scheme-tier1:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(5),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(5):last-child) tr:nth-child(2) th:nth-child(5),
[data-table-id="469"] table:not([data-has-custom-widths="true"]) tr th:nth-child(5) {
    width: 24% !important;
    min-width: 160px !important;
    text-align: left !important;
    vertical-align: middle !important;
}

/* Tier-II Examination Scheme (6 Columns: Session | Section | Subject/Module | No. of Qs | Max Marks | Duration & Timer) */
table.ssc-table-scheme-tier2,
.elementor-element-sec_cgl_exam_scheme table:has(tr:nth-child(2) th:nth-child(6):last-child),
.elementor-element-sec_cgl_exam_scheme table:has(th:nth-child(6):last-child),
.elementor-element-sec_cgl_links table:has(tr:nth-child(2) th:nth-child(6):last-child),
.elementor-element-sec_cgl_links table:has(th:nth-child(6):last-child),
.ssc-table-responsive-wrapper table:has(tr:nth-child(2) th:nth-child(6):last-child),
.ssc-table-responsive-wrapper table:has(th:nth-child(6):last-child) {
    width: 100% !important;
    min-width: 840px !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) col:nth-child(1),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(1),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(1),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(1),
.elementor-element-sec_cgl_links table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(1) {
    width: 15% !important;
    min-width: 105px !important;
    text-align: center !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
}

table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) col:nth-child(2),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(2),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(2),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(2),
.elementor-element-sec_cgl_links table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(2) {
    width: 13% !important;
    min-width: 95px !important;
    text-align: center !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
}

table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) col:nth-child(3),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(3),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(3),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(3),
.elementor-element-sec_cgl_links table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(3) {
    width: 36% !important;
    min-width: 250px !important;
    text-align: left !important;
    vertical-align: middle !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) col:nth-child(4),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(4),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(4),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(4),
.elementor-element-sec_cgl_links table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(4) {
    width: 9% !important;
    min-width: 75px !important;
    text-align: center !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) col:nth-child(5),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(5),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(5),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(5),
.elementor-element-sec_cgl_links table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(5) {
    width: 11% !important;
    min-width: 85px !important;
    text-align: center !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}

table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) col:nth-child(6),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) tr:nth-child(2) th:nth-child(6),
table.ssc-table-scheme-tier2:not([data-has-custom-widths="true"]) thead tr:only-child th:nth-child(6),
.elementor-element-sec_cgl_exam_scheme table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(6),
.elementor-element-sec_cgl_links table:not([data-has-custom-widths="true"]):has(th:nth-child(6):last-child) tr:nth-child(2) th:nth-child(6) {
    width: 16% !important;
    min-width: 135px !important;
    text-align: left !important;
    vertical-align: middle !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

/* 3-Column Cadre, Vacancy & Eligibility Tables */
table.ssc-table-cadre-3col,
.elementor-element-sec_cgl_overview table:has(tr th:nth-child(3):last-child),
.elementor-element-sec_cgl_overview table:has(tr td:nth-child(3):last-child) {
    width: 100% !important;
    min-width: 650px !important;
    table-layout: fixed !important;
}
table.ssc-table-cadre-3col col:nth-child(1),
table.ssc-table-cadre-3col tr th:nth-child(1) {
    width: 25% !important;
    min-width: 130px !important;
    font-weight: 700 !important;
}
table.ssc-table-cadre-3col col:nth-child(2),
table.ssc-table-cadre-3col tr th:nth-child(2) {
    width: 45% !important;
    min-width: 240px !important;
}
table.ssc-table-cadre-3col col:nth-child(3),
table.ssc-table-cadre-3col tr th:nth-child(3) {
    width: 30% !important;
    min-width: 170px !important;
}

/* Sub-Inspector in CAPFs (10 columns) */
[data-table-id="498"] table,
.ssc-table:has(th:nth-child(8)) {
    min-width: 860px !important;
}

/* Multi-column cells centering */
[data-table-id="498"] table th:not(:first-child):not(:nth-child(2)),
[data-table-id="498"] table td:not(:first-child):not(:nth-child(2)),
[data-table-id="465"] table th:not(:first-child),
[data-table-id="465"] table td:not(:first-child),
[data-table-id="1206"] table th:not(:first-child),
[data-table-id="1206"] table td:not(:first-child),
[data-table-id="1267"] table th:not(:first-child),
[data-table-id="1267"] table td:not(:first-child) {
    text-align: center !important;
}

/* Force column (CRPF, BSF, etc.) bold cells */
[data-table-id="498"] table td[rowspan] {
    font-weight: 700 !important;
    color: #0f172a !important;
    background: #ffffff !important;
    text-align: center !important;
    border-right: 2px solid #cbd5e1 !important;
}

/* First column never frozen / sticky on any table across the entire website */
.ssc-table-responsive-wrapper table th:first-child,
.ssc-table-responsive-wrapper table td:first-child,
.ssc-table-responsive-wrapper .ssc-table th:first-child,
.ssc-table-responsive-wrapper .ssc-table td:first-child,
table.ssc-table th:first-child,
table.ssc-table td:first-child {
    position: static !important;
    left: auto !important;
    box-shadow: none !important;
}

/* ==========================================================================
   IMPORTANT USEFUL OFFICIAL DIRECT LINKS TABLE (STRICTLY 2-COLUMN TABLES)
   ========================================================================== */
.ssc-p182-links-table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) th.ssc-table-col-links-title,
table.ssc-table-links-2col th:first-child,
.ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) th:first-child,
.ssc-links-wrapper-noscroll table:not(:has(tr:nth-child(2) th:nth-child(3))) th:first-child,
.elementor-element-sec_cgl_links table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) th:first-child {
    width: 70% !important;
    text-align: left !important;
}

.ssc-p182-links-table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) th.ssc-table-col-links-btn,
table.ssc-table-links-2col th:last-child,
.ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) th:last-child,
.ssc-links-wrapper-noscroll table:not(:has(tr:nth-child(2) th:nth-child(3))) th:last-child,
.elementor-element-sec_cgl_links table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) th:last-child {
    width: 30% !important;
    text-align: center !important;
}

.ssc-table-fit-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    padding: 8px 18px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    border: 1px solid #1d4ed8 !important;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    white-space: normal !important;
    text-align: center !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.ssc-table-fit-btn:hover {
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35) !important;
    text-decoration: none !important;
}

/* Section Headings Styling */
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
    color: #0f172a !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
}

.elementor-widget-heading h2 {
    font-size: clamp(1.25rem, 2.4vw, 1.55rem) !important;
    margin-top: 1.75rem !important;
    margin-bottom: 0.85rem !important;
    border-left: 4px solid #2563eb !important;
    padding-left: 12px !important;
}

.elementor-widget-heading h3 {
    font-size: clamp(1.05rem, 2vw, 1.25rem) !important;
    margin-top: 1.25rem !important;
    margin-bottom: 0.65rem !important;
    border-left: 3px solid #64748b !important;
    padding-left: 10px !important;
}

/* Two-column cards equal height on desktop */
@media (min-width: 769px) {
    .elementor-element-sec_p182_dates_fee .elementor-container,
    .elementor-element-sec_p182_age_vacancy .elementor-container,
    .elementor-element-sec_p182_age_vac .elementor-container {
        display: flex !important;
        align-items: stretch !important;
        gap: 20px !important;
    }
    .elementor-element-sec_p182_dates_fee .elementor-column,
    .elementor-element-sec_p182_age_vacancy .elementor-column,
    .elementor-element-sec_p182_age_vac .elementor-column {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 50% !important;
        width: 50% !important;
    }
    .elementor-element-sec_p182_dates_fee .elementor-widget-wrap,
    .elementor-element-sec_p182_age_vacancy .elementor-widget-wrap,
    .elementor-element-sec_p182_age_vac .elementor-widget-wrap {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
    }
    .elementor-element-sec_p182_dates_fee .elementor-widget-text-editor,
    .elementor-element-sec_p182_age_vacancy .elementor-widget-text-editor,
    .elementor-element-sec_p182_age_vac .elementor-widget-text-editor {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
    }
    .elementor-element-sec_p182_dates_fee .ssc-p182-box,
    .elementor-element-sec_p182_age_vacancy .ssc-p182-box,
    .elementor-element-sec_p182_age_vac .ssc-p182-box {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        height: 100% !important;
    }
}

/* Media assets fluidity */
img, video, iframe {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

/* Tablet & Mobile Screens (max-width: 991px) */
@media (max-width: 991px) {
    .ssc-multi-col-container {
        grid-template-columns: 1fr !important;
    }
}

/* Mobile Screens (max-width: 768px) */
@media (max-width: 768px) {
    .ssc-container,
    .elementor-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        box-sizing: border-box !important;
    }

    .ssc-highlight-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .ssc-action-banner {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .ssc-channel-links {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .ssc-channel-links a {
        flex: 1 1 50% !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .ssc-home-quick-search {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ssc-sarkari-col {
        margin-bottom: 1rem !important;
    }

    /* All Elementor Columns flex freely on mobile */
    .elementor-column {
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* Important Links Table Mobile Card Mode */
    .ssc-p182-links-table thead {
        display: none !important;
    }
    .ssc-p182-links-table,
    .ssc-p182-links-table tbody,
    .ssc-p182-links-table tr,
    .ssc-p182-links-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .ssc-p182-links-table tr {
        margin-bottom: 12px !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        padding: 12px !important;
        box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04) !important;
    }
    .ssc-p182-links-table td {
        border: none !important;
        padding: 6px 0 !important;
    }
    .ssc-p182-links-table td:first-child {
        font-size: 0.95rem !important;
        line-height: 1.45 !important;
        color: #0f172a !important;
        margin-bottom: 8px !important;
    }
    .ssc-p182-links-table .ssc-table-fit-btn {
        width: 100% !important;
        padding: 11px 16px !important;
        font-size: 0.925rem !important;
    }
}

/* Small Handset Screens (max-width: 576px) */
@media (max-width: 576px) {
    .ssc-highlight-grid {
        grid-template-columns: 1fr !important;
    }

    .ssc-step-card {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
        padding: 1.15rem 1rem !important;
    }

    .ssc-step-num {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        font-size: 1rem !important;
    }

    .ssc-faq-item-card {
        padding: 1.25rem 1rem !important;
    }

    .ssc-p182-box {
        padding: 1.15rem 1rem !important;
    }

    .ssc-home-main-title {
        font-size: 1.45rem !important;
        line-height: 1.25 !important;
    }

    .ssc-header-actions span {
        display: none !important;
    }
}

/* ==========================================================================
   POST 182 HERO ANNOUNCEMENT CARD & OVERVIEW
/* ==========================================================================
   POST 182 HERO ANNOUNCEMENT CARD - ULTRA PREMIUM DESIGN
   ========================================================================== */
.ssc-p182-hero-card {
    position: relative !important;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%) !important;
    border: 1px solid #cbd5e1 !important;
    border-top: 4px solid #2563eb !important;
    border-radius: 16px !important;
    padding: 2.25rem 2.5rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.07), 0 2px 8px -2px rgba(15, 23, 42, 0.04) !important;
    overflow: hidden !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.ssc-p182-hero-card:hover {
    box-shadow: 0 14px 36px -6px rgba(15, 23, 42, 0.1), 0 4px 12px -2px rgba(15, 23, 42, 0.05) !important;
}

.ssc-p182-hero-glow {
    position: absolute !important;
    top: -60px !important;
    right: -60px !important;
    width: 240px !important;
    height: 240px !important;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.ssc-p182-hero-top-row {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 1rem !important;
}

.ssc-p182-badges {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.ssc-p182-badges br {
    display: none !important;
}

.ssc-p182-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    line-height: 1.3 !important;
}

.ssc-badge-org {
    background: #eff6ff !important;
    color: #1e40af !important;
    border: 1px solid #bfdbfe !important;
}

.ssc-badge-type {
    background: #f8fafc !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
}

.ssc-badge-notif {
    background: #fef3c7 !important;
    color: #92400e !important;
    border: 1px solid #fde68a !important;
}

.ssc-badge-status {
    background: #f0fdf4 !important;
    color: #166534 !important;
    border: 1px solid #bbf7d0 !important;
}

.ssc-p182-main-title {
    position: relative !important;
    z-index: 1 !important;
    font-size: clamp(1.65rem, 3.2vw, 2.35rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
    margin: 0.75rem 0 1.5rem 0 !important;
    letter-spacing: -0.02em !important;
}

.ssc-p182-meta-grid {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 1.25rem !important;
}

.ssc-p182-meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.2s ease !important;
}

.ssc-p182-meta-item p {
    margin: 0 !important;
    padding: 0 !important;
    display: contents !important;
}

.ssc-p182-meta-item:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06) !important;
    transform: translateY(-1px) !important;
}

.ssc-meta-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    background: #f1f5f9 !important;
    border-radius: 8px !important;
    font-size: 1.15rem !important;
}

.ssc-meta-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    overflow: hidden !important;
}

.ssc-meta-label {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #64748b !important;
}

.ssc-meta-value {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Updated date row centered */
.ssc-p182-updated-center-row {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-top: 1rem !important;
    margin-top: 0.25rem !important;
    border-top: 1px solid #e2e8f0 !important;
}

.ssc-p182-updated-center {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    padding: 6px 18px !important;
    border-radius: 20px !important;
    letter-spacing: 0.02em !important;
}

@media (max-width: 768px) {
    .ssc-p182-hero-card {
        padding: 1.25rem 1rem !important;
        border-radius: 12px !important;
    }
    .ssc-p182-hero-top-row {
        margin-bottom: 0.65rem !important;
    }
    .ssc-p182-badges {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        width: 100% !important;
    }
    .ssc-p182-badge {
        font-size: 0.72rem !important;
        padding: 4px 10px !important;
        border-radius: 16px !important;
    }
    .ssc-p182-main-title {
        font-size: clamp(1.25rem, 4.5vw, 1.65rem) !important;
        margin: 0.65rem 0 1rem 0 !important;
        line-height: 1.35 !important;
    }
    .ssc-p182-meta-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-bottom: 1rem !important;
    }
    .ssc-p182-meta-item {
        padding: 8px 12px !important;
    }
    .ssc-meta-icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
    }
    .ssc-meta-label {
        font-size: 0.68rem !important;
    }
    .ssc-meta-value {
        font-size: 0.825rem !important;
    }
    .ssc-p182-updated-center {
        font-size: 0.78rem !important;
        padding: 5px 12px !important;
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ==========================================================================
   RESULTS HUB (PAGE 34) HERO CARD - ULTRA PREMIUM DESIGN
   ========================================================================== */
.ssc-res-hub-hero-card {
    position: relative !important;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%) !important;
    border: 1px solid #cbd5e1 !important;
    border-top: 4px solid #2563eb !important;
    border-radius: 16px !important;
    padding: 2.25rem 2.5rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.07), 0 2px 8px -2px rgba(15, 23, 42, 0.04) !important;
    overflow: hidden !important;
    text-align: center !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.ssc-res-hub-hero-card:hover {
    box-shadow: 0 14px 36px -6px rgba(15, 23, 42, 0.1), 0 4px 12px -2px rgba(15, 23, 42, 0.05) !important;
}

.ssc-res-hub-hero-glow {
    position: absolute !important;
    top: -60px !important;
    right: -60px !important;
    width: 260px !important;
    height: 260px !important;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.ssc-res-hub-badges {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 1rem !important;
}

.ssc-res-hub-title {
    position: relative !important;
    z-index: 1 !important;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    margin: 0.5rem 0 1rem 0 !important;
    letter-spacing: -0.02em !important;
}

.ssc-res-hub-desc {
    position: relative !important;
    z-index: 1 !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    color: #475569 !important;
    max-width: 860px !important;
    margin: 0 auto 1.25rem auto !important;
}

.ssc-res-hub-chips {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 1.25rem !important;
}

.ssc-res-hub-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.2s ease !important;
}

.ssc-res-hub-chip:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.06) !important;
}

.ssc-res-hub-updated-row {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 1rem !important;
    border-top: 1px solid #e2e8f0 !important;
}

.ssc-res-hub-updated-center {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    padding: 6px 18px !important;
    border-radius: 20px !important;
    letter-spacing: 0.02em !important;
}

@media (max-width: 768px) {
    .ssc-res-hub-hero-card {
        padding: 1.5rem 1.25rem !important;
        border-radius: 12px !important;
    }
    .ssc-res-hub-chips {
        gap: 6px !important;
    }
    .ssc-res-hub-chip {
        font-size: 0.78rem !important;
        padding: 5px 10px !important;
    }
}



/* ==========================================================================
   ELEMENTOR & HUB BANNER IMAGE - 1200 x 628 PX SIZE
   ========================================================================== */
.elementor-section.elementor-element-sec_p182_banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.elementor-widget-image.ssc-elementor-banner-img,
.ssc-elementor-banner-img,
.ssc-hub-banner-wrap {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 1.25rem auto 1.75rem auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.ssc-hub-banner-card {
    position: relative !important;
    width: 100% !important;
    max-width: 1200px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid #cbd5e1 !important;
    line-height: 0 !important;
    background: #0f172a !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.ssc-hub-banner-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15) !important;
}

.elementor-widget-image.ssc-elementor-banner-img img,
.ssc-elementor-banner-img img,
.ssc-hub-banner-img {
    width: 100% !important;
    max-width: 1200px !important;
    height: auto !important;
    aspect-ratio: 1200 / 628 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.elementor-widget-image.ssc-elementor-banner-img img:hover,
.ssc-elementor-banner-img img:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15) !important;
}

@media (max-width: 768px) {
    .elementor-widget-image.ssc-elementor-banner-img img,
    .ssc-elementor-banner-img img,
    .ssc-hub-banner-img {
        border-radius: 10px !important;
    }
}

@media (max-width: 480px) {
    .elementor-widget-image.ssc-elementor-banner-img img,
    .ssc-elementor-banner-img img,
    .ssc-hub-banner-img {
        border-radius: 8px !important;
    }
}

/* Post 182 Overview Box */
.ssc-p182-overview-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #2563eb !important;
    border-radius: 10px !important;
    padding: 1.5rem 1.75rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.ssc-p182-overview-header {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 0.75rem !important;
}

.ssc-p182-overview-header h2 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #1e3a8a !important;
    margin: 0 !important;
}

.ssc-p182-overview-text {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    color: #334155 !important;
    margin: 0 !important;
}

/* ==========================================================================
   BIG STEP NUMBERS (NO CIRCLE)
   ========================================================================== */
.ssc-step-num-big {
    font-size: 2.85rem !important;
    font-weight: 900 !important;
    color: #dc2626 !important;
    line-height: 1 !important;
    min-width: 48px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    user-select: none !important;
    flex-shrink: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-right: 0.25rem !important;
}

@media (max-width: 576px) {
    .ssc-step-num-big {
        font-size: 2.2rem !important;
        min-width: 36px !important;
    }
}

/* ==========================================================================
   IMPORTANT OFFICIAL LINKS TABLE 100% FULL EXPANSION
   ========================================================================== */
.ssc-fullwidth-table-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    margin: 1.25rem 0 !important;
}

.ssc-p182-links-table {
    width: 100% !important;
    min-width: 100% !important;
    display: table !important;
    table-layout: auto !important;
    border-collapse: collapse !important;
}

.ssc-p182-links-table th.ssc-table-col-links-title,
.ssc-p182-links-table td:first-child {
    width: 70% !important;
    padding: 14px 18px !important;
}

.ssc-p182-links-table th.ssc-table-col-links-btn,
.ssc-p182-links-table td:last-child {
    width: 30% !important;
    padding: 14px 18px !important;
    text-align: center !important;
}

.ssc-table-fit-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 140px !important;
    padding: 9px 20px !important;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.25) !important;
    transition: all 0.2s ease !important;
}

.ssc-table-fit-btn:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
    box-shadow: 0 4px 10px rgba(185, 28, 28, 0.35) !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
}

/* Button Variants */
.ssc-table-fit-btn.btn-green,
.ssc-table-fit-btn.btn-apply {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    border-color: #15803d !important;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.28) !important;
}
.ssc-table-fit-btn.btn-green:hover,
.ssc-table-fit-btn.btn-apply:hover {
    background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
    box-shadow: 0 4px 10px rgba(21, 128, 61, 0.38) !important;
}

.ssc-table-fit-btn.btn-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    border-color: #1d4ed8 !important;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.28) !important;
}
.ssc-table-fit-btn.btn-blue:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
    box-shadow: 0 4px 10px rgba(29, 78, 216, 0.38) !important;
}

.ssc-table-fit-btn.btn-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%) !important;
    border-color: #6d28d9 !important;
    box-shadow: 0 2px 6px rgba(124, 58, 237, 0.28) !important;
}
.ssc-table-fit-btn.btn-purple:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%) !important;
    box-shadow: 0 4px 10px rgba(109, 40, 217, 0.38) !important;
}

.ssc-table-fit-btn.btn-dark {
    background: linear-gradient(135deg, #334155 0%, #1e293b 100%) !important;
    border-color: #1e293b !important;
    box-shadow: 0 2px 6px rgba(30, 41, 59, 0.25) !important;
}
.ssc-table-fit-btn.btn-dark:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.35) !important;
}

/* Links Section Item Structure & Typography */
.ssc-link-item-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    text-align: left !important;
}

.ssc-link-title-row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.ssc-link-main-title {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
}

.ssc-link-subtitle {
    font-size: 0.825rem !important;
    color: #64748b !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}

[data-theme="dark"] .ssc-link-main-title {
    color: #f8fafc !important;
}

[data-theme="dark"] .ssc-link-subtitle {
    color: #94a3b8 !important;
}

/* ==========================================================================
   FLOATING ACTION DOCK: WHATSAPP, TELEGRAM & BOTTOM TO TOP BUTTON
   ========================================================================== */
.ssc-floating-dock {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 15px !important;
    z-index: 99999 !important;
    pointer-events: none !important;
}

.ssc-floating-dock > * {
    pointer-events: auto !important;
}

.ssc-floating-channels {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 15px !important;
}

.ssc-floating-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 9px 16px 9px 12px !important;
    border-radius: 50px !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22), 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
    user-select: none !important;
    line-height: 1 !important;
    backdrop-filter: blur(8px) !important;
}

.ssc-floating-btn-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.ssc-floating-btn-icon svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
}

.ssc-floating-btn-text {
    display: inline-block !important;
    line-height: 1.2 !important;
}

/* WhatsApp Channel Floating Button */
.ssc-floating-btn.ssc-floating-wa {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
}

.ssc-floating-btn.ssc-floating-wa:hover {
    background: linear-gradient(135deg, #2ae06f 0%, #0e7266 100%) !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.48), 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

/* Telegram Channel Floating Button */
.ssc-floating-btn.ssc-floating-tg {
    background: linear-gradient(135deg, #29B6F6 0%, #0288D1 100%) !important;
}

.ssc-floating-btn.ssc-floating-tg:hover {
    background: linear-gradient(135deg, #40c4ff 0%, #0277bd 100%) !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(41, 182, 246, 0.48), 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.ssc-floating-btn:active {
    transform: translateY(0) scale(0.97) !important;
}

/* Bottom to Top Button within Dock */
.ssc-back-to-top {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    width: 44px !important;
    height: 44px !important;
    background: #0b132b !important;
    color: #ffffff !important;
    border: 2px solid #dc2626 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(12px) scale(0.8) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.ssc-back-to-top.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 44px !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
    overflow: visible !important;
}

.ssc-back-to-top:hover {
    background: #dc2626 !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4) !important;
}

@media (max-width: 768px) {
    .ssc-floating-dock {
        bottom: 74px !important;
        right: 12px !important;
        gap: 8px !important;
    }

    .ssc-floating-channels {
        gap: 8px !important;
    }

    .ssc-floating-btn {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        justify-content: center !important;
        align-items: center !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28) !important;
    }

    .ssc-floating-btn-text {
        display: none !important;
    }

    .ssc-floating-btn-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ssc-floating-btn-icon svg {
        width: 22px !important;
        height: 22px !important;
    }

    .ssc-back-to-top {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-radius: 50% !important;
    }
    .ssc-back-to-top.is-visible {
        max-height: 44px !important;
    }
}

/* ==========================================================================
   GLOBAL DEVICE RESPONSIVENESS & ZERO-HORIZONTAL-SCROLL ARCHITECTURE
   Fixes for:
   - Hub Master Tables (/result/, /admit-card/, /answer-key/, /notification/, etc.)
   - Post 182 Links Table & Eligibility Tables
   - Hero Announcement Cards, Badges, & Chips
   - Featured 3-Column Elementor Cards
   - Global Device Layouts (320px - 1440px)
   ========================================================================== */

/* Global Overflow Protection */
html, body {
    overflow-x: clip !important;
    max-width: 100vw !important;
    position: relative !important;
    width: 100% !important;
}
@supports not (overflow-x: clip) {
    html, body {
        overflow-x: hidden !important;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* Tablet & Mobile Breakpoints (max-width: 768px) */
@media (max-width: 768px) {
    /* Safe container padding */
    .ssc-container,
    .elementor-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Fixed mobile bar clearance */
    body {
        padding-bottom: 75px !important;
    }

    /* 1. MASTER TABLES & LINKS TABLES (Page /result/, /admit-card/, /answer-key/, Table 470, 651, 1176, etc.) */
    /* Only allow overflow-x: visible when the wrapper contains a card-transformed table */
    .ssc-table-responsive-wrapper:has(table.ssc-results-master-table),
    .ssc-table-responsive-wrapper:has(table.ssc-p182-links-table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3)))),
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn:not(:has(th:nth-child(3))):not(:has(td:nth-child(3)))),
    .ssc-table-responsive-wrapper:has([data-table-id="470"]:not(:has(th:nth-child(3)))),
    .ssc-table-responsive-wrapper:has([data-table-id="651"]:not(:has(th:nth-child(3)))),
    .ssc-table-responsive-wrapper:has([data-table-id="1176"]:not(:has(th:nth-child(3)))),
    [data-table-id="470"].ssc-table-responsive-wrapper:not(:has(th:nth-child(3))),
    [data-table-id="651"].ssc-table-responsive-wrapper:not(:has(th:nth-child(3))),
    [data-table-id="1176"].ssc-table-responsive-wrapper:not(:has(th:nth-child(3))),
    section[class*="links"] .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    div[class*="links"] .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    .ssc-links-wrapper-noscroll:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    .ssc-master-wrapper-noscroll {
        overflow-x: visible !important;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin-bottom: 1.25rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* ALL other tables inside .ssc-table-responsive-wrapper MUST scroll horizontally with smooth touch physics */
    .ssc-table-responsive-wrapper:not(:has(table.ssc-results-master-table)):not(:has(table.ssc-p182-links-table:not(:has(th:nth-child(3))))):not(:has(.ssc-table-fit-btn)):not(.ssc-master-wrapper-noscroll),
    .ssc-table-responsive-wrapper:has(th:nth-child(3)),
    .ssc-table-responsive-wrapper:has(td:nth-child(3)) {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-x: contain !important;
        touch-action: pan-x pan-y !important;
        display: block !important;
        margin-bottom: 1.25rem !important;
        border: 1px solid var(--ssc-border);
        border-radius: 8px;
    }

    /* Convert Master Table into Native Responsive Cards */
    table.ssc-results-master-table {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        border: none !important;
    }

    table.ssc-results-master-table thead {
        display: none !important;
    }

    table.ssc-results-master-table tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
    }

    table.ssc-results-master-table tbody tr {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 14px 16px !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05) !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    }

    table.ssc-results-master-table tbody tr:hover {
        border-color: #cbd5e1 !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
    }

    table.ssc-results-master-table td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }

    /* First cell: Post Date displayed only when row has 3 columns (Date + Title + Action) */
    table.ssc-results-master-table tbody tr:has(td:nth-child(3)) td:first-child {
        font-size: 0.8rem !important;
        font-weight: 600 !important;
        color: #64748b !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
    }

    table.ssc-results-master-table tbody tr:has(td:nth-child(3)) td:first-child::before {
        content: "📅 Post Date: " !important;
        font-weight: 600 !important;
        color: #94a3b8 !important;
    }

    /* Rows without Date column (e.g. single-column Results table) */
    table.ssc-results-master-table tbody tr:not(:has(td:nth-child(3))) td {
        font-size: 1.02rem !important;
        font-weight: 700 !important;
        line-height: 1.45 !important;
        color: #0f172a !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        padding: 4px 0 !important;
    }

    table.ssc-results-master-table tbody tr:not(:has(td:nth-child(3))) td::before {
        content: none !important;
    }

    /* Second cell: Examination / Notification Name when 3 columns exist */
    table.ssc-results-master-table tbody tr:has(td:nth-child(3)) td:nth-child(2) {
        font-size: 1.02rem !important;
        font-weight: 700 !important;
        line-height: 1.45 !important;
        color: #0f172a !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        margin: 2px 0 6px 0 !important;
    }

    /* Third cell: Action button */
    table.ssc-results-master-table td:last-child {
        width: 100% !important;
        margin-top: 4px !important;
        text-align: left !important;
    }

    table.ssc-results-master-table .ssc-table-fit-btn {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 12px 16px !important;
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    /* 2. IMPORTANT USEFUL OFFICIAL DIRECT LINKS TABLE (Table 470, 651, 1176, .ssc-p182-links-table, table:has(.ssc-table-fit-btn), etc.) */
    .ssc-fullwidth-table-wrapper,
    .ssc-links-wrapper-noscroll:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    [data-table-id="470"].ssc-table-responsive-wrapper:not(:has(th:nth-child(3))),
    [data-table-id="651"].ssc-table-responsive-wrapper:not(:has(th:nth-child(3))),
    [data-table-id="1176"].ssc-table-responsive-wrapper:not(:has(th:nth-child(3))),
    .ssc-table-responsive-wrapper:has(table.ssc-p182-links-table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3)))),
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn:not(:has(th:nth-child(3))):not(:has(td:nth-child(3)))),
    section[class*="links"] .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    div[class*="links"] .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) {
        overflow: visible !important;
        overflow-x: visible !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-shadow: none !important;
    }

    /* Suppress horizontal swipe hint banner for links table */
    [data-table-id="470"] .ssc-table-scroll-hint,
    [data-table-id="651"] .ssc-table-scroll-hint,
    [data-table-id="1176"] .ssc-table-scroll-hint,
    .ssc-links-wrapper-noscroll:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-scroll-hint,
    .ssc-table-responsive-wrapper:has(table.ssc-p182-links-table) .ssc-table-scroll-hint,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) .ssc-table-scroll-hint,
    .ssc-table-responsive-wrapper:has([data-table-id="470"]) .ssc-table-scroll-hint,
    .ssc-table-responsive-wrapper:has([data-table-id="651"]) .ssc-table-scroll-hint,
    .ssc-table-responsive-wrapper:has([data-table-id="1176"]) .ssc-table-scroll-hint,
    section[class*="links"] .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-scroll-hint,
    div[class*="links"] .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-scroll-hint {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    [data-table-id="470"] table:not(:has(th:nth-child(3))),
    [data-table-id="651"] table:not(:has(th:nth-child(3))),
    [data-table-id="1176"] table:not(:has(th:nth-child(3))),
    table.ssc-p182-links-table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))),
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        border: none !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table thead,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) thead,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) thead,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) thead,
    table.ssc-p182-links-table thead,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) thead,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) thead,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) thead,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) thead {
        display: none !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table tbody,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) tbody,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) tbody,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) tbody,
    table.ssc-p182-links-table tbody,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        border: none !important;
        background: transparent !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table tbody tr,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) tbody tr,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) tbody tr,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) tbody tr,
    table.ssc-p182-links-table tbody tr,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 14px 16px !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        transition: transform 0.15s ease, box-shadow 0.15s ease !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table tbody tr:hover,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) tbody tr:hover,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) tbody tr:hover,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) tbody tr:hover,
    table.ssc-p182-links-table tbody tr:hover,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr:hover,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr:hover,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr:hover,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) tbody tr:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1) !important;
        border-color: #cbd5e1 !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table td,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) td,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) td,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) td,
    table.ssc-p182-links-table td,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-sizing: border-box !important;
        text-align: left !important;
        position: static !important;
        left: auto !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table td:first-child,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) td:first-child,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) td:first-child,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) td:first-child,
    table.ssc-p182-links-table td:first-child,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:first-child,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:first-child,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:first-child,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:first-child {
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        line-height: 1.45 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        position: static !important;
        left: auto !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table td:last-child,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) td:last-child,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) td:last-child,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) td:last-child,
    table.ssc-p182-links-table td:last-child,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:last-child,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:last-child,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:last-child,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) td:last-child {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-top: 4px !important;
        text-align: left !important;
        position: static !important;
        left: auto !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) .ssc-table-fit-btn,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) .ssc-table-fit-btn,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) .ssc-table-fit-btn,
    table.ssc-p182-links-table .ssc-table-fit-btn,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 12px 16px !important;
        font-size: 0.925rem !important;
        font-weight: 700 !important;
        border-radius: 8px !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        line-height: 1.35 !important;
        background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
        color: #ffffff !important;
        border: 1px solid #b91c1c !important;
        box-shadow: 0 2px 6px rgba(220, 38, 38, 0.3) !important;
        transition: all 0.2s ease !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn:hover,
    [data-table-id="470"] table:not(:has(th:nth-child(3))) .ssc-table-fit-btn:hover,
    [data-table-id="651"] table:not(:has(th:nth-child(3))) .ssc-table-fit-btn:hover,
    [data-table-id="1176"] table:not(:has(th:nth-child(3))) .ssc-table-fit-btn:hover,
    table.ssc-p182-links-table .ssc-table-fit-btn:hover,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn:hover,
    .ssc-table-responsive-wrapper:has(.ssc-table-fit-btn) table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn:hover,
    section[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn:hover,
    div[class*="links"] table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn:hover {
        background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4) !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-green,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-green {
        background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
        border-color: #15803d !important;
        box-shadow: 0 2px 6px rgba(22, 163, 74, 0.3) !important;
    }
    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-green:hover,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-green:hover {
        background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
        box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4) !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-blue,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-blue {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
        border-color: #1d4ed8 !important;
        box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3) !important;
    }
    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-blue:hover,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-blue:hover {
        background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4) !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-purple,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-purple {
        background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%) !important;
        border-color: #6d28d9 !important;
        box-shadow: 0 2px 6px rgba(124, 58, 237, 0.3) !important;
    }
    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-purple:hover,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-purple:hover {
        background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%) !important;
        box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4) !important;
    }

    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-dark,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-dark {
        background: linear-gradient(135deg, #334155 0%, #1e293b 100%) !important;
        border-color: #1e293b !important;
        box-shadow: 0 2px 6px rgba(30, 41, 59, 0.3) !important;
    }
    .ssc-table-responsive-wrapper table.ssc-p182-links-table .ssc-table-fit-btn.btn-dark:hover,
    .ssc-links-wrapper-noscroll table:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-fit-btn.btn-dark:hover {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
        box-shadow: 0 4px 12px rgba(30, 41, 59, 0.4) !important;
    }

    /* ==========================================================================
       MODERN RESPONSIVE DATA TABLE SYSTEM (MOBILE-OPTIMIZED)
       ========================================================================== */

    /* Universal Mobile Table Header & Text Wrapping */
    .ssc-table thead th,
    .ssc-table th,
    .ssc-table-responsive-wrapper table thead th,
    .ssc-table-responsive-wrapper table th,
    .elementor-widget-text-editor table th,
    .entry-content table th {
        white-space: normal !important;
        min-width: 85px !important;
        max-width: 200px !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        font-size: 0.78rem !important;
        padding: 9px 8px !important;
        line-height: 1.3 !important;
        letter-spacing: 0.02em !important;
        text-align: left !important;
    }

    /* Mobile Table Cells - Compact & Readable */
    .ssc-table td,
    .ssc-table-responsive-wrapper table td,
    .elementor-widget-text-editor table td,
    .entry-content table td {
        padding: 9px 8px !important;
        font-size: 0.825rem !important;
        line-height: 1.4 !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        vertical-align: middle !important;
    }

    /* Multi-column tables (3+ cols) sensible min-width on mobile */
    .ssc-table-responsive-wrapper:not(.ssc-links-wrapper-noscroll):not(.ssc-master-wrapper-noscroll):not(.ssc-table-2col-wrapper) table:not(.ssc-p182-links-table):not(.ssc-results-master-table):not(.ssc-table-2col) {
        min-width: 540px !important;
        width: 100% !important;
    }

    /* Sticky First Column for Multi-Column Data Tables on Mobile (Context Preservation) */
    .ssc-table-responsive-wrapper:has(table th:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) thead th:first-child:not([colspan]),
    .ssc-table-responsive-wrapper:has(table td:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) thead th:first-child:not([colspan]) {
        position: sticky !important;
        left: 0 !important;
        z-index: 10 !important;
        background: #0f172a !important;
        color: #ffffff !important;
        box-shadow: 3px 0 6px rgba(0, 0, 0, 0.12) !important;
        min-width: 110px !important;
        max-width: 155px !important;
    }

    .ssc-table-responsive-wrapper:has(table th:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody td:first-child:not([colspan]),
    .ssc-table-responsive-wrapper:has(table td:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody td:first-child:not([colspan]) {
        position: sticky !important;
        left: 0 !important;
        z-index: 5 !important;
        background: #ffffff !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        box-shadow: 3px 0 6px rgba(0, 0, 0, 0.08) !important;
        min-width: 110px !important;
        max-width: 155px !important;
    }

    .ssc-table-responsive-wrapper:has(table th:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody tr:nth-child(even) td:first-child:not([colspan]),
    .ssc-table-responsive-wrapper:has(table td:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody tr:nth-child(even) td:first-child:not([colspan]) {
        background: #f8fafc !important;
    }

    /* 2-Column Summary / Key-Value Tables (100% Full Width, No Horizontal Scroll) */
    .ssc-table-responsive-wrapper.ssc-table-2col-wrapper,
    .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) {
        overflow-x: hidden !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04) !important;
    }

    .ssc-table-responsive-wrapper.ssc-table-2col-wrapper table,
    .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) table,
    table.ssc-table-2col {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        table-layout: auto !important;
    }

    .ssc-table-responsive-wrapper.ssc-table-2col-wrapper table td:first-child,
    .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) table td:first-child {
        width: 42% !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        background: #f8fafc !important;
        border-right: 1px solid #e2e8f0 !important;
        position: static !important;
        box-shadow: none !important;
    }

    .ssc-table-responsive-wrapper.ssc-table-2col-wrapper .ssc-table-scroll-hint,
    .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) .ssc-table-scroll-hint {
        display: none !important;
    }

    /* Dark Mode Sticky Column & Cells */
    [data-theme="dark"] .ssc-table-responsive-wrapper:has(table th:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) thead th:first-child:not([colspan]) {
        background: #090d16 !important;
        color: #ffffff !important;
    }
    [data-theme="dark"] .ssc-table-responsive-wrapper:has(table th:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody td:first-child:not([colspan]),
    [data-theme="dark"] .ssc-table-responsive-wrapper:has(table td:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody td:first-child:not([colspan]) {
        background: #1e293b !important;
        color: #f1f5f9 !important;
        box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3) !important;
    }
    [data-theme="dark"] .ssc-table-responsive-wrapper:has(table th:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody tr:nth-child(even) td:first-child:not([colspan]),
    [data-theme="dark"] .ssc-table-responsive-wrapper:has(table td:nth-child(3)) table:not(.ssc-p182-links-table):not(.ssc-results-master-table) tbody tr:nth-child(even) td:first-child:not([colspan]) {
        background: #0f172a !important;
    }
    [data-theme="dark"] .ssc-table-responsive-wrapper.ssc-table-2col-wrapper table td:first-child,
    [data-theme="dark"] .ssc-table-responsive-wrapper:not(:has(th:nth-child(3))):not(:has(td:nth-child(3))) table td:first-child {
        background: #1e293b !important;
        color: #f1f5f9 !important;
        border-right-color: #334155 !important;
    }

    /* 3. HERO ANNOUNCEMENT CARDS ON MOBILE */
    .ssc-res-hub-hero-card,
    .ssc-p182-hero-card {
        padding: 1.25rem 1rem !important;
        border-radius: 12px !important;
        margin-bottom: 1.25rem !important;
    }

    .ssc-res-hub-title,
    .ssc-p182-main-title {
        font-size: clamp(1.35rem, 5vw, 1.85rem) !important;
        line-height: 1.3 !important;
        word-break: break-word !important;
    }

    .ssc-res-hub-desc,
    .ssc-p182-overview-text {
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
    }

    .ssc-res-hub-chips,
    .ssc-p182-meta-chips {
        gap: 6px !important;
    }

    .ssc-res-hub-chip,
    .ssc-p182-chip {
        font-size: 0.78rem !important;
        padding: 5px 10px !important;
    }

    /* 4. FEATURED 3-COLUMN CARDS ON MOBILE */
    .elementor-element-sec_res_featured .elementor-container {
        flex-direction: column !important;
        gap: 14px !important;
    }

    .elementor-element-sec_res_featured .elementor-column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .elementor-element-sec_res_featured .elementor-widget-wrap {
        padding: 1.25rem 1rem !important;
    }

    .elementor-element-sec_res_featured .elementor-widget-button,
    .elementor-element-sec_res_featured .elementor-button {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
    }

    /* 5. TWO-COLUMN BLOCKS ACROSS ALL RECRUITMENT PAGES */
    .elementor-element-sec_p182_dates_fee .elementor-container,
    .elementor-element-sec_p182_age_vacancy .elementor-container,
    .elementor-element-sec_p182_age_vac .elementor-container,
    .elementor-element-sec_dphc_dates_fee .elementor-container,
    .elementor-element-sec_dphc_age_vac .elementor-container,
    .elementor-element-sec_je_dates_fee .elementor-container,
    .elementor-element-sec_je_age_vac .elementor-container,
    section[class*="dates_fee"] .elementor-container,
    section[class*="age_vacancy"] .elementor-container,
    section[class*="age_vac"] .elementor-container,
    section[class*="how_to"] .elementor-container,
    section[class*="faqs"] .elementor-container {
        flex-direction: column !important;
        gap: 14px !important;
    }

    .elementor-element-sec_p182_dates_fee .elementor-column,
    .elementor-element-sec_p182_age_vacancy .elementor-column,
    .elementor-element-sec_p182_age_vac .elementor-column,
    .elementor-element-sec_dphc_dates_fee .elementor-column,
    .elementor-element-sec_dphc_age_vac .elementor-column,
    .elementor-element-sec_je_dates_fee .elementor-column,
    .elementor-element-sec_je_age_vac .elementor-column,
    section[class*="dates_fee"] .elementor-column,
    section[class*="age_vacancy"] .elementor-column,
    section[class*="age_vac"] .elementor-column,
    section[class*="how_to"] .elementor-column,
    section[class*="faqs"] .elementor-column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Universal Elementor multi-column mobile stack */
    .elementor-section .elementor-container {
        flex-wrap: wrap !important;
    }
    .elementor-section .elementor-column.elementor-col-50,
    .elementor-section .elementor-column.elementor-col-33,
    .elementor-section .elementor-column.elementor-col-25,
    .elementor-section .elementor-column.elementor-col-20 {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* 6. GENERIC MULTI-COLUMN DATA TABLES (Smooth Touch Scroll with Word Wrapping) */
    .ssc-table:not(.ssc-results-master-table):not(.ssc-p182-links-table) {
        min-width: 100% !important;
        white-space: normal !important;
    }

    .ssc-table:not(.ssc-results-master-table):not(.ssc-p182-links-table) th,
    .ssc-table:not(.ssc-results-master-table):not(.ssc-p182-links-table) td {
        padding: 10px 12px !important;
        font-size: 0.85rem !important;
        word-break: break-word !important;
    }
}

/* Small Smartphone Viewports (max-width: 480px & 360px) */
@media (max-width: 480px) {
    .ssc-container,
    .elementor-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ssc-res-hub-hero-card,
    .ssc-p182-hero-card {
        padding: 1rem 0.75rem !important;
        border-radius: 10px !important;
    }

    .ssc-p182-badge,
    .ssc-badge-org,
    .ssc-badge-notif {
        font-size: 0.72rem !important;
        padding: 4px 10px !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .ssc-res-hub-title {
        font-size: 1.35rem !important;
    }

    .ssc-p182-main-title {
        font-size: 1.3rem !important;
    }

    .ssc-res-hub-chip,
    .ssc-p182-chip {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .ssc-res-hub-updated-center {
        font-size: 0.78rem !important;
        padding: 4px 12px !important;
    }

    table.ssc-results-master-table tbody tr,
    table.ssc-p182-links-table tbody tr {
        padding: 12px 12px !important;
    }

    table.ssc-results-master-table td:nth-child(2) {
        font-size: 0.95rem !important;
    }

    table.ssc-results-master-table .ssc-table-fit-btn,
    table.ssc-p182-links-table .ssc-table-fit-btn {
        padding: 11px 12px !important;
        font-size: 0.9rem !important;
    }
}

/* Dark Mode Overrides for Mobile Cards */
[data-theme="dark"] table.ssc-results-master-table tbody tr,
[data-theme="dark"] table.ssc-p182-links-table tbody tr {
    background: #1e293b !important;
    border-color: #334155 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) !important;
}

[data-theme="dark"] table.ssc-results-master-table td:nth-child(2),
[data-theme="dark"] table.ssc-p182-links-table td:first-child {
    color: #f1f5f9 !important;
}

[data-theme="dark"] table.ssc-results-master-table td:first-child {
    color: #94a3b8 !important;
}

/* ==========================================================================
   LEGAL, COMPLIANCE & EDITORIAL POLICY PAGES STYLING
   ========================================================================== */
.ssc-policy-container {
    max-width: 960px;
    margin: 0 auto 3rem auto;
}

.ssc-policy-hero-card {
    background: linear-gradient(135deg, #0b132b 0%, #1c2541 100%);
    border-radius: 14px;
    padding: 2.25rem 2rem;
    color: #ffffff;
    margin-bottom: 2rem;
    box-shadow: 0 8px 24px rgba(11, 19, 43, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ssc-policy-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(220, 38, 38, 0.2);
    border: 1px solid rgba(220, 38, 38, 0.4);
    color: #fca5a5;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.ssc-policy-title {
    font-size: clamp(1.75rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 0.85rem;
}

.ssc-policy-lead {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 1.25rem;
    max-width: 820px;
}

.ssc-policy-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.82rem;
    color: #94a3b8;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ssc-policy-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ssc-policy-toc {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.ssc-policy-toc-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ssc-policy-toc-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ssc-policy-toc-link {
    display: inline-block;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ssc-policy-toc-link:hover {
    background: #e2e8f0;
    color: #0f172a;
    text-decoration: none;
}

.ssc-policy-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
}

.ssc-policy-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.ssc-policy-card p {
    font-size: 0.96rem;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 1rem;
}

.ssc-policy-card p:last-child {
    margin-bottom: 0;
}

.ssc-policy-card ul, .ssc-policy-card ol {
    margin: 0.75rem 0 1rem 1.5rem;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.65;
}

.ssc-policy-card li {
    margin-bottom: 0.5rem;
}

.ssc-callout-box {
    background: #f8fafc;
    border-left: 4px solid #dc2626;
    padding: 1rem 1.25rem;
    border-radius: 0 8px 8px 0;
    margin: 1.25rem 0;
}

.ssc-callout-box.ssc-callout-blue {
    border-left-color: #2563eb;
    background: #eff6ff;
}

.ssc-callout-box.ssc-callout-green {
    border-left-color: #059669;
    background: #ecfdf5;
}

.ssc-callout-box h4 {
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: #0f172a;
}

.ssc-callout-box p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #475569;
    margin: 0;
}

.ssc-policy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: 0.88rem;
}

.ssc-policy-table th {
    background: #0f172a;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 14px;
    text-align: left;
}

.ssc-policy-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

.ssc-policy-table tr:hover td {
    background: #f8fafc;
}

.ssc-grievance-card {
    background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.ssc-grievance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 1rem;
}

.ssc-grievance-item {
    background: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.ssc-grievance-item strong {
    display: block;
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ssc-grievance-item span, .ssc-grievance-item a {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

@media (max-width: 768px) {
    .ssc-policy-hero-card {
        padding: 1.5rem 1.25rem;
    }
    .ssc-policy-card {
        padding: 1.25rem 1.25rem;
    }
    .ssc-policy-table {
        display: block;
        overflow-x: auto;
    }
}
/* ==========================================================================
   PREMIUM QUESTION PAPER DOWNLOAD PDF BUTTON
   ========================================================================== */
.ssc-btn-download-pdf {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 8px 18px !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.015em !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    white-space: nowrap !important;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}

.ssc-btn-download-pdf svg {
    transition: transform 0.2s ease !important;
}

.ssc-btn-download-pdf:hover {
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 50%, #2563eb 100%) !important;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.42) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.ssc-btn-download-pdf:hover svg {
    transform: translateY(1px) scale(1.08) !important;
}

.ssc-btn-download-pdf:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25) !important;
}

/* ==========================================================================
   SSC RECRUITMENT ENHANCED BOX & HIGHLIGHT BADGES
   ========================================================================== */
.ssc-badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 2px 9px !important;
    border-radius: 9999px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.015em !important;
    vertical-align: middle !important;
}

.ssc-badge-pill.green {
    background: #dcfce7 !important;
    color: #15803d !important;
    border: 1px solid #bbf7d0 !important;
}

.ssc-badge-pill.blue {
    background: #dbeafe !important;
    color: #1d4ed8 !important;
    border: 1px solid #bfdbfe !important;
}

.ssc-badge-pill.red {
    background: #fee2e2 !important;
    color: #b91c1c !important;
    border: 1px solid #fecaca !important;
}

.ssc-badge-pill.amber {
    background: #fef3c7 !important;
    color: #b45309 !important;
    border: 1px solid #fde68a !important;
}

.ssc-badge-pill.purple {
    background: #f3e8ff !important;
    color: #7e22ce !important;
    border: 1px solid #e9d5ff !important;
}

/* Payment Mode Box inside Fees Card */
.ssc-payment-mode-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    margin-top: 14px !important;
    font-size: 0.85rem !important;
    line-height: 1.55 !important;
    color: #334155 !important;
}

.ssc-payment-mode-box strong {
    color: #0f172a !important;
    display: inline-block !important;
    margin-right: 4px !important;
}

/* Age Reckon Badge */
.ssc-age-reckon-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    color: #166534 !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.ssc-age-reckon-badge strong {
    color: #14532d !important;
}

/* Vacancy Big Highlight inside Vacancy Box */
.ssc-vac-big-highlight {
    background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%) !important;
    border: 1px solid #c7d2fe !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    margin-bottom: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.ssc-vac-count {
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: #1e40af !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}

.ssc-vac-title {
    font-size: 0.925rem !important;
    font-weight: 700 !important;
    color: #312e81 !important;
}

.ssc-vac-sub {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: #6366f1 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

/* Dark mode compatibility */
[data-theme="dark"] .ssc-badge-pill.green {
    background: rgba(22, 101, 52, 0.3) !important;
    color: #4ade80 !important;
    border-color: rgba(34, 197, 94, 0.3) !important;
}

[data-theme="dark"] .ssc-badge-pill.blue {
    background: rgba(30, 64, 175, 0.3) !important;
    color: #60a5fa !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
}

[data-theme="dark"] .ssc-badge-pill.red {
    background: rgba(153, 27, 27, 0.3) !important;
    color: #f87171 !important;
    border-color: rgba(239, 68, 68, 0.3) !important;
}

[data-theme="dark"] .ssc-payment-mode-box {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .ssc-payment-mode-box strong {
    color: #f8fafc !important;
}

[data-theme="dark"] .ssc-age-reckon-badge {
    background: rgba(22, 101, 52, 0.25) !important;
    border-color: rgba(34, 197, 94, 0.3) !important;
    color: #86efac !important;
}

[data-theme="dark"] .ssc-age-reckon-badge strong {
    color: #bbf7d0 !important;
}

[data-theme="dark"] .ssc-vac-big-highlight {
    background: rgba(30, 58, 138, 0.25) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
}

[data-theme="dark"] .ssc-vac-count {
    color: #93c5fd !important;
}

[data-theme="dark"] .ssc-vac-title {
    color: #c7d2fe !important;
}

[data-theme="dark"] .ssc-vac-sub {
    color: #a5b4fc !important;
}

/* ==========================================================================
   OFFICIAL RECRUITMENT ARCHITECTURE & NOTIFICATION TIERS (PAGE /notification/)
   ========================================================================== */
.ssc-notif-overview-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 2.5rem 2.5rem !important;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02) !important;
    margin-top: 2.5rem !important;
    transition: box-shadow 0.3s ease !important;
}

.ssc-arch-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #fff1f2 0%, #fee2e2 100%) !important;
    color: #dc2626 !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 6px 14px !important;
    border-radius: 9999px !important;
    border: 1px solid #fecaca !important;
    box-shadow: 0 2px 5px rgba(220, 38, 38, 0.08) !important;
    margin-bottom: 1rem !important;
    line-height: 1 !important;
}

.ssc-arch-heading {
    font-size: clamp(1.45rem, 2.5vw, 1.95rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.32 !important;
    margin: 0 0 0.85rem 0 !important;
    letter-spacing: -0.02em !important;
}

.ssc-arch-lead {
    font-size: 0.96rem !important;
    color: #475569 !important;
    line-height: 1.7 !important;
    margin: 0 0 2.25rem 0 !important;
    max-width: 980px !important;
}

.ssc-cadres-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    margin-bottom: 2.75rem !important;
}

.ssc-arch-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 1.6rem 1.65rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
}

.ssc-arch-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 32px -4px rgba(15, 23, 42, 0.1), 0 4px 8px -2px rgba(15, 23, 42, 0.04) !important;
    border-color: #cbd5e1 !important;
}

.ssc-card-graduate {
    border-top: 4px solid #dc2626 !important;
    background: linear-gradient(180deg, rgba(254, 242, 242, 0.45) 0%, #ffffff 32%) !important;
}

.ssc-card-higher-sec {
    border-top: 4px solid #2563eb !important;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.45) 0%, #ffffff 32%) !important;
}

.ssc-card-matric {
    border-top: 4px solid #059669 !important;
    background: linear-gradient(180deg, rgba(236, 253, 245, 0.45) 0%, #ffffff 32%) !important;
}

.ssc-card-tech {
    border-top: 4px solid #7c3aed !important;
    background: linear-gradient(180deg, rgba(245, 243, 255, 0.45) 0%, #ffffff 32%) !important;
}

.ssc-cadre-tag {
    display: inline-block !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.2 !important;
}

.ssc-tag-red {
    background: #fef2f2 !important;
    color: #dc2626 !important;
    border: 1px solid #fee2e2 !important;
}

.ssc-tag-blue {
    background: #eff6ff !important;
    color: #2563eb !important;
    border: 1px solid #dbeafe !important;
}

.ssc-tag-green {
    background: #ecfdf5 !important;
    color: #059669 !important;
    border: 1px solid #a7f3d0 !important;
}

.ssc-tag-purple {
    background: #f5f3ff !important;
    color: #7c3aed !important;
    border: 1px solid #ddd6fe !important;
}

.ssc-arch-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 0.65rem 0 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
}

.ssc-arch-desc {
    font-size: 0.88rem !important;
    color: #475569 !important;
    line-height: 1.62 !important;
    margin: 0 0 1.25rem 0 !important;
    flex-grow: 1 !important;
}

.ssc-criteria-pill {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: #1e293b !important;
}

.ssc-stages-wrap {
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.ssc-stages-heading {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 1.25rem 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ssc-stages-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 1rem !important;
}

.ssc-stage-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 1.15rem !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
}

.ssc-stage-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px -2px rgba(15, 23, 42, 0.06) !important;
    border-color: #cbd5e1 !important;
}

.ssc-stage-badge {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    display: inline-block !important;
}

.ssc-stage-title {
    font-weight: 700 !important;
    color: #0f172a !important;
    font-size: 0.92rem !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.35 !important;
}

.ssc-stage-desc {
    font-size: 0.8rem !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.ssc-portal-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    border: 1px solid #334155 !important;
    color: #f8fafc !important;
    border-radius: 12px !important;
    padding: 1.35rem 1.75rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    box-shadow: 0 6px 20px -2px rgba(15, 23, 42, 0.15) !important;
}

.ssc-portal-title {
    font-weight: 800 !important;
    font-size: 0.98rem !important;
    margin-bottom: 4px !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ssc-portal-desc {
    font-size: 0.82rem !important;
    color: #94a3b8 !important;
    line-height: 1.4 !important;
}

.ssc-portal-btn {
    background: #dc2626 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.84rem !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    box-shadow: 0 3px 10px rgba(220, 38, 38, 0.35) !important;
    transition: background 0.2s ease, transform 0.15s ease !important;
    white-space: nowrap !important;
}

.ssc-portal-btn:hover {
    background: #b91c1c !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* Dark theme support */
[data-theme="dark"] .ssc-notif-overview-card {
    background: #1e293b !important;
    border-color: #334155 !important;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.35) !important;
}
[data-theme="dark"] .ssc-arch-heading {
    color: #f8fafc !important;
}
[data-theme="dark"] .ssc-arch-lead {
    color: #94a3b8 !important;
}
[data-theme="dark"] .ssc-arch-card {
    background: #0f172a !important;
    border-color: #334155 !important;
}
[data-theme="dark"] .ssc-card-graduate {
    background: linear-gradient(180deg, rgba(220, 38, 38, 0.12) 0%, #0f172a 35%) !important;
}
[data-theme="dark"] .ssc-card-higher-sec {
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.12) 0%, #0f172a 35%) !important;
}
[data-theme="dark"] .ssc-card-matric {
    background: linear-gradient(180deg, rgba(5, 150, 105, 0.12) 0%, #0f172a 35%) !important;
}
[data-theme="dark"] .ssc-card-tech {
    background: linear-gradient(180deg, rgba(124, 58, 237, 0.12) 0%, #0f172a 35%) !important;
}
[data-theme="dark"] .ssc-arch-title {
    color: #f8fafc !important;
}
[data-theme="dark"] .ssc-arch-desc {
    color: #94a3b8 !important;
}
[data-theme="dark"] .ssc-criteria-pill {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #e2e8f0 !important;
}
[data-theme="dark"] .ssc-stage-card {
    background: #0f172a !important;
    border-color: #334155 !important;
}
[data-theme="dark"] .ssc-stage-title {
    color: #f8fafc !important;
}
[data-theme="dark"] .ssc-stage-desc {
    color: #94a3b8 !important;
}
[data-theme="dark"] .ssc-stages-wrap {
    border-top-color: #334155 !important;
}
[data-theme="dark"] .ssc-stages-heading {
    color: #f8fafc !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .ssc-stages-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 768px) {
    .ssc-notif-overview-card {
        padding: 1.5rem 1.25rem !important;
    }
    .ssc-cadres-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    .ssc-stages-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 480px) {
    .ssc-stages-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   MASTER MULTI-DEVICE RESPONSIVE SYSTEM (All Screen Sizes 320px - 1440px+)
   ========================================================================== */

/* Universal Fluid Media & Content Safeguards */
img, svg, video, iframe, embed, object {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

pre, code {
    max-width: 100% !important;
    overflow-x: auto !important;
    word-break: break-all !important;
    white-space: pre-wrap !important;
}

.ssc-container,
.ssc-policy-container,
.ssc-about-wrapper,
.ssc-result-detail-box,
.ssc-single-article {
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Text Word-Wrapping across All Devices */
h1, h2, h3, h4, h5, h6, p, a, span, li, td, th {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

/* 1. Header & Navigation Ergonomics */
.ssc-brand-title {
    font-family: var(--ssc-font-heading);
    font-size: clamp(1.15rem, 4.5vw, 1.65rem) !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

@media (max-width: 640px) {
    .ssc-brand-bar {
        padding: 8px 0 !important;
    }
    .ssc-brand-bar-inner {
        gap: 0.5rem !important;
    }
    .ssc-brand-logo-icon svg {
        width: 28px !important;
        height: 28px !important;
    }
    .ssc-header-actions {
        gap: 0.35rem !important;
    }
    .ssc-header-action-btn {
        padding: 0 !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        justify-content: center !important;
        border-radius: 8px !important;
    }
    .ssc-header-action-btn span {
        display: none !important;
    }
    .ssc-menu-toggle {
        min-width: 36px !important;
        min-height: 36px !important;
        width: 36px !important;
        height: 36px !important;
        padding: 6px !important;
}

@media (max-width: 400px) {
    .ssc-header-action-btn {
        display: none !important;
    }
    .ssc-brand-title {
        font-size: 1.25rem !important;
    }
    .ssc-brand-bar-inner {
        padding: 0 4px !important;
    }
}

/* Top Marquee Ticker on Mobile */
@media (max-width: 480px) {
    .ssc-top-ticker-bar {
        padding: 4px 0 !important;
    }
    .ssc-ticker-inner {
        gap: 6px !important;
    }
    .ssc-ticker-label {
        font-size: 0.72rem !important;
        padding: 2px 6px !important;
        letter-spacing: 0 !important;
    }
    .ssc-ticker-content {
        font-size: 0.8rem !important;
    }
}

/* 2. Homepage Sections (Front Page) */
@media (max-width: 768px) {
    .ssc-top-announcement {
        padding: 10px 14px !important;
        font-size: 0.88rem !important;
        margin: 0.75rem 0 1rem 0 !important;
    }
    .ssc-top-announcement strong {
        font-size: 0.95rem !important;
    }

    .ssc-action-banner {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        margin-bottom: 1.25rem !important;
    }
    .ssc-channel-links {
        display: flex !important;
        width: 100% !important;
        gap: 8px !important;
    }
    .ssc-channel-links a {
        flex: 1 1 50% !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 10px 12px !important;
        font-size: 0.85rem !important;
    }
    .ssc-home-quick-search {
        width: 100% !important;
        max-width: 100% !important;
    }
    .ssc-home-quick-search input {
        font-size: 0.88rem !important;
        padding: 10px 12px !important;
    }

    /* Highlight Colored Boxes */
    .ssc-highlight-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        margin-bottom: 1.5rem !important;
    }
    .ssc-hl-box {
        padding: 12px 10px !important;
        min-height: 52px !important;
    }
    .ssc-hl-title {
        font-size: 0.82rem !important;
        line-height: 1.3 !important;
    }

    /* 3-Column Sarkari Blocks */
    .ssc-multi-col-container {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-bottom: 1.5rem !important;
    }
    .ssc-col-header {
        padding: 10px 14px !important;
    }
    .ssc-col-header h2 {
        font-size: 1.15rem !important;
    }
    .ssc-col-list li {
        padding: 9px 12px !important;
        font-size: 0.85rem !important;
    }
    .ssc-col-footer {
        padding: 10px 12px !important;
    }
    .ssc-col-more-btn {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        padding: 8px 12px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 380px) {
    .ssc-highlight-grid {
        grid-template-columns: 1fr !important;
    }
}

/* 3. Single Post & Result Details Page */
@media (max-width: 640px) {
    .ssc-single-article,
    .ssc-result-detail-box {
        padding: 1.25rem 1rem !important;
        border-radius: 10px !important;
    }
    .ssc-article-title {
        font-size: clamp(1.35rem, 5vw, 1.85rem) !important;
        line-height: 1.3 !important;
    }
    .ssc-flex-meta-row {
        flex-direction: column !important;
        gap: 4px !important;
        font-size: 0.8rem !important;
    }

    /* Full-Width Touch Friendly Important Direct Links Buttons */
    .ssc-important-links-box {
        padding: 1.25rem 1rem !important;
        border-radius: 10px !important;
    }
    .ssc-important-links-title {
        font-size: 1.1rem !important;
        line-height: 1.35 !important;
    }
    .ssc-links-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }
    .ssc-links-list a,
    .ssc-links-list .ssc-btn {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 12px 14px !important;
        font-size: 0.92rem !important;
        box-sizing: border-box !important;
    }

    /* Social Share Bar */
    .ssc-social-share-strip {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    .ssc-social-share-btn {
        flex: 1 1 calc(50% - 8px) !important;
        justify-content: center !important;
    }
}

/* 4. Touch Table Scroll Engine (Zero Page Blowout) */
.ssc-table-responsive-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    /* Multi-column data tables: smoothly swipeable on mobile */
    .ssc-table:not(.ssc-results-master-table):not(.ssc-p182-links-table) {
        min-width: 520px !important;
        width: 100% !important;
    }

    .ssc-table:not(.ssc-results-master-table):not(.ssc-p182-links-table) th,
    .ssc-table:not(.ssc-results-master-table):not(.ssc-p182-links-table) td {
        padding: 9px 10px !important;
        font-size: 0.84rem !important;
        white-space: normal !important;
    }

    /* Scrollbar indicator for touch tables */
    .ssc-table-responsive-wrapper::-webkit-scrollbar {
        height: 5px !important;
    }
    .ssc-table-responsive-wrapper::-webkit-scrollbar-track {
        background: #f1f5f9 !important;
    }
    .ssc-table-responsive-wrapper::-webkit-scrollbar-thumb {
        background: #cbd5e1 !important;
        border-radius: 4px !important;
    }
}

/* 5. Archive & Taxonomy Grids */
@media (max-width: 640px) {
    .ssc-results-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .ssc-result-card {
        padding: 1rem !important;
    }
    .ssc-exam-grid,
    .ssc-exam-grid-hub {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .ssc-exam-card-hub {
        padding: 1.15rem 1rem !important;
    }
}

/* 6. Static Pages (About, Policies, Contact) */
.ssc-about-wrapper {
    max-width: 1060px;
    margin: 1.5rem auto 3rem auto;
    width: 100%;
}
.ssc-about-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 2.25rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

@media (max-width: 768px) {
    .ssc-about-container {
        padding: 1.25rem 1rem !important;
        border-radius: 10px !important;
    }
    .ssc-about-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        margin-bottom: 2rem !important;
    }
    .ssc-policy-hero-card {
        padding: 1.5rem 1.15rem !important;
        border-radius: 10px !important;
    }
    .ssc-policy-title {
        font-size: clamp(1.4rem, 5vw, 1.85rem) !important;
    }
    .ssc-policy-card {
        padding: 1.25rem 1rem !important;
        border-radius: 10px !important;
    }
    .ssc-policy-toc-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
}

@media (max-width: 480px) {
    .ssc-policy-toc-grid {
        grid-template-columns: 1fr !important;
    }
    .ssc-about-stats-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* 7. Footer Responsiveness */
@media (max-width: 768px) {
    .ssc-site-footer {
        padding: 2rem 0 5.5rem !important;
    }
    .ssc-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem 1rem !important;
        margin-bottom: 1.75rem !important;
    }
    .ssc-footer-social-bar {
        padding-bottom: 1.25rem !important;
        margin-bottom: 1.5rem !important;
    }
    .ssc-social-buttons {
        gap: 8px !important;
    }
    .ssc-social-btn {
        padding: 7px 12px !important;
        font-size: 0.8rem !important;
    }
    .ssc-footer-bottom-links {
        justify-content: center !important;
        gap: 10px 14px !important;
    }
}

@media (max-width: 480px) {
    .ssc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }
}

/* Mobile Floating Dock Clearance */
@media (max-width: 768px) {
    .ssc-floating-dock {
        bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
        right: 12px !important;
        gap: 8px !important;
    }
}

/* ==========================================================================
   SOCIAL MEDIA ICONS & BUTTONS (HEADER & FOOTER)
   ========================================================================== */
.ssc-header-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease !important;
    flex-shrink: 0 !important;
}
.ssc-header-social-icon:hover {
    transform: translateY(-1px) !important;
    opacity: 0.92 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
.ssc-header-social-fb {
    background: #1877F2 !important;
}
.ssc-header-social-ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.ssc-header-social-pin {
    background: #E60023 !important;
}

@media (max-width: 640px) {
    .ssc-header-social-icon {
        width: 32px !important;
        height: 32px !important;
    }
}
@media (max-width: 440px) {
    .ssc-header-social-icon {
        width: 26px !important;
        height: 26px !important;
    }
    .ssc-header-social-icon svg {
        width: 14px !important;
        height: 14px !important;
    }
}

.ssc-btn-facebook {
    background: #1877F2 !important;
}
.ssc-btn-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.ssc-btn-pinterest {
    background: #E60023 !important;
}

.ssc-header-social-icon svg,
.ssc-header-social-icon svg path {
    fill: #ffffff !important;
    color: #ffffff !important;
    display: block !important;
}

.ssc-social-btn svg,
.ssc-social-btn svg path {
    fill: #ffffff !important;
    color: #ffffff !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* ==========================================================================
   HOMEPAGE SARKARI COLUMNS - RESPECTIVE BOX BORDER COLORS
   ========================================================================== */
.ssc-sarkari-col.ssc-col-red,
.ssc-sarkari-col:has(.ssc-header-red),
.ssc-sarkari-col:has(.ssc-btn-red) {
    border: 2px solid #b91c1c !important;
}
.ssc-sarkari-col.ssc-col-red .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-header-red) .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-btn-red) .ssc-col-footer {
    border-top: 1px solid #b91c1c !important;
}

.ssc-sarkari-col.ssc-col-blue,
.ssc-sarkari-col:has(.ssc-header-blue),
.ssc-sarkari-col:has(.ssc-btn-blue) {
    border: 2px solid #1d4ed8 !important;
}
.ssc-sarkari-col.ssc-col-blue .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-header-blue) .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-btn-blue) .ssc-col-footer {
    border-top: 1px solid #1d4ed8 !important;
}

.ssc-sarkari-col.ssc-col-purple,
.ssc-sarkari-col:has(.ssc-header-purple),
.ssc-sarkari-col:has(.ssc-btn-purple) {
    border: 2px solid #7c3aed !important;
}
.ssc-sarkari-col.ssc-col-purple .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-header-purple) .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-btn-purple) .ssc-col-footer {
    border-top: 1px solid #7c3aed !important;
}

.ssc-sarkari-col.ssc-col-teal,
.ssc-sarkari-col:has(.ssc-header-teal),
.ssc-sarkari-col:has(.ssc-btn-teal) {
    border: 2px solid #0f766e !important;
}
.ssc-sarkari-col.ssc-col-teal .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-header-teal) .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-btn-teal) .ssc-col-footer {
    border-top: 1px solid #0f766e !important;
}

.ssc-sarkari-col.ssc-col-orange,
.ssc-sarkari-col:has(.ssc-header-orange),
.ssc-sarkari-col:has(.ssc-btn-orange) {
    border: 2px solid #ea580c !important;
}
.ssc-sarkari-col.ssc-col-orange .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-header-orange) .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-btn-orange) .ssc-col-footer {
    border-top: 1px solid #ea580c !important;
}

.ssc-sarkari-col.ssc-col-green,
.ssc-sarkari-col:has(.ssc-header-green),
.ssc-sarkari-col:has(.ssc-btn-green) {
    border: 2px solid #047857 !important;
}
.ssc-sarkari-col.ssc-col-green .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-header-green) .ssc-col-footer,
.ssc-sarkari-col:has(.ssc-btn-green) .ssc-col-footer {
    border-top: 1px solid #047857 !important;
}





