/*
Theme Name: Betheme Child
Theme URI: https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/full_screen_preview/7758048
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Betheme child theme.
Template: betheme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: betheme-child
*/

/* ====================================
   Base Styles
==================================== */

.searchbox {
    width: 25%;
    float: left;
}

.searchbox input[type="text"],
.searchbox select {
    width: 70% !important;
}

.table_div {
    overflow: auto;
}

.table_div table {
    width: 1100px;
    margin: auto;
}

/* ====================================
   Footer Styles
==================================== */

.footer-menu ul.mfn-footer-menu {
    column-count: 2;
    display: block;
}

.footer-copyright p {
    margin-bottom: 0;
}

/* ====================================
   Page Specific Styles
==================================== */

.page-id-33190 .searchbox input[type="text"],
.page-id-33190 .searchbox select {
    width: 100% !important;
    margin-bottom: 0;
}

/* ====================================
   Custom Subheader Styles
==================================== */

.custom-subheader .custom-subheader-row {
    background: #365971;
    padding: 50px;
}

.custom-subheader .custom-subheader-row-two {
    background: #F4F4F4;
    padding: 40px 100px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.custom-subheader ul.breadcrumb-list {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.custom-subheader ul.breadcrumb-list li.breadcrumb-item,
ul.breadcrumb-list li.breadcrumb-item a {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.custom-subheader .content-row-two h1.content-heading {
    color: #fff !important;
}

.custom-subheader .content-row-two h4.content-subheading {
    color: #fff !important;
}

.custom-subheader .custom-subheader-row-two .national-info-left {
    width: 50%;
}

.custom-subheader .custom-subheader-row-two .national-info-right {
    width: 50%;
}

.custom-subheader .custom-subheader-row-two .national-info-right ul.nat-list {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.custom-subheader .custom-subheader-row-two .national-info-right ul.nat-list li.nat-item span.nat-number {
    display: block;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* ====================================
   State Page CSS
==================================== */

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumb-item {
    font-size: 14px;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-item a:hover {
    color: white;
}

.breadcrumb-item:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.5);
}

/* Content Headers */
.content-heading {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.content-subheading {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    opacity: 0.9;
}

/* National Baseline Section */
.national-info-left {
    flex: 1;
    min-width: 300px;
}

.national-info-left h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.national-info-left p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
}

.national-info-right {
    flex-shrink: 0;
}

.nat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.nat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 25px;
    border-radius: 10px;
    min-width: 180px;
}

.nat-info {
    font-weight: 500;
    text-align: center;
}

/* Main Content Area */
#Content.zst {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Search Section */
.find-controls {
    background: #f4f4f4;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
}

.searchbox {
    flex: 1;
    min-width: 200px;
}

.searchbox input,
.searchbox select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
    background: white;
}

.searchbox input:focus,
.searchbox select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-search {
    background: #f16021;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    height: 46px;
    white-space: nowrap;
    transition: .5s ease all;
}

.btn-search:hover {
    background: #111111;
    color: #fff;
    transition: .5s ease all;
}

/* Table Section */
.table-section {
    margin: 40px 0;
}

.table-container {
    overflow-x: auto;
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
}

/* Modern Table Styles */
.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.modern-table th {
    background: #E1E7EB;
    color: #111111;
    font-weight: 600;
    padding: 15px 12px;
    text-align: center;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    user-select: none;
}

.modern-table th:hover {
    background: #e9ecef;
}

.modern-table th i {
    margin-left: 8px;
    font-size: 12px;
    color: #adb5bd;
}

.modern-table th.sort-asc i::before,
.modern-table th.sort-desc i::before {
    color: #4B4B4B;
}

.modern-table th.sort-asc i::before {
    content: "▲";
}

.modern-table th.sort-desc i::before {
    content: "▼";
}

.modern-table th i::before {
    content: "▼";
}

.modern-table td {
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    color: #0A0A0A;
}

.modern-table tbody tr:hover {
    background: #f8f9fa;
}

/* State Link */
.state-link {
    color: #365971;
    text-decoration: none;
    font-weight: 500;
    text-decoration: underline;
    transition: .5s ease all;
}

.state-link:hover {
    color: #f16021;
    text-decoration: underline;
}

/* Approval Rate */
.approval-rate {
    font-weight: 600;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
}

/* Comparison Badge */
.comparison-badge {
    display: inline-block;
    padding-left: 20px;
    border-radius: 30px;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}

.comparison-badge.above {
    color: #2F9E44;
}

.comparison-badge.above:before {
    content: '';
    background: url('https://disabilityjudges.codpixels.com/wp-content/uploads/2026/02/Arrow-Up-2.svg');
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comparison-badge.below {
    color: #9D2E28;
}

.comparison-badge.below:before {
    content: '';
    background: url('https://disabilityjudges.codpixels.com/wp-content/uploads/2026/02/Arrow-Down-2.svg');
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comparison-badge em {
    font-style: normal;
    color: #5C5C5C;
    font-size: 14px;
    padding-left: 10px;
}

.comparison-badge.national {
    background: #e9ecef;
    color: #495057;
}

/* Processing Time */
.processing-time {
    font-weight: 500;
    color: #1a1a1a;
}

/* Office Count */
.office-count {
    font-weight: 500;
    color: #6c757d;
    text-align: center;
}

/* National Average Row */
.national-average-row {
    background: #f1f3f5 !important;
    border-top: 2px solid #dee2e6;
}

.national-average-row td {
    background: #f1f3f5;
    font-weight: 600;
    color: #1a1a1a;
}

/* Footer Note */
.footer-note {
    text-align: justify;
    color: #0a0a0a;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-note svg {
    margin-right: 5px;
}
.footer-note svg path {
    fill: #0a0a0a;
}

/* Clearfix */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Loading State */
.btn-search.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.btn-search.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

/* ====================================
   Index PHP CSS
==================================== */

.dj-hero-inner {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #365971;
    padding: 40px 50px;
}

.dj-hero .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.dj-hero-left {
    flex: 0 0 380px;
    padding-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.dj-hero-breadcrumb {
    margin-bottom: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.dj-hero-breadcrumb a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.dj-hero-breadcrumb a:hover {
    color: #fff;
}

.dj-hero-breadcrumb span {
    margin: 0 6px;
}

.dj-hero-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 20px;
    color: #fff !important;
    letter-spacing: -2%;
}

.dj-hero-bullets {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    font-size: 20px;
    color: #fff !important;
}

.dj-hero-bullets li {
    margin-bottom: 4px;
}

.dj-hero-metric {
    flex: 1;
    padding: 0 36px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.dj-hero-metric:last-child {
    border-right: none;
    padding-right: 0;
}

.dj-hero-metric-label {
    font-size: 14px;
    color: #F4F4F4;
    margin-bottom: 8px;
}

.dj-hero-metric-value {
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
    color: #F4F4F4;
}

.dj-hero-metric-value sup {
    font-size: 22px;
    font-weight: 600;
    vertical-align: super;
}

.dj-hero-metric-unit {
    font-size: 18px;
    font-weight: 400;
    margin-left: 4px;
}

.dj-hero-metric-comp {
    font-size: 15px;
    color: #F4F4F4;
    margin-top: 5px;
    line-height: 25px;
}

.dj-hero-metric-comp .tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: 4px;
}
/* 
.tag-above {
    color: #4ade80;
}

.tag-below {
    color: #f87171;
}

.tag-near {
    color: #facc15;
} */

.tag-above {
    color: #f87171;
}

.tag-below {
    color: #4ade80;
}

.tag-near {
    color: #facc15;
}

.dj-hero-footnote {
    font-size: 13px;
    line-height: 22px;
    color: #F4F4F4;
    margin-top: 12px;
}

.dj-content {
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 1280px;
}

.dj-section-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    color: #0a0a0a;
    margin: 0 0 10px;
    letter-spacing: -2%;
}

.dj-section-sub {
    font-size: 14px;
    color: #0A0A0A;
    margin: 0;
}

.dj-section-note {
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    color: #0A0A0A;
    margin: 0 0 30px;
}

.dj-table-container {
    padding-top: 40px;
	position: relative;
}

.dj-table-wrap {
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.dj-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.dj-table thead tr {
    background: #E1E7EB;
}

.dj-table thead th {
    background: #E1E7EB;
    color: #111;
    font-weight: 600;
    padding: 15px 12px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    user-select: none;
}

.dj-table thead th .sort-icon {
    display: inline-flex;
    flex-direction: column;
    margin-left: 4px;
    vertical-align: middle;
    opacity: .5;
    gap: 2px;
}

.dj-table thead th > svg {
    display: inline;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}

.dj-table thead th > svg path {
    fill: #0a0a0a;
}

.dj-table thead th .sort-icon svg {
    display: block;
}

.dj-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.dj-table tbody tr:last-child {
    border-bottom: none;
}

.dj-table tbody tr:hover {
    background: #fafafa;
}

.dj-table tbody td {
    padding: 12px 16px;
    color: #0A0A0A;
    box-shadow: none !important;
}

.dj-table tbody td a {
    color: #365971;
    text-decoration: none;
    font-weight: 500;
    text-decoration: underline;
    transition: .5s ease all;
}

.dj-table tbody td a:hover {
    color: #f16021;
    text-decoration: underline;
}
.table-columns-toggle {
    text-align: center;
    margin-top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}
.toggle-columns-btn {
    background: #fff;
    border: 1px solid #D4D5D6;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 17px;
    cursor: pointer;
    color: #0a0a0a;
    transition: all 0.3s ease;
    width: 1170px;
    height: 50px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.toggle-columns-btn:hover {
    background: #fff;
    border: 1px solid #D4D5D6;
    color: #F16022;
}
.toggle-icon {
    font-size: 10px;
    margin-right: 1px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}
.dj-comp {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.dj-comp .arrow {
    width: 0;
    height: 0;
    display: inline-block;
}

.dj-comp.above .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #16a34a;
}

.dj-comp.below .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #dc2626;
}

.dj-comp.near .arrow {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d97706;
    display: inline-block;
}

.dj-comp.above .label {
    color: #16a34a;
    font-weight: 600;
}

.dj-comp.below .label {
    color: #dc2626;
    font-weight: 600;
}

.dj-comp.near .label {
    color: #d97706;
    font-weight: 600;
}

.dj-comp .avg {
    color: #5C5C5C;
    font-size: 12px;
}

.dj-accordion {
    overflow: hidden;
    margin: 40px auto 0;
}

.dj-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    cursor: pointer;
    background: #F4F4F4;
    user-select: none;
    transition: background 0.5s;
}

.dj-accordion-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -2%;
    color: #0A0A0A;
}

.dj-accordion-icon {
    transition: transform .3s;
    color: #0A0A0A;
}

.dj-accordion-icon.open {
    transform: rotate(180deg);
}

.dj-accordion-body {
    display: none;
    padding: 0 28px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.25s;
    background: #F4F4F4;
}

.dj-accordion-body.open {
    display: block;
    max-height: 500px;
    padding: 0 28px 24px;
}

.dj-content-inner {
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
}

.dj-accordion-desc {
    font-size: 14px;
    color: #0a0a0a;
    margin: 16px 0 0px;
    line-height: 1.6;
}

.dj-stat-tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 24px 0 8px;
}

.dj-stat-value {
    font-size: 40px;
    font-weight: 500;
    color: #0a0a0a;
    line-height: 1;
    margin-bottom: 10px;
}

.dj-stat-unit {
    font-size: 22px;
    font-weight: 700;
}

.dj-stat-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 500;
    line-height: 1.4;
}

.dj-stat-label svg path {
    fill: #000;
}

.dj-stat-label svg {
    flex-shrink: 0;
    margin-top: 0;
}

.dj-footnote {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #0a0a0a;
    margin-top: 10px;
}

.dj-footnote svg {
    flex-shrink: 0;
    margin-top: -2px;
}

.dj-footnote svg path {
    fill: #0a0a0a;
}

/* ====================================
   Judge & State Search Styles
==================================== */

.dj-judge-search-row {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.dj-judge-search-row .dj-judge-search-field {
    width: 70%;
}

.dj-judge-search-row .dj-judge-search-btn {
    width: 30%;
}

.dj-judge-search-row .dj-judge-search-field input#dj_judge_name {
    margin: 0;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #E4E4E7;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #0a0a0a;
}

.dj-judge-search-row .dj-judge-search-field input#dj_judge_name::placeholder {
    color: #71717A;
}

