/* Store Detail */
.storemap-store-detail {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px; /* top: Enfold sticky header offset */
}

.storemap-breadcrumbs {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.storemap-breadcrumbs a {
    color: #10c956;
    text-decoration: none;
}

.storemap-breadcrumbs a:hover {
    text-decoration: underline;
}

.storemap-breadcrumbs .separator {
    margin: 0 6px;
    color: #ccc;
}

.storemap-store-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.storemap-store-title {
    font-size: 28px;
    margin: 0 0 10px;
    color: #222;
}

.storemap-store-categories {
    margin-bottom: 20px;
}

.storemap-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.storemap-store-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.storemap-info-section {
    margin-bottom: 24px;
}

.storemap-info-section h2 {
    font-size: 16px;
    color: #444;
    border-bottom: 2px solid #10c956;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.storemap-info-section address {
    font-style: normal;
    line-height: 1.6;
}

.storemap-info-section a {
    color: #10c956;
    text-decoration: none;
}

.storemap-info-section a:hover {
    text-decoration: underline;
}

.storemap-hours-table {
    width: 100%;
    border-collapse: collapse;
}

.storemap-hours-table td {
    padding: 4px 8px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.storemap-hours-table td:first-child {
    font-weight: 600;
    width: 40%;
}

.storemap-route-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 20px;
    background: #10c956;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

.storemap-route-btn:hover {
    background: #0da345;
    color: #fff;
    text-decoration: none;
}

.storemap-store-map {
    border-radius: 8px;
    overflow: hidden;
}

/* Nearby */
.storemap-nearby {
    margin-top: 40px;
}

.storemap-nearby h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.storemap-nearby-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px;
}

.storemap-nearby-item {
    display: block;
    padding: 16px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    text-decoration: none;
    color: #222;
    transition: box-shadow 0.2s;
}

.storemap-nearby-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.storemap-nearby-item strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.storemap-nearby-item span {
    font-size: 13px;
    color: #666;
}

/* City Page */
.storemap-city-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
    scroll-behavior: smooth;
}

.storemap-city-page h1 {
    font-size: 28px;
    margin-bottom: 8px;
}

.storemap-city-count {
    color: #666;
    margin-bottom: 20px;
}

.storemap-city-map-section {
    margin-bottom: 30px;
}

.storemap-store-list-item {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.storemap-store-list-item h2 {
    font-size: 18px;
    margin: 0 0 4px;
}

.storemap-store-list-item h2 a {
    color: #222;
    text-decoration: none;
}

.storemap-store-list-item h2 a:hover {
    color: #10c956;
}

.storemap-store-address,
.storemap-store-phone {
    font-size: 14px;
    color: #666;
    margin: 2px 0;
}

.storemap-store-phone a {
    color: #10c956;
    text-decoration: none;
}

/* City Index */
.storemap-city-index {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.storemap-city-index h1 {
    font-size: 28px;
    margin-bottom: 8px;
}

.storemap-index-intro {
    color: #666;
    margin-bottom: 20px;
}

.storemap-letter-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
    padding: 12px;
    background: #f8f8f8;
    border-radius: 6px;
}

.storemap-letter-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #fff;
    color: #10c956;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: all 0.2s;
}

.storemap-letter-nav a:hover {
    background: #10c956;
    color: #fff;
    border-color: #10c956;
}

.storemap-city-group {
    margin-bottom: 24px;
}

.storemap-city-group h2 {
    font-size: 22px;
    border-bottom: 2px solid #10c956;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.storemap-city-list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 3;
    column-gap: 20px;
}

.storemap-city-list li {
    padding: 4px 0;
    break-inside: avoid;
}

.storemap-city-list a {
    color: #222;
    text-decoration: none;
}

.storemap-city-list a:hover {
    color: #10c956;
}

.storemap-city-list .count {
    color: #999;
    font-size: 13px;
}

/* City Intro */
.storemap-city-intro {
    color: #444;
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 15px;
}

/* Store list header with open status */
.storemap-store-list-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.storemap-store-list-header h2 {
    flex: 1;
    min-width: 0;
}

/* Hours preview in store list */
.storemap-store-hours-preview {
    font-size: 12px;
    color: #999;
    margin: 2px 0 0;
}

/* "Jetzt geoeffnet" Status Indicator */
.storemap-open-status {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

.storemap-status-open {
    background: #e8f5e9;
    color: #2e7d32;
}

.storemap-status-closed {
    background: #fce4ec;
    color: #c62828;
}

/* "Jetzt geoeffnet" Toggle Filter */
.storemap-open-filter {
    margin-bottom: 16px;
}

.storemap-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    user-select: none;
}

.storemap-toggle input {
    display: none;
}

