.text-center {
text-align:center;
}

.regimg {
width:100%;
}

.mtop0{margin-top: 0px;}
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop40{margin-top: 40px;}
.mtop50{margin-top: 50px;}
.mtop60{margin-top: 60px;}
.mtop70{margin-top: 70px;}
.mtop80{margin-top: 80px;}
.mtop90{margin-top: 90px;}
.mtop100{margin-top: 100px;}

.mbot0{margin-bottom: 0px;}
.mbot5{margin-bottom: 5px;}
.mbot10{margin-bottom: 10px;}
.mbot20{margin-bottom: 20px;}
.mbot30{margin-bottom: 30px;}
.mbot40{margin-bottom: 40px;}
.mbot50{margin-bottom: 50px;}
.mbot60{margin-bottom: 60px;}
.mbot70{margin-bottom: 70px;}
.mbot80{margin-bottom: 80px;}
.mbot90{margin-bottom: 90px;}
.mbot100{margin-bottom: 100px;}

hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e5e5e5;
}

/* Prefixed styles for Babysitting Class page */
        .babysit-centered-image {
            text-align: center;
            margin: 30px 0;
        }
        
        .babysit-centered-image img {
            max-width: 300px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .babysit-centered-image a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 8px;
        }
        
        .babysit-full-image {
            text-align: center;
            margin: 30px 0;
        }
        
        .babysit-full-image img {
            max-width: 550px;
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .babysit-skills-section {
            margin: 25px 0;
        }
        
        .babysit-skills-section p {
            margin-bottom: 20px;
        }
        
        .babysit-skills-section p strong {
            color: #021D4A;
            font-weight: 700;
        }

         /* Prefixed styles for Alcohol Prevention page */
        .alc-prev-resource-links {
            margin: 30px 0;
        }
        
        .alc-prev-resource-item {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .alc-prev-resource-item img {
            max-width: 300px;
            width: 100%;
            height: auto;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
        }
        
        ..alc-prev-resource-item a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 8px;
        }

        /* Prefixed styles for Coronavirus page */
        .covid-button-group {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin: 30px 0;
            align-items: center;
        }
        
        .covid-button-group .btn {
            width: 100%;
            max-width: 600px;
            text-align: center;
            padding: 15px 24px;
            font-size: 1.1rem;
        }
        
        .covid-info-image {
            text-align: center;
            margin: 30px 0;
        }
        
        .covid-info-image img {
            max-width: 100%;
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        @media (max-width: 768px) {
            .covid-button-group .btn {
                font-size: 1rem;
                padding: 12px 20px;
            }
        }

        /* Prefixed styles for Disease Control page */
        .disease-cdc-section {
            text-align: center;
            margin: 30px 0;
        }
        
        .disease-cdc-section img {
            max-width: 300px;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }
        
        .disease-button-group {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
            margin: 30px 0;
        }
        
        .disease-button-group .btn {
            min-width: 150px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .disease-note {
            text-align: center;
            font-style: italic;
            color: #495057;
            margin: 30px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
        }
        
        .disease-nd-section {
            margin: 40px 0;
            padding: 30px 0;
            border-top: 2px solid #dee2e6;
            border-bottom: 2px solid #dee2e6;
        }
        
        .disease-nd-logo {
            float: left;
            margin: 0 30px 20px 0;
            max-width: 225px;
            width: 100%;
            height: auto;
        }
        
        .disease-nd-section::after {
            content: "";
            display: table;
            clear: both;
        }
        
        .disease-bottom-buttons {
            text-align: center;
            margin: 30px 0;
        }
        
        .disease-bottom-buttons .btn {
            display: inline-block;
            margin: 10px;
        }
        
        @media (max-width: 768px) {
            .disease-nd-logo {
                float: none;
                display: block;
                margin: 0 auto 20px;
            }
            
            .disease-button-group {
                flex-direction: column;
                align-items: stretch;
            }
            
            .disease-button-group .btn {
                width: 100%;
            }
        }

        /* Prefixed styles for Emergency Preparedness page */
        .emerg-intro {
            background: #f0f4ff;
            padding: 20px;
            border-left: 4px solid #021D4A;
            margin: 20px 0;
            border-radius: 4px;
        }
        
        .emerg-intro p {
            margin: 0;
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        .emerg-resource-section {
            margin: 20px 0;
            padding: 16px 0;
            border-bottom: 2px solid #dee2e6;
        }
        
        .emerg-resource-section:last-of-type {
            border-bottom: none;
        }
        
        .emerg-resource-logo {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .emerg-resource-logo img {
            max-width: 100%;
            width: auto;
            height: auto;
            max-height: 150px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
        }
        
        
        .emerg-resource-logo a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 8px;
        }
        
        .emerg-resource-section p {
            line-height: 1.8;
        }

        .emerg-float-section {
            margin-bottom: 24px;
        }

        .emerg-float-section::after {
            content: "";
            display: table;
            clear: both;
        }

        .emerg-logo-float {
            float: right;
            margin: 0 0 16px 24px;
            display: block;
            max-width: 180px;
        }

        .emerg-logo-float img {
            width: 100%;
            max-width: 140px;
            height: auto;
            display: block;
        }

        @media (max-width: 600px) {
            .emerg-logo-float {
                float: none;
                margin: 0 0 16px 0;
                max-width: 140px;
            }
        }

        /* Prefixed styles for Environmental Health page */
        .envhealth-forms-section {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .envhealth-forms-section h2 {
            text-align: center;
            margin-top: 0;
            margin-bottom: 25px;
        }
        
        .envhealth-forms-section ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .envhealth-forms-section li {
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
        }
        
        .envhealth-forms-section li::before {
            content: "\f15b";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #021D4A;
        }
        
        .envhealth-forms-section a {
            color: #021D4A;
            text-decoration: none;
            font-weight: 600;
        }
        
        .envhealth-forms-section a:hover,
        .envhealth-forms-section a:focus {
            color: #0a4299;
            text-decoration: underline;
        }
        
        .envhealth-contact-note {
            text-align: center;
            background: #fff3cd;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #856404;
        }
        
        .envhealth-contact-note p {
            margin: 0;
            font-weight: 600;
        }
        
        .envhealth-homeowner-alert {
            background: #f0f4ff;
            padding: 30px;
            border-radius: 8px;
            margin: 30px 0;
            border-left: 4px solid #021D4A;
        }
        
        .envhealth-homeowner-alert h2 {
            text-align: center;
            margin-top: 0;
            color: #021D4A;
        }
        
        .envhealth-lake-region {
            text-align: center;
            margin: 30px 0;
        }
        
        .envhealth-lake-region img {
            max-width: 400px;
            width: 100%;
            height: auto;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
        }
        
        .envhealth-lake-region a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 8px;
        }

        /* Prefixed styles for Health Promotion page */
        .hlthprom-intro {
            background: #f0f4ff;
            padding: 20px;
            border-left: 4px solid #021D4A;
            margin: 20px 0;
            border-radius: 4px;
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        .hlthprom-services-section {
            background: #ffffff;
            padding: 16px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .hlthprom-services-section h2 {
            margin-top: 0;
            color: #021D4A;
        }
        
        .hlthprom-services-section ul {
            margin: 20px 0 0 0;
            padding-left: 0;
            list-style: none;
        }
        
        .hlthprom-services-section li {
            padding-left: 35px;
            position: relative;
            margin-bottom: 15px;
            line-height: 1.7;
        }
        
        .hlthprom-services-section li::before {
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #28a745;
            font-size: 1.3rem;
        }
        
        .hlthprom-resource-section {
            margin: 20px 0;
            padding: 16px 0;
            border-bottom: 2px solid #dee2e6;
        }
        
        .hlthprom-resource-section:last-of-type {
            border-bottom: none;
        }
        
        .hlthprom-resource-logo {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .hlthprom-resource-logo img {
            max-width: 100%;
            width: auto;
            height: auto;
            max-height: 150px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
        }
        
        .hlthprom-resource-logo a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 8px;
        }

        /* Prefixed styles for Maternal & Child Health page */
        .mch-resource-section {
            margin: 20px 0;
            padding: 16px 0;
            border-bottom: 2px solid #dee2e6;
        }
        
        .mch-resource-section:last-of-type {
            border-bottom: none;
        }
        
        .mch-resource-logo {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .mch-resource-logo img {
            max-width: 100%;
            width: auto;
            height: auto;
            max-height: 150px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
        }
        
        .mch-resource-logo a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 8px;
        }
        
        .mch-safety-message {
            background: #fff3cd;
            padding: 15px 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #856404;
            text-align: center;
            font-weight: 600;
            color: #856404;
        }
        
        .mch-bf-support {
            text-align: center;
            margin: 40px 0;
        }
        
        .mch-bf-support img {
            max-width: 500px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .mch-pump-section {
            margin: 40px 0;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 8px;
        }
        
        .mch-pump-section h2 {
            margin-top: 0;
            color: #021D4A;
        }
        
        .mch-pump-item {
            display: grid;
            grid-template-columns: 300px 1fr;
            gap: 30px;
            align-items: start;
            margin: 30px 0;
            padding: 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .mch-pump-image {
            width: 100%;
        }
        
        .mch-pump-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .mch-pump-info h3 {
            margin-top: 0;
            color: #021D4A;
        }
        
        .mch-pump-info ul {
            margin: 15px 0;
            padding-left: 20px;
        }
        
        .mch-pump-info li {
            margin-bottom: 8px;
        }
        
        .mch-download-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #021D4A;
            text-decoration: none;
            font-weight: 600;
            padding: 10px 15px;
            background: #e3f2fd;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        
        .mch-download-link:hover,
        .mch-download-link:focus {
            background: #bbdefb;
            color: #0a4299;
            outline: 2px solid #0a4299;
            outline-offset: 2px;
        }
        
        @media (max-width: 768px) {
            .mch-pump-item {
                grid-template-columns: 1fr;
            }
            
            .mch-pump-image {
                max-width: 300px;
                margin: 0 auto;
            }
        }

        /* Prefixed styles for Mobile Health Unit page */
        .mhu-hero-message {
            background: #09285B;
            color: white;
            padding: 30px;
            text-align: center;
            border-radius: 8px;
            margin: 30px 0;
            font-size: 1.5rem;
            font-weight: 700;
        }
        
        .mhu-services-section {
            background: #ffffff;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .mhu-services-section h2 {
            margin-top: 0;
            color: #021D4A;
        }
        
        .mhu-services-section ul {
            margin: 20px 0 0 0;
            padding-left: 0;
            list-style: none;
        }
        
        .mhu-services-section li {
            padding-left: 35px;
            position: relative;
            margin-bottom: 12px;
            line-height: 1.7;
        }
        
        .mhu-services-section li::before {
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #021D4A;
            font-size: 1.2rem;
        }
        
        .mhu-free-services {
            background: #ffffff;
            
        }
        
        .mhu-free-services li::before {
            color: #28a745;
            content: "\f058";
        }
        
        .mhu-call-to-action {
            background: #fff3cd;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #856404;
            margin: 20px 0;
            text-align: center;
        }
        
        .mhu-call-to-action p {
            margin: 0;
            color: #856404;
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        .mhu-call-to-action strong {
            font-size: 1.2rem;
        }

        .mhu-photo-grid .photo-item img {
            width: 100%;
            max-width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
        }

        /* Prefixed styles for Health Tracks page */
        .ndht-audio-section {
            background: #ffffff;
            padding: 20px;
            margin: 20px 0;
            text-align: left;
        }
        
        .ndht-audio-section audio {
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .ndht-form-callout {
            background: #ffffff;
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .ndht-form-callout p {
            margin: 0;
            line-height: 1.8;
        }
        
        .ndht-form-callout a {
            color: #021D4A;
            font-weight: 700;
        }
        
        .ndht-free-highlight {
            background: #d4edda;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #28a745;
            margin: 20px 0;
            font-size: 1.1rem;
            font-weight: 600;
            color: #155724;
        }
        
        .ndht-image-float {
            float: right;
            margin: 0 30px 20px 0;
            max-width: 300px;
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .ndht-screening-components {
            clear: both;
            margin: 30px 0;
        }
        
        .ndht-screening-components::after {
            content: "";
            display: table;
            clear: both;
        }
        
        .ndht-resources-section {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
        }
        
        .ndht-resources-section a {
            display: block;
            transition: transform 0.3s ease;
        }
        
        .ndht-resources-section img {
            max-height: 300px;
            width: auto;
            border-radius: 8px;
        }
        
        .ndht-appointment-cta {
            background: #09285B 100%;
            color: white;
            padding: 20px;
            text-align: center;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .ndht-appointment-cta p {
            margin: 0;
            font-size: 1.2rem;
            font-weight: 600;
        }
        
        .ndht-appointment-cta strong {
            font-size: 1.4rem;
        }
        
        @media (max-width: 768px) {
            .ndht-image-float {
                float: none;
                margin: 20px auto;
                display: block;
            }
        }

        /* Prefixed styles for Opioid Prevention page */
        .opioid-banner {
            text-align: center;
            margin: 30px 0;
        }
        
        .opioid-banner img {
            max-width: 100%;
            width: 75%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .opioid-intro-section {
            background: #f0f4ff;
            padding: 30px;
            border-left: 4px solid #021D4A;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .opioid-intro-section p {
            margin: 0 0 15px 0;
            font-size: 1.1rem;
            line-height: 1.8;
            text-align: center;
        }
        
        .opioid-intro-section p:last-child {
            margin-bottom: 0;
        }
        
        .opioid-free-highlight {
            background: #d4edda;
            padding: 25px;
            border-left: 4px solid #28a745;
            border-radius: 8px;
            margin: 30px 0;
            text-align: center;
        }
        
        .opioid-free-highlight p {
            margin: 0;
            font-size: 1.15rem;
            font-weight: 600;
            color: #155724;
        }
        
        .opioid-link-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .opioid-link-card {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .opioid-link-card:hover,
        .opioid-link-card:focus-within {
            background: #e3f2fd;
            border-color: #0a4299;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .opioid-link-card p {
            margin: 0;
        }
        
        .opioid-link-card a {
            color: #021D4A;
            font-weight: 600;
            text-decoration: none;
        }
        
        .opioid-link-card a:hover,
        .opioid-link-card a:focus {
            color: #0a4299;
            text-decoration: underline;
        }
        
        .opioid-image-content-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 30px 0;
            align-items: center;
        }
        
        .opioid-image-item {
            text-align: center;
        }
        
        .opioid-image-item img {
            max-width: 100%;
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .opioid-resources-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 30px 0;
            align-items: start;
        }
        
        .opioid-resources-card {
            background: #fff3cd;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #856404;
            text-align: center;
        }
        
        .opioid-resources-card h2 {
            margin-top: 0;
            color: #856404;
            font-size: 1.3rem;
        }
        
        .opioid-resources-card p {
            margin: 5px 0;
        }
        
        .opioid-resources-card a {
            color: #021D4A;
            font-weight: 600;
            text-decoration: none;
            display: block;
            margin: 5px 0;
        }
        
        .opioid-resources-card a:hover,
        .opioid-resources-card a:focus {
            color: #0a4299;
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .opioid-banner img {
                width: 100%;
            }
            
            .opioid-link-grid,
            .opioid-image-content-grid,
            .opioid-resources-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Prefixed styles for Responsible Beverage Server Training page */
        .rbs-top-image {
            text-align: center;
            margin: 30px 0;
        }
        
        .rbs-top-image img {
            max-width: 500px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .rbs-training-info {
            background: #ffffff;
            padding: 30px;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .rbs-training-info h2 {
            margin-top: 0;
            color: #021D4A;
        }
        
        .rbs-assists-list {
            background: #f0f4ff;
            padding: 25px;
            border-left: 4px solid #021D4A;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .rbs-assists-list p {
            margin: 0 0 10px 0;
            font-weight: 600;
        }
        
        .rbs-assists-list ul {
            margin: 10px 0 0 0;
        }
        
        .rbs-contact-cta {
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }
        
        .rbs-contact-cta p {
            margin: 0;
            font-size: 1.1rem;
        }
        
        .rbs-contact-cta a {
            color: #021D4A;
            font-weight: 700;
        }
        
        .rbs-resources-section {
            margin: 40px 0;
        }

        /* Top row: banner + training image side by side */
        .rbs-top-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
            align-items: center;
        }

        .rbs-banner-item img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            display: block;
        }

        /* Bottom row: 3 logos */
        .rbs-logo-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        /* Shared logo card style */
        .rbs-logo-item {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            padding: 20px;
            min-height: 140px;
        }

        .rbs-logo-item img {
            max-width: 100%;
            max-height: 100px;
            width: auto;
            height: auto;
            object-fit: contain;
            display: block;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 4px;
        }

        .rbs-top-row .rbs-logo-item img {
            max-height: 200px;
        }

        .rbs-logo-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }

        .rbs-logo-item a:hover img,
        .rbs-logo-item a:focus img {
            transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        .rbs-logo-item a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .rbs-top-row {
                grid-template-columns: 1fr;
            }

            .rbs-logo-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .rbs-logo-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Prefixed styles for Wellness Coalition page */
        .wellness-hero-image {
            text-align: center;
            margin: 30px 0;
        }
        
        .wellness-hero-image img {
            max-width: 500px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .wellness-mission-section {
            background: linear-gradient(135deg, #021D4A 0%, #09285B 100%);
            color: white;
            padding: 30px;
            border-radius: 8px;
            margin: 30px 0;
            text-align: center;
        }
        
        .wellness-mission-section p {
            margin: 0;
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.8;
        }
        
        .wellness-meeting-info {
            background: #f0f4ff;
            padding: 30px;
            border-left: 4px solid #021D4A;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .wellness-meeting-info p {
            margin: 0 0 15px 0;
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        .wellness-meeting-info p:last-child {
            margin-bottom: 0;
        }
        
        .wellness-join-cta {
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            text-align: center;
        }
        
        .wellness-join-cta p {
            margin: 0;
            font-size: 1.15rem;
            font-weight: 600;
            color: #155724;
        }
        
        .wellness-join-cta a {
            color: #021D4A;
            font-weight: 700;
        }

        /* Prefixed styles for Tobacco Prevention page */
        .tobacco-intro-image {
            text-align: center;
            margin: 30px 0;
        }
        
        .tobacco-intro-image img {
            max-width: 500px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .tobacco-button-group {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
            margin: 30px 0;
        }
        
        .tobacco-button-group .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .tobacco-contact-section {
            background: #ffffff;
            padding: 20px;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .tobacco-contact-section p {
            margin: 0;
            font-size: 1.1rem;
        }
        
        .tobacco-contact-section a {
            color: #021D4A;
            font-weight: 700;
        }
        
        .tobacco-vape-image {
            text-align: center;
            margin: 30px 0;
        }
        
        .tobacco-vape-image img {
            max-width: 300px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }
        
        .tobacco-video-section {
            margin: 40px 0;
            padding: 30px 0;
            border-top: 2px solid #dee2e6;
            border-bottom: 2px solid #dee2e6;
        }
        
        .tobacco-video-container {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: 0 auto 20px;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 8px;
        }
        
        .tobacco-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .tobacco-cessation-cta {
            background: #fff3cd;
            padding: 25px;
            border-left: 4px solid #856404;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }
        
        .tobacco-cessation-cta p {
            margin: 0;
            font-size: 1.15rem;
            font-weight: 600;
            color: #021D4A;
        }
        
        .tobacco-cessation-cta a {
            color: #021D4A;
            font-weight: 700;
        }
        
        .tobacco-resource-section {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-top: 24px;
        }

        .tobacco-resource-image {
            flex-shrink: 0;  /* prevents image column from shrinking */
            width: 275px;    /* adjust this value to match your desired image size */
        }

        .tobacco-resource-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        .tobacco-resource-section p {
            flex: 1;   /* text fills remaining space and stays in its own column */
            margin: 0;
        }
        
        .tobacco-resource-image:hover,
        .tobacco-resource-image:focus-within {
            transform: scale(1.05);
        }
        
        .tobacco-resource-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .tobacco-resource-section::after {
            content: "";
            display: table;
            clear: both;
        }
        
        @media (max-width: 768px) {
            .tobacco-resource-image {
                float: none;
                margin: 0 auto 20px;
                display: block;
            }
            
            .tobacco-button-group {
                flex-direction: column;
            }
            
            .tobacco-button-group .btn {
                width: 100%;
            }
        }

            .mlmq-section {
                margin: 24px 0;
            }

            .mlmq-cards-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
                margin-top: 20px;
            }

            .mlmq-card {
                background: #ffffff;
                border: 1px solid #dee2e6;
                border-radius: 8px;
                padding: 20px;
            }

            .mlmq-card-header {
                display: flex;
                align-items: center;
                gap: 12px;
                margin-bottom: 12px;
            }

            .mlmq-card-header h4 {
                color: #021D4A;
                font-size: 1.1rem;
                font-weight: 700;
                margin: 0;
            }

            .mlmq-icon {
                background: #021D4A;
                color: #ffffff;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1rem;
                flex-shrink: 0;
            }

            .mlmq-card ul {
                list-style: disc;
                padding-left: 20px;
                margin: 0;
                line-height: 1.8;
            }

            .mlmq-card p {
                margin: 0;
                line-height: 1.7;
            }

            .mlmq-card a {
                color: #021D4A;
                font-weight: 600;
                text-decoration: underline;
            }

            .mlmq-card a:hover,
            .mlmq-card a:focus {
                color: #0a4299;
            }

            @media (max-width: 768px) {
                .mlmq-cards-grid {
                    grid-template-columns: 1fr;
                }
            }

        /* WIC */
        .wic-logo-section {
            text-align: center;
            margin: 30px 0;
        }

        .wic-logo-section img {
            max-width: 200px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .wic-logo-section a:hover img,
        .wic-logo-section a:focus img {
            transform: scale(1.02);
            outline: 3px solid #0a4299;
            outline-offset: 2px;
        }

        .wic-eligibility-section {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
            margin: 30px 0;
        }

        .wic-eligibility-section h2 {
            margin-top: 0;
            text-align: center;
            color: #021D4A;
        }

        .wic-eligibility-step {
            background: white;
            padding: 20px;
            border-left: 4px solid #021D4A;
            border-radius: 8px;
            margin: 20px 0;
        }

        .wic-eligibility-step p {
            margin: 0 0 10px 0;
        }

        .wic-eligibility-step p strong {
            font-weight: bold;
        }

        .wic-and-divider {
            text-align: center;
            font-weight: 700;
            color: #021D4A;
            margin: 20px 0;
            font-size: 1.2rem;
        }

        .wic-more-info {
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            text-align: center;
        }

        .wic-more-info p {
            margin: 0;
            font-size: 1.1rem;
        }

        .wic-more-info a {
            color: #021D4A;
            font-weight: 700;
        }

        .wic-contact-cta {
            text-align: center;
            margin: 40px 0;
        }

        .wic-contact-cta h2 {
            color: #021D4A;
        }

        /* Intro float */
        .wic-intro::after {
            content: "";
            display: table;
            clear: both;
        }

        .wic-logo-float {
            float: right;
            margin: 0 0 16px 24px;
            display: block;
            max-width: 200px;
        }

        .wic-logo-float img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Stats cards */
        .wic-stats {
            margin: 24px 0;
        }

        .wic-stats h3 {
            color: #021D4A;
            font-size: 1.4rem;
            font-weight: 600;
            margin: 0 0 16px 0;
        }

        .wic-stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .wic-stat-card {
            background: #ffffff;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 20px;
        }

        .wic-stat-card-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .wic-stat-card-header h4 {
            color: #021D4A;
            font-size: 1.1rem;
            font-weight: 700;
            margin: 0;
        }

        .wic-stat-icon {
            background: #021D4A;
            color: #ffffff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            flex-shrink: 0;
        }

        .wic-stat-num {
            font-size: 2rem;
            font-weight: 900;
            color: #021D4A;
            margin: 0 0 8px 0;
            line-height: 1;
        }

        .wic-stat-card p {
            margin: 0;
            line-height: 1.6;
        }

        /* Resources section */
        .wic-resources-section {
            margin-top: 30px;
        }

        .wic-resources-section h2 {
            margin-bottom: 16px;
        }

        /* Logo grid */
        .wic-logo-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 24px;
        }

        .wic-logo-item {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            padding: 20px;
            min-height: 250px;
        }

        .wic-logo-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }

        .wic-logo-item img {
            max-width: 100%;
            max-height: 260px;
            width: auto;
            height: auto;
            object-fit: contain;
            display: block;
            transition: transform 0.3s ease;
        }

        .wic-logo-item a:hover img,
        .wic-logo-item a:focus img {
            transform: scale(1.05);
        }

        .wic-logo-item a:focus {
            outline: 3px solid #0a4299;
            outline-offset: 2px;
            border-radius: 4px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .wic-stats-grid {
                grid-template-columns: 1fr;
            }

            .wic-logo-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .wic-logo-float {
                float: none;
                margin: 0 0 16px 0;
                max-width: 160px;
            }
        }

        @media (max-width: 480px) {
            .wic-logo-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Prefixed styles for Women's Way page */
        .womens-way-logo {
            text-align: center;
            margin: 30px 0;
        }
        
        .womens-way-logo img {
            max-width: 500px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .womens-way-logo a:hover img,
        .womens-way-logo a:focus img {
            transform: scale(1.02);
            outline: 3px solid #0a4299;
            outline-offset: 2px;
        }
        
        .womens-way-services {
            padding: 30px;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .womens-way-services h2 {
            margin-top: 0;
            color: #021D4A;
        }
        
        .womens-way-services ul {
            margin: 15px 0 0 0;
            padding-left: 0;
            list-style: none;
        }
        
        .womens-way-services li {
            padding-left: 35px;
            position: relative;
            margin-bottom: 12px;
            line-height: 1.7;
        }
        
        .womens-way-services li::before {
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #d946a6;
            font-size: 1.3rem;
        }
        
        .womens-way-importance {
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .womens-way-importance p {
            margin: 0;
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        .womens-way-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: center;
            margin: 30px 0;
        }
        
        .womens-way-buttons .btn {
            width: 100%;
            max-width: 500px;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        @media (max-width: 768px) {
            .womens-way-buttons .btn {
                max-width: 100%;
            }
        }

        .ww-intro::after {
            content: "";
            display: table;
            clear: both;
        }

        .ww-logo-float {
            float: right;
            margin: 0 0 16px 24px;
            display: block;
            max-width: 280px;
        }

        .ww-logo-float img {
            width: 100%;
            height: auto;
            display: block;
        }

        @media (max-width: 600px) {
            .ww-logo-float {
                float: none;
                margin: 0 0 16px 0;
                max-width: 220px;
            }
        }

        /* Prefixed styles for News & Updates page */
        .news-intro {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 40px;
            color: #2c3e50;
        }
        
        .news-article-card {
            background: white;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }
        
        .news-article-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            transform: translateY(-2px);
        }
        
        .news-article-card h3 {
            margin: 0 0 15px 0;
            color: #021D4A;
            font-size: 1.4rem;
            font-weight: 700;
        }
        
        .news-article-card p {
            margin: 0 0 20px 0;
            line-height: 1.7;
        }
        
        .news-article-card .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        /* Prefixed styles for Resources page */
        .resources-intro {
            background: #f0f4ff;
            padding: 20px;
            border-left: 4px solid #021D4A;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .resources-intro p {
            margin: 0;
            font-size: 1.1rem;
            line-height: 1.7;
        }
        
        .resources-list {
            margin: 30px 0;
        }
        
        .resources-item {
            background: white;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }
        
        .resources-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }
        
        .resources-item h3 {
            margin: 0 0 10px 0;
            color: #021D4A;
            font-size: 1.2rem;
            font-weight: 700;
        }
        
        .resources-item p {
            margin: 5px 0;
            line-height: 1.6;
        }
        
        .resources-item a {
            color: #0a4299;
            font-weight: 600;
            text-decoration: none;
        }
        
        .resources-item a:hover,
        .resources-item a:focus {
            text-decoration: underline;
        }
        
        .resources-contact-line {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 5px 0;
        }
        
        .resources-contact-line i {
            color: #021D4A;
            width: 16px;
        }

        /* Prefixed styles for About Us page */
        .about-services-section {
            background: #f0f4ff;
            padding: 30px;
            border-left: 4px solid #021D4A;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .about-services-section h2 {
            margin-top: 0;
            color: #021D4A;
        }
        
        .about-services-section ul {
            margin: 15px 0 0 0;
            padding-left: 0;
            list-style: none;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        
        .about-services-section li {
            padding-left: 30px;
            position: relative;
            line-height: 1.7;
        }
        
        .about-services-section li::before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #28a745;
            font-size: 1.1rem;
        }
        
        .about-serve-message {
            background: linear-gradient(135deg, #021D4A 0%, #09285B 100%);
            color: white;
            padding: 25px;
            text-align: center;
            border-radius: 8px;
            margin: 30px 0;
            font-size: 1.3rem;
            font-weight: 700;
        }
        
        .about-board-cta {
            text-align: center;
            margin: 30px 0;
        }
        
        .about-staff-photos {
            margin: 40px 0;
            padding-top: 30px;
            border-top: 2px solid #dee2e6;
        }
        
        .about-staff-photos h2 {
            text-align: center;
            color: #021D4A;
            margin-bottom: 30px;
        }

        
        @media (max-width: 768px) {
            .about-services-section ul {
                grid-template-columns: 1fr;
            }
        }

        /* Prefixed styles for Contact Us page */
        .contact-info-map-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 30px 0;
        }
        
        .contact-info-box {
            background: white;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .contact-info-header {
            background: #021D4A;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .contact-info-header h2 {
            margin: 0;
            font-size: 1.3rem;
            font-weight: 700;
        }
        
        .contact-info-body {
            padding: 30px;
        }
        
        .contact-info-body p {
            margin: 15px 0;
            line-height: 1.7;
        }
        
        .contact-info-line {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 10px 0;
        }
        
        .contact-info-line i {
            color: #021D4A;
            width: 20px;
            font-size: 1.1rem;
        }

        
        .social i {
            font-size: 1.9rem;
        }

         /* Services */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }

        .service-item {
            background: #021D4A;
            color: white;
            padding: 40px 20px;
            text-align: center;
            border-radius: 10px;
            text-decoration: none;
            display: block;
            transition: all 0.3s;
        }

        .service-item:hover,
        .service-item:focus {
            background: #09285B;
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(2,29,74,0.3);
            outline: 3px solid #0a4299;
            outline-offset: 2px;
        }

        .service-item i {
            font-size: 3.5rem;
            margin-bottom: 20px;
        }

        .service-item h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
        }

         /* ndh = North Dakota Health prefix to avoid conflicts */

        .covid-section {
    margin: 24px 0;
}

.covid-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.covid-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
}

.covid-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.covid-card-header h3 {
    color: #021D4A;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.covid-icon {
    background: #021D4A;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.covid-card p {
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (max-width: 900px) {
    .covid-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .covid-cards-grid {
        grid-template-columns: 1fr;
    }
}

    .babysit-learn-section {
        margin: 30px 0;
    }

    .babysit-learn-section > h3 {
        font-size: 1.4rem;
        font-weight: 700;
        color: #021D4A;
        margin-bottom: 20px;
    }

    .babysit-skills-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 0;
    }

    .babysit-skill-card {
        background: #f0f4ff;
        border-left: 4px solid #021D4A;
        border-radius: 6px;
        padding: 20px;
    }

    .babysit-skill-card-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .babysit-skill-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 1.1rem;
    }

    /* Individual icon accent colors pulled from the original infographic */
    .babysit-icon-safety    { background: #d4e6f1; color: #1a5276; }
    .babysit-icon-childcare { background: #e8d5f5; color: #6c3483; }
    .babysit-icon-firstaid  { background: #fde8d8; color: #a04000; }
    .babysit-icon-business  { background: #d5f5e3; color: #1e8449; }

    .babysit-skill-card h4 {
        color: #021D4A;
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .babysit-skill-card ul {
        list-style: disc;
        margin: 0 0 0 18px;
        padding: 0;
    }

    .babysit-skill-card ul li {
        color: #2c3e50;
        font-size: 0.95rem;
        margin-bottom: 5px;
        line-height: 1.5;
    }

    @media (max-width: 600px) {
        .babysit-skills-grid {
            grid-template-columns: 1fr;
        }
    }

    /* Centered logo image */
    .cm-logo-wrap {
        text-align: center;
        margin: 0 0 25px 0;
    }

    .cm-logo-wrap img {
        max-width: 290px;
        width: 100%;
        height: auto;
    }

    /* Trending topics + borderland card two-column block */
    .cm-trending-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: center;
        background: #021D4A;
        color: #ffffff;
        border-radius: 8px;
        padding: 30px;
        margin: 30px 0;
    }

    .cm-trending-block h3 {
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0 0 12px 0;
    }

    .cm-trending-block ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 2;
        font-size: 1rem;
    }

    .cm-trending-block .cm-card-col {
        text-align: center;
    }

    .cm-trending-block .cm-card-col img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .cm-trending-block .cm-card-col a:focus {
        outline: 3px solid #ffffff;
        outline-offset: 3px;
        border-radius: 6px;
        display: inline-block;
    }

    /* SelfCare image block */
    .cm-selfcare-wrap {
        text-align: center;
        margin: 30px 0;
    }

    .cm-selfcare-wrap img {
        max-width: 600px;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .cm-selfcare-wrap a:focus {
        outline: 3px solid #021D4A;
        outline-offset: 3px;
        border-radius: 8px;
        display: inline-block;
    }

    /* Winter Blues three-column callout */
    .cm-winter-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        align-items: center;
        background: #09285B;
        color: #ffffff;
        border-radius: 8px;
        padding: 30px 25px;
        margin: 30px 0;
        text-align: center;
    }

    .cm-winter-block img {
        max-width: 180px;
        width: 100%;
        height: auto;
    }

    .cm-winter-block p {
        color: #ffffff;
        margin-bottom: 15px;
    }

    .cm-winter-block .btn {
        background: #ffffff;
        color: #021D4A;
        font-weight: 700;
        border: 2px solid #ffffff;
    }

    .cm-winter-block .btn:hover,
    .cm-winter-block .btn:focus {
        background: transparent;
        color: #ffffff;
        outline-color: #ffffff;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .cm-trending-block,
        .cm-winter-block {
            grid-template-columns: 1fr;
            text-align: center;
        }
    }

    /* Two-image intro row */
    .envhealth-intro-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: center;
        text-align: center;
        margin: 0 0 25px 0;
    }

    .envhealth-intro-images img {
        height: auto;
        border-radius: 6px;
    }

    .envhealth-intro-images .envhealth-icon-img {
        max-width: 150px;
        margin: 0 auto;
    }

    .envhealth-intro-images .envhealth-what-img {
        max-width: 100%;
    }

    /* Mid-page two-image row */
    .envhealth-mid-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: center;
        text-align: center;
        margin: 0 0 25px 0;
    }

    .envhealth-mid-images img {
        height: auto;
        border-radius: 6px;
        margin: 0 auto;
    }

    .envhealth-mid-images .envhealth-circles-img {
        max-width: 100%;
    }

    .envhealth-mid-images .envhealth-city-img {
        max-width: 230px;
    }

    /* Contact note callout */
    .envhealth-contact-note {
        background: #f0f4ff;
        border-left: 4px solid #021D4A;
        border-radius: 4px;
        padding: 15px 20px;
        margin: 20px 0;
        font-weight: 600;
        color: #021D4A;
    }

    .envhealth-contact-note p {
        margin: 0;
    }

    /* Homeowner alert box */
    .envhealth-homeowner-alert {
        background: #fff3cd;
        border-left: 4px solid #856404;
        border-radius: 4px;
        padding: 20px;
        margin: 20px 0;
    }

    .envhealth-homeowner-alert h2 {
        color: #856404 !important;
        margin-top: 0 !important;
    }

    .envhealth-homeowner-alert p {
        margin-bottom: 0;
    }

    /* Lake Region linked logo */
    .envhealth-lake-region {
        text-align: center;
        margin: 20px 0;
    }

    .envhealth-lake-region img {
        max-width: 600px;
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .envhealth-lake-region a:focus {
        outline: 3px solid #021D4A;
        outline-offset: 3px;
        border-radius: 6px;
        display: inline-block;
    }

    /* Lake Region emphasis text */
    .envhealth-lake-region-note {
        color: #cc0000;
        font-weight: 700;
    }

    @media (max-width: 600px) {
        .envhealth-intro-images,
        .envhealth-mid-images {
            grid-template-columns: 1fr;
        }
    }

/* Foot Care Services list + light heart side by side */
.fc-services-col {
    margin: 0 0 24px 0;
}

.fc-services-inner {
    display: flex;
    align-items: center;
    gap: 24px;
}

.fc-services-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    flex: 1 1 auto;
}

.fc-services-list li {
    margin-bottom: 6px;
}

.fc-light-heart {
    flex: 0 0 auto;
    text-align: center;
}

.fc-tagline {
    text-align: center;
    margin-top: 16px;
}

/* 3-column info boxes: cost / appointment / accepting */
.fc-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.fc-info-box {
    text-align: center;
}

/* Feet image */
.fc-feet-img {
    text-align: center;
    margin: 0 0 24px 0;
}

/* Provider lines */
.fc-provider-text {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .fc-services-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fc-services-list {
        text-align: left;
    }

    .fc-info-row {
        grid-template-columns: 1fr;
    }
}

/* Hep C */
.hepc-centered {
    text-align: center;
}

.hepc-mb {
    margin-bottom: 30px;
}

/* Two-column layout for statistic + info card */
.hepc-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

/* ---- Hep C Info Card ---- */
.hepc-info-card {
    background: #d1ecf1;
    border: 3px solid #0c5460;
    border-radius: 8px;
    padding: 20px;
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
}

.hepc-info-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #021D4A;
    margin: 0 0 12px 0 !important;
    text-align: center;
}

.hepc-info-subtitle {
    font-weight: 400;
    font-size: 1rem;
}

.hepc-info-body {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.hepc-body-left {
    flex: 1 1 auto;
}

.hepc-info-list {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.hepc-info-list li {
    margin-bottom: 6px;
}

.hepc-body-right {
    flex: 0 0 auto;
    background: #ffffff;
    border: 3px solid #0c5460;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 200px;
    text-align: center;
}

.hepc-body-icon {
    flex-shrink: 0;
}

.hepc-body-text p {
    font-size: 0.9rem;
    margin-bottom: 8px;
    line-height: 1.5;
}

.hepc-body-text p:last-child {
    margin-bottom: 0;
}

.hepc-highlight {
    color: #021D4A;
}

/* ---- Symptoms Card ---- */
.hepc-symptoms-card {
    background: #021D4A;
    border-radius: 8px;
    padding: 24px;
    color: #ffffff;
}

.hepc-symptoms-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hepc-symptoms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hepc-symptom-item {
    background: #ffffff;
    border-radius: 6px;
    padding: 16px;
    color: #2c3e50;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.hepc-symptom-num {
    background: #021D4A;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hepc-symptom-item p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}

/* ---- Resources ---- */
.hepc-resources-heading {
    text-align: center;
    margin-bottom: 16px !important;
}

.hepc-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 24px;
}

.hepc-btn-row .btn {
    flex: 1 1 auto;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .hepc-two-col {
        grid-template-columns: 1fr;
    }

    .hepc-symptoms-grid {
        grid-template-columns: 1fr;
    }

    .hepc-btn-row {
        flex-direction: column;
    }

    .hepc-btn-row .btn {
        width: 100%;
    }
}

/* =====================================================================
   COMING SOON BOX
   ===================================================================== */
.acc-box {
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  margin-top: 0.5rem;
}
.acc-box i {
  font-size: 3rem;
  color: #222222;
  margin-bottom: 1rem;
  display: block;
}
.acc-box h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.75rem;
  border: none;
  padding: 0;
}
.acc-box p {
  font-size: 0.97rem;
  color: #111111;
  max-width: 480px;
  margin: 0 auto 0.5rem;
  line-height: 1.7;
}