﻿.blog-hero {
    position: relative;
    height: 250px;
    background: linear-gradient(135deg, #e8f4f3 0%, #d4e8e6 100%);
    overflow: hidden;
}

.blog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--inner-page-banner, url('/images/slider1.jpg'));
    background-position: var(--inner-page-banner-position, center);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: var(--inner-page-banner-opacity, .3);
}

@media (max-width: 767px) {
    .blog-hero::before {
        background-image: var(--inner-page-banner-mobile, var(--inner-page-banner, url('/images/slider1.jpg')));
    }
}

.breadcrumb {
    background: none;
    padding: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
}

    .hero-content h2 {
        color: #698078;
    }


    .category-badge {
        display: inline-block;
        background: #10b981;
        color: white;
        padding: 8px 24px;
        border-radius: 25px;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 24px;
    }

    .blog-title {
        font-size: 2.75rem;
        font-weight: 700;
        color: #1e3a5f;
        line-height: 1.3;
        margin-bottom: 0;
        margin-top:0;
    }

    .blog-card {
        max-width: 1200px;
        margin: -76px auto 60px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        padding: 20px 50px;
        position: relative;
        z-index: 2;
    }

    .blog-card > hr {
        margin: 20px 0;
        border-color: #edf0f2;
    }

    .blog-card .breadcrumb {
        margin-bottom: 24px;
    }

    .blog-card .breadcrumb > li.active {
        color: #64748b;
    }

    .blog-content img,
    .inner-page-content img {
        max-width: 100%;
        height: auto;
    }

    .inner-page-content {
        color: #475569;
        line-height: 1.8;
    }

    .blog-meta {
        display: flex;
        align-items: center;
        gap: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #eee;
        margin-bottom: 32px;
        color: #64748b;
        font-size: 0.95rem;
    }

        .blog-meta svg {
            width: 18px;
            height: 18px;
            margin-right: 8px;
            vertical-align: middle;
        }

    .blog-content h2 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1e293b;
        margin: 32px 0 16px;
    }

    .blog-content p {
        color: #475569;
        line-height: 1.8;
        margin-bottom: 16px;
    }

    .blog-content strong {
        color: #1e293b;
        font-weight: 600;
    }

    .article-editorial-meta {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 12px;
        margin: 20px 0;
        padding: 18px;
        border: 1px solid #dce7e4;
        border-radius: 10px;
        background: #f6faf9;
    }

    .article-editorial-meta div { min-width: 0; }
    .article-editorial-meta span { display: block; margin-bottom: 4px; color: #53706a; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
    .article-editorial-meta strong { display: block; color: #1e365d; font-size: 15px; }
    .article-editorial-meta small { display: block; margin-top: 3px; color: #64748b; font-size: 13px; font-weight: 400; }
    .article-bibliography { margin-top: 35px; padding: 24px; border-left: 4px solid #39a98f; background: #f8faf9; }
    .article-bibliography h2 { margin-top: 0; color: #1e365d; font-size: 24px; }
    .faq-intro { margin-bottom: 30px; color: #64748b; font-size: 17px; }
    .faq-group { margin: 32px 0; }
    .faq-group h2 { margin-bottom: 16px; color: #1e365d; font-size: 24px; }
    .faq-item { margin-bottom: 12px; border: 1px solid #dce7e4; border-radius: 10px; background: #fff; overflow: hidden; }
    .faq-item summary { position: relative; padding: 18px 52px 18px 20px; color: #1e365d; font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after { content: '+'; position: absolute; top: 13px; right: 20px; color: #39a98f; font-size: 26px; font-weight: 400; }
    .faq-item[open] summary { background: #f6faf9; }
    .faq-item[open] summary::after { content: '−'; }
    .faq-item summary:focus-visible { outline: 3px solid #f0b429; outline-offset: -3px; }
    .faq-answer { padding: 18px 20px 6px; border-top: 1px solid #e7efed; }
    .certificate-intro { margin-bottom: 28px; color: #64748b; font-size: 17px; }
    .certificate-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
    .certificate-grid > [class*="col-"] { display: flex; float: none; margin-bottom: 24px; }
    .certificate-card { display: flex; flex-direction: column; width: 100%; overflow: hidden; border: 1px solid #dce7e4; border-radius: 12px; background: #fff; box-shadow: 0 5px 18px rgba(30,58,95,.06); }
    .certificate-visual { display: flex; align-items: center; justify-content: center; height: 220px; padding: 18px; background: #f6faf9; }
    .certificate-visual img { max-width: 100%; max-height: 100%; object-fit: contain; }
    .certificate-visual .fa { color: #39a98f; font-size: 82px; }
    .certificate-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
    .certificate-category { color: #39a98f; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
    .certificate-body h2 { margin: 8px 0 16px; color: #1e365d; font-size: 21px; }
    .certificate-body p { margin-bottom: 8px; color: #526273; }
    .certificate-dates span { display: block; }
    .certificate-status { align-self: flex-start; margin: 5px 0 12px; padding: 4px 9px; border-radius: 12px; background: #e5f6ef; color: #21866f; font-size: 12px; font-weight: 700; }
    .certificate-status-expired { background: #fbeaea; color: #b34343; }
    .certificate-description { margin-bottom: 16px; color: #526273; }
    .certificate-button { align-self: flex-start; margin-top: auto; }
    .public-admin-toolbar { position: fixed; right: 22px; bottom: 22px; z-index: 1040; margin: 0; }
    .public-admin-toolbar a { display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; border: 2px solid #fff; border-radius: 24px; background: #1e365d; color: #fff; font-size: 14px; font-weight: 700; box-shadow: 0 6px 22px rgba(7,21,38,.3); }
    .public-admin-toolbar a:hover, .public-admin-toolbar a:focus { background: #39a98f; color: #fff; text-decoration: none; }

    @media (max-width: 768px) {
        .public-admin-toolbar { right: 12px; bottom: 12px; }
        .public-admin-toolbar a { padding: 10px 14px; font-size: 13px; }
        .blog-title {
            font-size: 1.75rem;
        }

        .blog-card {
            margin: -40px 16px 40px;
            padding: 24px;
        }

        .blog-meta {
            flex-direction: column;
            gap: 12px;
            align-items: flex-start;
        }
    }

@media only screen and (max-width: 1280px) {
    .blog-card {
        margin: -40px 16px 40px 16px;
        
    }
}


/* MODAL */
.gallery-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* PRODUCT CATALOG */
.product-search-form { margin-bottom: 24px; }
.product-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
.product-grid > [class*="col-"] { float: none; display: flex; width: 100%; margin-bottom: 24px; }
.product-card { display: flex; flex-direction: column; width: 100%; min-height: 440px; border: 1px solid #e5e9ed; border-radius: 10px; overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(30,58,95,.12); }
.product-card-image { display: flex; align-items: center; justify-content: center; height: 235px; padding: 15px; background: #fff; }
.product-card-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.product-card h2 { min-height: 66px; margin: 7px 0 14px; font-size: 17px; line-height: 1.35; }
.product-card h2 a { color: #1e3a5f; }
.product-brand { color: #38a889; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.product-price { margin-top: auto; margin-bottom: 15px; color: #1e3a5f; font-size: 19px; font-weight: 700; }
.product-category-menu .list-group { margin-bottom: 0; }
.product-category-child { padding-left: 28px; font-size: 13px; }
.product-category-parent { font-weight: 600; }
.product-main-image { display: flex; align-items: center; justify-content: center; height: 390px; border: 1px solid #e5e9ed; border-radius: 10px; padding: 20px; }
.product-main-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-thumbnails { display: flex; gap: 8px; margin-top: 12px; overflow-x: auto; }
.product-thumbnails button { flex: 0 0 70px; height: 70px; padding: 5px; border: 1px solid #dbe1e5; border-radius: 6px; background: #fff; }
.product-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.product-detail-price { margin: 18px 0 2px; color: #1e3a5f; font-size: 30px; font-weight: 700; }
.product-list-price { margin-bottom: 18px; color: #9aa4ad; font-size: 17px; text-decoration: line-through; }
.product-summary { margin: 20px 0; color: #475569; line-height: 1.7; }
.product-description { margin-top: 25px; }
.product-detail-main > hr { margin: 28px 15px 0; border-top-color: #e5e9ed; }
.product-information-tabs { margin: 18px 15px 0; }
.product-tabs { display: flex; border-bottom: 2px solid #e5e9ed; }
.product-tabs > li { flex: 1; margin-bottom: -2px; text-align: center; }
.product-tabs > li > a { min-height: 62px; margin: 0; border: 0 !important; border-bottom: 3px solid transparent !important; border-radius: 0; color: #52677d; font-size: 15px; font-weight: 700; }
.product-tabs > li > a span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 6px; border-radius: 50%; background: #eef3f6; color: #1e3a5f; }
.product-tabs > li.active > a,
.product-tabs > li.active > a:hover,
.product-tabs > li.active > a:focus { border-bottom-color: #39b49a !important; background: #fff; color: #1e3a5f; }
.product-tabs > li.active > a span { background: #39b49a; color: #fff; }
.product-tab-content { min-height: 180px; padding: 28px 12px 10px; }
.product-tab-content table { width: 100%; margin: 18px 0; border-collapse: collapse; }
.product-tab-content th,
.product-tab-content td { padding: 10px 12px; border: 1px solid #dfe5e9; text-align: left; }
.product-tab-content th { background: #f3f7f8; color: #1e3a5f; }

@media (max-width: 767px) {
    .product-card { min-height: 0; }
    .product-main-image { height: 300px; }
    .product-detail-price { font-size: 25px; }
    .product-detail-main > hr { margin-right: 0; margin-left: 0; }
    .product-information-tabs { margin-right: 0; margin-left: 0; }
    .product-tabs { display: block; border-bottom: 0; }
    .product-tabs > li { float: none; width: 100%; text-align: left; }
    .product-tabs > li > a { min-height: 0; border-bottom: 1px solid #e5e9ed !important; }
    .product-tab-content { padding: 20px 4px 5px; }
}

@media (min-width: 768px) {
    .product-grid > [class*="col-"] { width: 50%; }
}

@media (min-width: 1200px) {
    .product-grid > [class*="col-"] { width: 33.333333%; }
}

/* MANAGED HOME PAGE MODULES */
.home-module { position: relative; padding: 78px 0; }
.home-module-light { background: #fff; }
.home-module-soft { background: #f4f7f8; }
.home-module-green { background: linear-gradient(135deg,#2f9d86,#52bea3); color: #fff; }
.home-module-dark { background: #102b46; color: #fff; }
.home-section-heading { display: block; width: auto; max-width: 720px; height: auto; margin: 0 auto 38px; padding: 0; border: 0; background: transparent; text-align: center; }
.home-section-heading > span { padding-top: 0; line-height: 1.5; }
.home-section-heading > span, .home-eyebrow { display: block; margin-bottom: 8px; color: #39a98f; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.home-section-heading h2, .home-corporate-copy h2, .home-pharmacy-cta h2 { margin: 0; color: #173b5f; font-size: 34px; font-weight: 700; line-height: 1.25; }
.home-module-green .home-section-heading > span, .home-module-dark .home-section-heading > span, .home-module-green .home-eyebrow, .home-module-dark .home-eyebrow { color: rgba(255,255,255,.78); }
.home-module-green .home-section-heading h2, .home-module-dark .home-section-heading h2, .home-module-green h2, .home-module-dark h2 { color: #fff; }
.home-card-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
.home-card-grid > [class*="col-"] { display: flex; margin-bottom: 24px; }
.home-product-card, .home-article-card, .home-corporate-card { display: flex; flex: 1; flex-direction: column; width: 100%; overflow: hidden; border: 1px solid #e4eaed; border-radius: 13px; background: #fff; box-shadow: 0 8px 28px rgba(23,59,95,.07); transition: transform .2s, box-shadow .2s; }
.home-product-card:hover, .home-article-card:hover, .home-corporate-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(23,59,95,.13); }
.home-card-image { display: flex; align-items: center; justify-content: center; height: 230px; overflow: hidden; background: #fff; }
.home-card-image img { width: 100%; height: 100%; object-fit: cover; }
.home-product-card .home-card-image img { padding: 18px; object-fit: contain; }
.home-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.home-card-label { display: block; margin-bottom: 8px; color: #38a889; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.home-card-body h3, .home-corporate-card h3 { margin: 0 0 12px; color: #173b5f; font-size: 19px; line-height: 1.4; }
.home-card-body h3 a { color: inherit; }
.home-card-body p, .home-corporate-card p { color: #637286; line-height: 1.65; }
.home-text-link { margin-top: auto; color: #278f79; font-weight: 700; }
.home-section-action { margin: 14px 0 0; text-align: center; }
.home-primary-button { padding: 12px 25px; border: 0; border-radius: 6px; background: #317eb8; color: #fff; font-weight: 700; }
.home-primary-button:hover, .home-primary-button:focus { background: #24699e; color: #fff; }
.home-corporate-row { display: flex; align-items: center; }
.home-corporate-visual img { width: 100%; height: 390px; border-radius: 16px; object-fit: cover; box-shadow: 0 15px 45px rgba(23,59,95,.15); }
.home-corporate-copy { padding-left: 55px; }
.home-corporate-copy h2 { margin-bottom: 20px; }
.home-rich-text { margin-bottom: 24px; color: #5b6c7d; font-size: 16px; line-height: 1.8; }
.home-stats { padding: 58px 0; }
.home-stats .home-section-heading { margin-bottom: 30px; }
.home-stat { padding: 18px 8px; text-align: center; }
.home-stat strong { display: block; color: #fff; font-size: 39px; line-height: 1.1; }
.home-stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.86); font-weight: 600; }
.home-corporate-card { padding: 25px; }
.home-corporate-card > img { width: calc(100% + 50px); height: 190px; margin: -25px -25px 22px; object-fit: contain; object-position: center; background: #f7f9fb; }
.home-corporate-icon { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 20px; border-radius: 14px; background: #e8f6f2; color: #39a98f; font-size: 26px; }
.dealer-page-card { max-width: 1040px; }
.dealer-intro { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.dealer-intro h2 { margin: 8px 0 12px; color: #173b5f; font-size: 30px; font-weight: 700; }
.dealer-intro p { color: #637286; font-size: 16px; line-height: 1.7; }
.dealer-application-form { position: relative; max-width: 900px; margin: 0 auto; padding: 30px; border: 1px solid #e2e8ec; border-radius: 14px; background: #fff; box-shadow: 0 10px 35px rgba(23,59,95,.07); }
.dealer-application-form label { color: #31445b; font-weight: 600; }
.dealer-application-form label > span, .dealer-required-note span { color: #c0392b; }
.dealer-application-form .form-control { min-height: 46px; border-color: #dce4e8; border-radius: 8px; box-shadow: none; }
.dealer-application-form textarea.form-control { min-height: 110px; resize: vertical; }
.dealer-consent-box { margin: 18px 0; padding: 18px 20px; border: 1px solid #dfe7eb; border-radius: 10px; background: #f8fafb; }
.dealer-consent-box legend { width: auto; margin: 0 0 10px; padding: 0; border: 0; color: #173b5f; font-size: 16px; font-weight: 700; }
.dealer-consent-box label { display: block; margin: 7px 0; font-weight: 400; }
.dealer-submit { display: block; width: 100%; margin-top: 20px; }
.dealer-required-note { margin: 12px 0 0; color: #7a8796; text-align: center; font-size: 13px; }
.dealer-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.home-pharmacy-cta p { max-width: 670px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.7; }
.home-pharmacy-search { padding: 20px; border-radius: 12px; background: rgba(255,255,255,.14); }
.home-pharmacy-search label { color: #fff; }
.home-pharmacy-search .form-control { height: 48px; border: 0; }
.home-pharmacy-search .btn { height: 48px; padding: 0 20px; background: #173b5f; color: #fff; }
.home-cta-link { display: inline-block; margin-top: 14px; color: #fff; font-weight: 700; }
.home-cta-link:hover { color: #fff; }
.home-brand-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.home-brand-item { display: flex; align-items: center; justify-content: center; min-width: 185px; height: 92px; padding: 18px 28px; border: 1px solid #e2e8eb; border-radius: 10px; background: #fff; color: #173b5f; font-size: 18px; font-weight: 700; box-shadow: 0 5px 20px rgba(23,59,95,.05); }
.home-brand-item img { max-width: 145px; max-height: 60px; }
.home-instagram-grid { display: flex; flex-wrap: wrap; justify-content: center; }
.home-instagram-grid > [class*="col-"] { margin-bottom: 24px; }
.home-instagram-card { position: relative; display: block; overflow: hidden; width: 100%; aspect-ratio: 1 / 1; border-radius: 13px; background: #e8eef1; box-shadow: 0 8px 28px rgba(23,59,95,.09); }
.home-instagram-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-instagram-overlay { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 10px; min-height: 70px; padding: 17px; background: linear-gradient(transparent,rgba(8,20,35,.82)); color: #fff; opacity: 0; transform: translateY(10px); transition: opacity .25s,transform .25s; }
.home-instagram-overlay .fa { flex: 0 0 auto; font-size: 23px; }
.home-instagram-overlay span { overflow: hidden; line-height: 1.4; }
.home-instagram-card:hover > img, .home-instagram-card:focus > img { transform: scale(1.045); }
.home-instagram-card:hover .home-instagram-overlay, .home-instagram-card:focus .home-instagram-overlay { opacity: 1; transform: translateY(0); }

@media (max-width: 991px) {
    .home-corporate-row { display: block; }
    .home-corporate-copy { padding: 35px 15px 0; }
    .home-pharmacy-cta form { margin-top: 25px; }
}

@media (max-width: 767px) {
    .home-module { padding: 55px 0; }
    .home-section-heading h2, .home-corporate-copy h2, .home-pharmacy-cta h2 { font-size: 27px; }
    .home-card-grid > [class*="col-"] { width: 100%; }
    .home-corporate-visual img { height: 280px; }
    .dealer-application-form { padding: 20px 15px; }
    .dealer-intro h2 { font-size: 25px; }
    .home-stat strong { font-size: 30px; }
    .home-stat span { min-height: 40px; font-size: 12px; }
    .home-card-image { height: 215px; }
    .home-instagram-overlay { opacity: 1; transform: none; }
}

/* PHARMACY FINDER */
.pharmacy-filter { margin: 25px 0; padding: 20px; border-radius: 10px; background: #f3f7f8; }
.pharmacy-filter label { display: block; color: #1e3a5f; }
.pharmacy-result-count { margin-bottom: 18px; color: #64748b; font-size: 16px; }
.pharmacy-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
.pharmacy-grid > [class*="col-"] { float: none; display: flex; margin-bottom: 24px; }
.pharmacy-card { position: relative; display: flex; flex: 1; flex-direction: column; width: 100%; min-height: 300px; padding: 22px; border: 1px solid #dfe6ea; border-radius: 10px; background: #fff; box-shadow: 0 4px 15px rgba(30,58,95,.06); }
.pharmacy-card-heading { display: flex; align-items: flex-start; gap: 10px; padding-right: 48px; }
.pharmacy-card-heading > i { margin-top: 3px; color: #39b49a; font-size: 22px; }
.pharmacy-card h2 { margin: 0 0 14px; color: #1e3a5f; font-size: 19px; line-height: 1.35; }
.pharmacy-card p { color: #536273; line-height: 1.55; }
.pharmacy-card p > i { width: 18px; color: #39b49a; }
.pharmacy-card .pharmacist-name { color: #263f59; font-weight: 600; }
.pharmacy-card .pharmacy-address { flex: 1; }
.pharmacy-card .pharmacy-location { color: #1e3a5f; font-weight: 700; }
.pharmacy-card .btn { margin-top: auto; }
.pharmacy-map-button { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: #39b49a; color: #fff; font-size: 18px; box-shadow: 0 4px 12px rgba(57,180,154,.28); cursor: pointer; transition: background .2s, transform .2s; }
.pharmacy-map-button:hover, .pharmacy-map-button:focus { background: #288f7a; color: #fff; outline: 3px solid rgba(57,180,154,.25); transform: translateY(-1px); }
.pharmacy-map-modal { position: fixed; z-index: 10050; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(5,18,32,.72); }
.pharmacy-map-modal.is-open { display: flex; }
.pharmacy-map-dialog { width: min(900px, 100%); overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.pharmacy-map-header { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 15px 20px; border-bottom: 1px solid #e5e9ed; }
.pharmacy-map-header h2 { margin: 0; color: #1e3a5f; font-size: 22px; }
.pharmacy-map-close { width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: #eef3f5; color: #1e3a5f; font-size: 30px; line-height: 38px; cursor: pointer; }
.pharmacy-map-close:hover, .pharmacy-map-close:focus { background: #dfe9ec; outline: 3px solid rgba(57,180,154,.25); }
.pharmacy-map-body { height: min(64vh, 580px); min-height: 360px; }
.pharmacy-map-body iframe { display: block; width: 100%; height: 100%; border: 0; }
body.pharmacy-modal-open { overflow: hidden; }

@media (max-width: 767px) {
    .pharmacy-filter .form-control { margin-bottom: 12px; }
    .pharmacy-grid > [class*="col-"] { width: 100%; }
    .pharmacy-map-modal { padding: 10px; }
    .pharmacy-map-header h2 { font-size: 18px; }
    .pharmacy-map-body { min-height: 320px; height: 65vh; }
}