.storemap-toggle-slider {
    position: relative;
    width: 40px;
    height: 22px;
    background: #ccc;
    border-radius: 11px;
    transition: background 0.2s;
    flex-shrink: 0;
}

.storemap-toggle-slider::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
}

.storemap-toggle input:checked + .storemap-toggle-slider {
    background: #2e7d32;
}

.storemap-toggle input:checked + .storemap-toggle-slider::after {
    transform: translateX(18px);
}

/* Pagination */
.storemap-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.storemap-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.storemap-page-link:hover {
    border-color: #10c956;
    color: #10c956;
    text-decoration: none;
}

.storemap-page-current {
    background: #10c956;
    border-color: #10c956;
    color: #fff;
}

.storemap-page-current:hover {
    color: #fff;
}

.storemap-page-prev,
.storemap-page-next {
    font-weight: 600;
}

.storemap-page-ellipsis {
    padding: 0 6px;
    color: #999;
}

/* FAQ Section (CSS-only accordion using <details>) */
.storemap-faq-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.storemap-faq-section > h2 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #222;
}

.storemap-faq-item {
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
}

.storemap-faq-question {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 15px;
    color: #222;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s;
}

.storemap-faq-question::-webkit-details-marker {
    display: none;
}

.storemap-faq-question::after {
    content: '+';
    font-size: 20px;
    font-weight: 400;
    color: #10c956;
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.2s;
}

.storemap-faq-item[open] .storemap-faq-question::after {
    content: '-';
}

.storemap-faq-question:hover {
    background: #fafafa;
}