.user-text p {
    margin-bottom: 0 !important;
}

.dj-judge-search-wrapper input.dj-judge-find-btn {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #f16021;
    border-radius: 12px;
    color: #f16021;
    font-weight: 500;
    font-size: 16px;
    transition: .5s ease all;
}

.dj-judge-search-wrapper input.dj-judge-find-btn:hover {
    background: #f16021;
    color: #fff;
    transition: .5s ease all;
}

.addtional-class h6 {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 16px;
}

.addtional-class h6 a {
    text-decoration: underline;
    transition: .5s ease all;
}

.addtional-class h6 a:hover {
    color: #F16022;
    transition: .5s ease all;
}

.dj-state-search-wrapper .dj-state-search-row {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    max-width: 85%;
}

.dj-state-search-wrapper .dj-state-search-row .dj-state-search-field {
    width: 100%;
}

.dj-state-search-wrapper .dj-state-search-row .dj-state-search-btn {
    width: 100%;
}

.dj-state-search-wrapper .dj-state-search-row .dj-state-search-field select#dj_state_select {
    margin: 0;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #E4E4E7;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #0a0a0a;
}

.dj-state-search-wrapper .dj-state-search-row .dj-state-search-btn input.dj-state-find-btn {
    width: 100%;
    background: #f16021;
    border: 1px solid #f16021;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    transition: .5s ease all;
}