.storemap-faq-answer {
    padding: 0 20px 16px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

/* Nearby Cities Cross-Links */
.storemap-nearby-cities {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.storemap-nearby-cities > h2 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #222;
}

.storemap-nearby-cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.storemap-nearby-city-item {
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    text-decoration: none;
    color: #222;
    transition: all 0.2s;
}

.storemap-nearby-city-item:hover {
    border-color: #10c956;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-decoration: none;
}

.storemap-nearby-city-item strong {
    font-size: 15px;
    margin-bottom: 2px;
}

.storemap-nearby-city-item span {
    font-size: 13px;
    color: #666;
}

.storemap-nearby-distance {
    color: #10c956 !important;
    font-weight: 600;
    font-size: 12px !important;
}

/* === Responsive === */
@media (max-width: 768px) {
    .storemap-store-content {
        grid-template-columns: 1fr;
    }
    .storemap-city-list {
        columns: 2;
    }
    .storemap-city-page h1 {
        font-size: 24px;
    }
    .storemap-nearby-cities-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    .storemap-city-map-section {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 480px) {
    .storemap-city-list {
        columns: 1;
    }
    .storemap-store-title {
        font-size: 22px;
    }
    .storemap-city-page h1 {
        font-size: 20px;
    }
    .storemap-city-intro {
        font-size: 14px;
    }
    .storemap-store-list-item {
        padding: 20px 0;
    }
    .storemap-faq-question {
        padding: 14px 16px;
        font-size: 14px;
    }
    .storemap-faq-answer {
        padding: 0 16px 14px;
        font-size: 13px;
    }
    .storemap-nearby-cities-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .storemap-nearby-city-item {
        padding: 12px;
    }
    .storemap-page-link {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

/* City Index: scroll-margin for letter anchors */
.storemap-city-group[id] {
    scroll-margin-top: 80px;
}

/* === Enfold Theme Overrides === */

/* Reset Enfold table styling on hours table */
.storemap-store-detail .storemap-hours-table,
.storemap-store-detail .storemap-hours-table tr,
.storemap-store-detail .storemap-hours-table td {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    vertical-align: top !important;
}

.storemap-store-detail .storemap-hours-table tr:nth-child(even) {
    background: #fafafa !important;
}

.storemap-store-detail .storemap-hours-table td:first-child {
    font-weight: 600 !important;
    color: var(--sm-text, #333) !important;
    width: 40% !important;
}

.storemap-store-detail .storemap-hours-table td:last-child {
    color: var(--sm-text-light, #666) !important;
}

/* Force magenta on Route button — ultra-specific to beat Enfold */
#top #main .storemap-store-detail .storemap-info-section a.storemap-route-btn,
#top .storemap-store-detail .storemap-info-section a.storemap-route-btn,
#top .storemap-store-detail a.storemap-route-btn,
.storemap-store-detail a.storemap-route-btn,
a.storemap-route-btn {
    display: inline-block !important;
    background-color: #10c956 !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: none !important;
    box-shadow: none !important;
    line-height: normal !important;
    margin-top: 12px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

#top #main .storemap-store-detail .storemap-info-section a.storemap-route-btn:hover,
#top .storemap-store-detail a.storemap-route-btn:hover,
a.storemap-route-btn:hover {
    background-color: #0da345 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Reset Enfold link styling inside detail page */
#top .storemap-store-detail .storemap-info-section a,
.storemap-store-detail .storemap-info-section a {
    color: #10c956 !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

#top .storemap-store-detail .storemap-info-section a:hover,
.storemap-store-detail .storemap-info-section a:hover {
    text-decoration: underline !important;
}

/* Reset Enfold h2 styling inside detail sections */
#top .storemap-store-detail .storemap-info-section h2,
.storemap-store-detail .storemap-info-section h2 {
    font-size: 16px !important;
    color: #444 !important;
    border-bottom: 2px solid #10c956 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0 0 6px 0 !important;
    margin: 0 0 12px 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    background: transparent !important;
}

/* Reset Enfold card/section styles */
#top .storemap-store-detail .storemap-store-card,
.storemap-store-detail .storemap-store-card {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 30px !important;
    box-shadow: none !important;
    border: none !important;
}

/* Reset Enfold address styling */
.storemap-store-detail address,
.storemap-store-detail address p {
    font-style: normal !important;
    line-height: 1.6 !important;
    margin-bottom: 4px !important;
}

/* Nearby section links */
#top .storemap-store-detail .storemap-nearby-item,
.storemap-store-detail .storemap-nearby-item {
    display: block !important;
    padding: 16px !important;
    background: #fff !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
    text-decoration: none !important;
    color: #222 !important;
    border: none !important;
}

#top .storemap-store-detail .storemap-nearby-item:hover,
.storemap-store-detail .storemap-nearby-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
    text-decoration: none !important;
}

/* Breadcrumbs override */
#top .storemap-store-detail .storemap-breadcrumbs a,
.storemap-store-detail .storemap-breadcrumbs a {
    color: #10c956 !important;
    font-weight: normal !important;
}

/* Badge override — always magenta, inline style removed from PHP */
#top .storemap-store-detail .storemap-badge,
.storemap-store-detail .storemap-badge,
.storemap-badge {
    display: inline-block !important;
    background-color: #10c956 !important;
    color: #fff !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: none !important;
}

/* === v1.7.0: New Elements === */

/* Store Detail: Title row with open status */
.storemap-store-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.storemap-store-title-row .storemap-store-title {
    flex: 1;
    min-width: 0;
}

/* Store Detail: Address actions row */
.storemap-address-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

/* Copy Address Button */
.storemap-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: #f5f5f5;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}

.storemap-copy-btn:hover {
    background: #eee;
    border-color: #10c956;
    color: #10c956;
}

.storemap-copy-btn svg {
    flex-shrink: 0;
}

/* Enfold override for copy button */
#top .storemap-store-detail .storemap-copy-btn,
.storemap-store-detail .storemap-copy-btn {
    display: inline-flex !important;
    background: #f5f5f5 !important;
    color: #444 !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

#top .storemap-store-detail .storemap-copy-btn:hover,
.storemap-store-detail .storemap-copy-btn:hover {
    border-color: #10c956 !important;
    color: #10c956 !important;
}

/* City Link Section */
.storemap-city-link-section {
    margin-top: 24px;
    text-align: center;
}

.storemap-city-link-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #10c956;
    border: 2px solid #10c956;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}

.storemap-city-link-btn:hover {
    background: #10c956;
    color: #fff;
    text-decoration: none;
}

/* Enfold override for city link */
#top .storemap-store-detail .storemap-city-link-btn,
.storemap-store-detail .storemap-city-link-btn {
    color: #10c956 !important;
    border: 2px solid #10c956 !important;
    text-decoration: none !important;
}

#top .storemap-store-detail .storemap-city-link-btn:hover,
.storemap-store-detail .storemap-city-link-btn:hover {
    background: #10c956 !important;
    color: #fff !important;
}

/* Today's row highlight in hours table */
.storemap-hours-today td {
    background: #fef0f5 !important;
    color: #10c956 !important;
    font-weight: 600 !important;
}

/* City Index: Instant search */
.storemap-city-search {
    margin-bottom: 16px;
}

.storemap-city-search input {
    width: 100%;
    max-width: 400px;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s;
}

.storemap-city-search input:focus {
    border-color: #10c956;
}

.storemap-search-count {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

/* City Index: Sticky letter nav */
.storemap-letter-nav {
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Map open toggle in controls */
.storemap-map-controls-row3 {
    padding: 8px 20px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.storemap-map-open-toggle .storemap-toggle-label {
    font-size: 13px;
}

/* === Additional Responsive Breakpoints === */
@media (max-width: 600px) {
    .storemap-store-card {
        padding: 16px !important;
    }
    .storemap-store-title {
        font-size: 20px;
    }
    .storemap-info-section h2 {
        font-size: 15px !important;
    }
    .storemap-city-search input {
        max-width: 100%;
    }
    .storemap-letter-nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        gap: 4px;
        padding: 10px;
    }
    .storemap-letter-nav a {
        flex-shrink: 0;
    }
    .storemap-city-link-btn {
        display: block;
        text-align: center;
    }
    .storemap-address-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 375px) {
    .storemap-store-title {
        font-size: 18px;
    }
    .storemap-store-list-item h2 {
        font-size: 16px;
    }
    .storemap-store-list-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .storemap-nearby-cities-grid {
        grid-template-columns: 1fr;
    }
    .storemap-page-link {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 6px;
    }
}

/* Notdienst Page */
.storemap-notdienst-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.storemap-notdienst-page h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
}

.storemap-notdienst-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #fef0f5;
    border: 2px solid #10c956;
    border-radius: 12px;
    padding: 24px 30px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.storemap-notdienst-hotline {
    display: flex;
    align-items: center;
    gap: 16px;
}

.storemap-notdienst-icon {
    font-size: 36px;
    color: #10c956;
    flex-shrink: 0;
}

.storemap-notdienst-hotline strong {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
}

.storemap-notdienst-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #10c956;
    text-decoration: none;
    letter-spacing: 1px;
}

.storemap-notdienst-number:hover {
    text-decoration: underline;
}

.storemap-notdienst-hint {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.storemap-notdienst-cta {
    display: inline-block;
    padding: 14px 28px;
    background: #10c956;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.storemap-notdienst-cta:hover {
    background: #0da345;
    color: #fff;
    text-decoration: none;
}

.storemap-notdienst-content {
    line-height: 1.7;
    color: #444;
}

.storemap-notdienst-section {
    margin-bottom: 32px;
}

.storemap-notdienst-section h2 {
    font-size: 20px;
    color: #222;
    border-bottom: 2px solid #10c956;
    padding-bottom: 6px;
    margin-bottom: 14px;
}

.storemap-notdienst-section a {
    color: #10c956;
    text-decoration: none;
}

.storemap-notdienst-section a:hover {
    text-decoration: underline;
}

.storemap-notdienst-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.storemap-notdienst-card {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #10c956;
}

.storemap-notdienst-card strong {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 6px;
}

.storemap-notdienst-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* Cannabis cross-links text */
.storemap-cannabis-links {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.storemap-cannabis-links a {
    color: #10c956;
    text-decoration: none;
}

.storemap-cannabis-links a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .storemap-notdienst-hero {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .storemap-notdienst-hotline {
        flex-direction: column;
        gap: 8px;
    }
    .storemap-notdienst-number {
        font-size: 24px;
    }
    .storemap-notdienst-grid {
        grid-template-columns: 1fr;
    }
}

/* Cross-Domain Footer: Styles are inline in PHP (storemap_cross_domain_footer).
   Enfold overrides below only needed on store/city pages where frontend.css loads. */
#top .storemap-cross-footer a.storemap-cross-link,
.storemap-cross-footer a.storemap-cross-link {
    color: #10c956 !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

#top .storemap-cross-footer a.storemap-cross-link:hover,
.storemap-cross-footer a.storemap-cross-link:hover {
    text-decoration: underline !important;
}

/* === Print Stylesheet === */
@media print {
    /* Hide navigation, sidebar, footer */
    header, footer, nav, .site-header, .site-footer,
    #header, #footer, .main-nav, .sidebar,
    .storemap-breadcrumbs, .storemap-route-btn, .storemap-copy-btn,
    .storemap-nearby, .storemap-faq-section,
    .storemap-city-link-section, .storemap-open-filter,
    .storemap-pagination, .storemap-nearby-cities,
    .storemap-cross-footer,
    .storemap-map-controls, .storemap-map-controls-row3,
    #wpadminbar, .av-main-nav-wrap, #av-burger-menu-ul,
    .avia-footer, #socket, .avia_mobile_menu_toggle {
        display: none !important;
    }

    /* Reset layout */
    .storemap-store-detail,
    .storemap-city-page,
    .storemap-city-index {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .storemap-store-card {
        border: none !important;
        padding: 0 !important;
    }

    .storemap-store-content {
        grid-template-columns: 1fr !important;
    }

    /* Show full hours table */
    .storemap-hours-table {
        page-break-inside: avoid;
    }

    /* Map as static image */
    .storemap-store-map {
        height: 200px !important;
        page-break-inside: avoid;
    }

    /* Links show URL */
    .storemap-store-detail a[href^="tel:"]::after {
        content: none;
    }

    /* Clean colors for print */
    .storemap-hours-today td {
        background: #f0f0f0 !important;
        color: #000 !important;
    }

    .storemap-badge {
        background: #eee !important;
        color: #333 !important;
    }

    body {
        font-size: 12pt;
        color: #000;
    }
}