.dj-state-search-wrapper .dj-state-search-row .dj-state-search-btn input.dj-state-find-btn:hover {
    background: #f4f4f4;
    border: 1px solid #f16021;
    color: #f16021;
}

/* ====================================
   Responsive Breakpoints
==================================== */

/* iPad (Portrait & Landscape) */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Hero Section */
    .dj-hero-inner {
        padding: 40px 40px;
    }
    
    .dj-hero-left {
        flex: 0 0 300px;
        padding-right: 24px;
    }
    
    .dj-hero-metric {
        padding: 0 20px;
    }
    
    .dj-hero-metric-value {
        font-size: 36px;
    }
    
    .dj-hero-metric-value sup {
        font-size: 18px;
    }
    
    .dj-hero-metric-unit {
        font-size: 16px;
    }
    
    /* Custom Subheader */
    .custom-subheader .custom-subheader-row {
        padding: 40px 50px;
    }
    
    .custom-subheader .custom-subheader-row-two {
        padding: 30px 80px;
        gap: 25px;
    }
    
    .custom-subheader .custom-subheader-row-two .national-info-right ul.nat-list {
        gap: 20px;
    }
    
    .nat-item {
        padding: 12px 18px;
        min-width: 150px;
    }
    
    .nat-item span.nat-number {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    
    /* Content Headings */
    .content-heading {
        font-size: 32px;
    }
    
    /* Tables */
    .modern-table th,
    .modern-table td {
        font-size: 14px;
        padding: 12px 10px;
    }
    
    .comparison-badge {
        white-space: normal;
        font-size: 12px;
    }
    
    /* DJ Stat Tiles */
    .dj-stat-tiles {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    
    .dj-stat-value {
        font-size: 34px;
    }
    
    .dj-stat-unit {
        font-size: 18px;
    }
    
    .dj-stat-label {
        font-size: 14px;
    }
}

/* Mobile (Galaxy S5 - iPhone 14) */
@media (max-width: 768px) {
    /* Hero Section */
    .dj-hero-inner {
        flex-direction: column;
        padding: 30px 20px;
    }
    
    .dj-hero-left {
        flex: none;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
    
    .dj-hero-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    
    .dj-hero-bullets {
        font-size: 16px;
    }
    
    .dj-hero-metric {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
        padding: 16px 0;
        margin-bottom: 4px;
    }
    
    .dj-hero-metric:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .dj-hero-metric-value {
        font-size: 32px;
    }
    
    .dj-hero-metric-value sup {
        font-size: 16px;
    }
    
    .dj-hero-metric-unit {
        font-size: 14px;
    }
    
    .dj-hero-metric-comp {
        font-size: 13px;
    }
    
    /* Custom Subheader */
    .custom-subheader .custom-subheader-row {
        padding: 30px 20px;
    }
    
    .custom-subheader .custom-subheader-row-two {
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
        gap: 20px;
    }
    
    .custom-subheader .custom-subheader-row-two .national-info-left,
    .custom-subheader .custom-subheader-row-two .national-info-right {
        width: 100%;
    }
    
    .custom-subheader .custom-subheader-row-two .national-info-right ul.nat-list {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    
    .nat-item {
        width: 100%;
        padding: 12px 20px;
    }
    
    .nat-item span.nat-number {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    
    .custom-subheader ul.breadcrumb-list {
        flex-wrap: wrap;
    }
    
    .custom-subheader ul.breadcrumb-list li.breadcrumb-item,
    ul.breadcrumb-list li.breadcrumb-item a {
        font-size: 13px;
    }
    
    /* Content Headings */
    .content-heading {
        font-size: 28px;
    }
    
    .content-subheading {
        font-size: 16px;
    }
    
    .national-info-left h2 {
        font-size: 20px;
    }
    
    .national-info-left p {
        font-size: 14px;
    }
    
    /* Search Section */
    .find-controls {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    
    .searchbox {
        width: 100%;
    }
    
    .btn-search {
        width: 100%;
        height: auto;
        padding: 12px 20px;
    }
    
    /* Tables */
    .modern-table th,
    .modern-table td {
        font-size: 13px;
        padding: 10px 8px;
    }
    
    .comparison-badge {
        white-space: normal;
        font-size: 11px;
        padding-left: 16px;
    }
    
    .comparison-badge:before {
        width: 12px;
        height: 12px;
        background-size: contain;
    }
    
    .comparison-badge em {
        font-size: 11px;
        padding-left: 6px;
    }
    
    /* DJ Stat Tiles */
    .dj-stat-tiles {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 16px 0 8px;
    }
    
    .dj-stat-value {
        font-size: 28px;
    }
    
    .dj-stat-unit {
        font-size: 16px;
    }
    
    .dj-stat-label {
        font-size: 13px;
        gap: 4px;
    }
    
    /* DJ Table */
    .dj-table {
        font-size: 13px;
    }
    
    .dj-table thead th {
        padding: 12px 8px;
        font-size: 12px;
    }
    
    .dj-table tbody td {
        padding: 10px 12px;
    }
    
    .dj-comp {
        font-size: 11px;
        gap: 3px;
    }
    
    .dj-comp .avg {
        font-size: 10px;
    }
    
    /* DJ Accordion */
    .dj-accordion-header {
        padding: 18px 20px;
    }
    
    .dj-accordion-title {
        font-size: 16px;
    }
    
    .dj-accordion-body.open {
        padding: 0 20px 20px;
    }
    
    .dj-accordion-desc {
        font-size: 13px;
    }
    
    /* Judge & State Search */
    .dj-judge-search-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .dj-judge-search-row .dj-judge-search-field,
    .dj-judge-search-row .dj-judge-search-btn {
        width: 100%;
    }
    
    .dj-judge-search-row .dj-judge-search-field input#dj_judge_name {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .dj-state-search-wrapper .dj-state-search-row {
        max-width: 100%;
    }
    
    .dj-state-search-wrapper .dj-state-search-row .dj-state-search-field select#dj_state_select {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    /* Section Titles */
    .dj-section-title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .dj-section-sub {
        font-size: 13px;
    }
    
    .dj-section-note {
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    /* Container Padding */
    #Content.zst {
        padding: 0 30px;
		width: auto;
    }
    
    .dj-content {
        padding: 30px 20px;
    }
    
    .dj-table-container {
        padding-top: 20px;
    }
    
    /* Footer Note */
    .footer-note {
        font-size: 11px;
        margin-top: 30px;
        padding: 15px;
    }
    
    /* Ad Space */
    .ad-space {
        margin: 20px 0;
        min-height: 80px;
    }
    
    .table-section {
        margin: 20px 0;
    }
    
    /* Breadcrumb */
    .breadcrumb-list {
        gap: 8px;
    }
    
    .breadcrumb-item {
        font-size: 12px;
    }
    
    .breadcrumb-item:not(:last-child)::after {
        margin-left: 8px;
    }
	
.dj-hero .dj-hero-inner {
	padding:30px 20px 
}
.dj-table-wrap {
	overflow:unset;
	overflow-y:scroll
}
.dj-stat-value {
	font-size:25px
}	
    .toggle-column {
        display: table-cell !important;
    }
    .table-columns-toggle {
        display: none;
    }

	
	
	
	
	
	
}