/* Park Map Block Styles */

.park-map {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.park-map .heading {
    background-color: #F4F4F4;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #333;
}

.park-map .description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.park-map-container {
    position: relative;
    width: 100%;
}


/* Park Info Table */
.park-info-table {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.parks-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}


.parks-table tr:nth-child(even), .parks-table thead tr {
    background-color: #F4F4F4;
}

.parks-table, .parks-table th, .parks-table td {
    border: none;
}

.parks-table thead {
}

.parks-table th {
    padding: 20px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.48px;
}

.parks-table th:last-child {
    text-align: center;
    width: 180px;
}

.parks-table tbody tr {
    /* border-bottom: 1px solid #eee; */
    transition: background-color 0.2s ease;

}


.parks-table tbody tr.filtered-out {
    display: none;
}

.parks-table tbody tr.pagination-hidden {
    display: none;
}

.parks-table td {
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.parks-table .park-themes .theme-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.parks-table .park-themes .theme-item-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.parks-table .park-themes .theme-icon-small {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.parks-table .park-themes .theme-name {
    white-space: nowrap;
}

.parks-table .park-link .inline-button {
    display: flex;
    align-items: center;
}


.parks-table .park-link .btn-small {
    padding: 4px 8px;
    white-space: nowrap;
}


/* Table Pagination */
.table-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    padding: 20px 0;
}

.table-pagination .pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #000000;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.table-pagination .pagination-btn.pagination-prev {
    border-radius: 0;
}

.table-pagination .pagination-btn.pagination-next {
    border-radius: 0;
}

.table-pagination .pagination-btn:hover:not(:disabled) {
    background: #000000;
}

.table-pagination .pagination-btn:disabled {
    background: #000000;
    cursor: not-allowed;
}

.table-pagination .pagination-btn svg {
    width: 20px;
    height: 20px;
}

.table-pagination .pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0;
    background: #000000;
    height: 40px;
}

.table-pagination .pagination-numbers .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    background: transparent;
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.table-pagination .pagination-numbers .page-number:hover:not(.active):not(.ellipsis) {
    background: rgba(255, 255, 255, 0.1);
}

.table-pagination .pagination-numbers .page-number.active {
    background: transparent;
    color: #C3E1C8;
    font-weight: 700;
}

.table-pagination .pagination-numbers .page-number.ellipsis {
    cursor: default;
    min-width: 30px;
    padding: 0 4px;
}

@media (min-width: 1590px) {
    .park-info .scroll-parks .scroll-parks-inner {
        margin: 0 30px 30px 0;
    }
    .park-info .scroll-parks {
        left: calc((100vw - 1520px) / 2);
    }

    .park-info .legend {
        right: calc((100vw - 1520px) / 2);
    }
}

@media (max-width: 1589px) {
    .park-info .scroll-parks {
        left: 30px;
    }
    .park-info .legend, .map-zoom-hint {
        right: 30px !important;
    }
}

/* Responsive Table */
@media (max-width: 1024px) {
    .park-info-table {
        padding: 0 20px;
    }

    .parks-table th,
    .parks-table td {
        padding: 12px 15px;
    }

    .parks-table .park-address {
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .park-info-table {
        padding: 0 15px;
        overflow-x: auto;
    }

    .parks-table {
        min-width: 700px;
    }

    .parks-table th,
    .parks-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .table-pagination {
        flex-wrap: nowrap;
        gap: 0;
    }

    .table-pagination .pagination-btn {
        width: 36px;
        height: 36px;
    }

    .table-pagination .pagination-numbers {
        height: 36px;
    }

    .table-pagination .pagination-numbers .page-number {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
        padding: 0 6px;
    }
}

/* Park View Tabs */
.park-view-tabs {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0
}

.park-tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    margin-right: 10px;
    font-family: Inter-400, sans-serif;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -1.44px;
    cursor: pointer;
    transition: all 0.25s ease;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

    color: #321E28;
    background: #FEFDFD;
    border: 1px solid #919141;
    border-bottom: none;

}

.park-tab:hover {
    color: #321E28;
    background: #FEFDFD;
    border: 1px solid #FEFDFD;
    border-bottom: none;
}

.park-tab.active {
    color: #321E28;
    background: #F4F4F4;
    border: 1px solid #FEFDFD;
    border-bottom: none;
}

.park-tab svg {
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.25s ease;
}

.park-tab.active svg,
.park-tab:hover svg {
    opacity: 1;
}

/* Tab Content */
.park-tab-content {
    display: none;
}

.park-tab-content.active {
    display: block;
}


/* Park Filters */
.park-filters {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: 55px 45px;
    background: var(--light-grey);
    margin-bottom: 40px;

}

.park-filters .filter-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.park-filters .filter-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.park-filters .filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.park-filters .filter-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* Theme filters - Purple */
.park-filters .filter-item--theme {
    color: #321E28;
    padding: 12px 25px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -1.44px;
}

.park-filters .filter-item--theme.active {
    background-color: var(--orchid);
    border: 1px solid var(--orchid);
}

.park-filters .filter-item--theme.inactive {
    background-color: transparent;
    border: 1px solid #D2A5C3 !important;
}

.park-filters .filter-item--theme:hover {
    opacity: 0.7;
}


/* Gemeente filters - Green */
.park-filters .filter-item--gemeente {
    color: #000;
    padding: 6px 14px;
}

.park-filters .filter-item--gemeente.active {
    background-color: #919141;
    border: 1px solid #919141;
}

.park-filters .filter-item--gemeente.inactive {
    background-color: transparent;
    border: 1px solid var(--olive) !important;
}

.park-filters .filter-item--gemeente:hover {
    opacity: 0.7;
}

/* Filter icons */
.park-filters .filter-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
    transition: filter 0.25s ease;
}

/* Reset button */
.park-filters .filter-row--actions {
    justify-content: flex-end;
}

.park-filters .filter-reset-btn {
    padding: 10px 24px;
    color: #321E28;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-family: Inter-400, sans-serif;
    letter-spacing: -1.28px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.park-filters .filter-reset-btn:hover {
    color: var(--orchid);
    opacity: 0.7;
}

/* Filter toggle buttons - hidden on desktop */
.park-filters .filter-toggle {
    display: none;
}

/* Filtered out parks */
.park-info .scroll-parks .park-item.filtered-out {
    display: none !important;
}


/* Parks Interactive Map */
.parks-interactive-map {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

/* Leaflet popup customization */
.parks-interactive-map .leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.parks-interactive-map .leaflet-popup-content {
    margin: 0;
    min-width: 250px;
}

.parks-interactive-map .leaflet-control-zoom {
    display: none;
}

/* Custom park popup styling */
.park-popup {
    padding: 15px;
}

.park-popup-thumbnail {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px;
}

.park-popup-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #333;
}

.park-popup-address {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
}

.park-popup-link {
    display: inline-block;
    padding: 8px 16px;
    background-color: #2271b1;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.park-popup-link:hover {
    background-color: #135e96;
}

/* Parks count */
.parks-count {
    text-align: center;
    margin-top: 1rem;
    color: #666;
    font-size: 0.95rem;
}

.parks-count p {
    margin: 0;
}

/* No parks found message */
.park-info .scroll-parks .no-parks-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    flex: 1;
}

.park-info .scroll-parks .no-parks-found .no-parks-icon {
    color: #919141;
    margin-bottom: 20px;
    opacity: 0.7;
}

.park-info .scroll-parks .no-parks-found .no-parks-icon svg {
    width: 48px;
    height: 48px;
}

.park-info .scroll-parks .no-parks-found .no-parks-message {
    font-size: 16px;
    font-weight: 600;
    color: #321E28;
    margin: 0 0 10px 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.park-info .scroll-parks .no-parks-found .no-parks-hint {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Custom marker styles */
.leaflet-marker-icon {
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Marker cluster customization */
.marker-cluster-small {
    background-color: rgba(34, 113, 177, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(34, 113, 177, 0.8);
}

.marker-cluster-medium {
    background-color: rgba(241, 128, 23, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(241, 128, 23, 0.8);
}

.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(253, 156, 115, 0.8);
}

.marker-cluster {
    border-radius: 50%;
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    color: white;
    line-height: 30px;
}


.park-info {
    position: relative;
}

.park-info .scroll-parks {
    position: absolute;
    top: 75px;
    bottom: 0;
    display: flex;
    width: calc(33%);
    min-width: 465px;
    z-index: 1000;
}

.park-info .scroll-parks .scroll-parks-inner {
    display: flex;
    flex-direction: column;
    padding: 35px 40px;
    background: var(--light-grey);
}

.park-info .scroll-parks .inner-scroll-parks {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    scrollbar-color: var(--orchid) #E2E2E2;
    scrollbar-width: thin;
    height: calc(90vh - 100px) !important;
    padding-right: 15px;
}

.park-info .scroll-parks .parks-loaded-count {
    margin-top: 10px;
}

.park-info .scroll-parks .load-more-container {
    margin-top: 15px;
    transition: opacity 0.3s ease-out;
}

.park-info .scroll-parks .load-more-container.hidden {
    display: none;
}

.park-info .scroll-parks .load-more-container, .park-info .scroll-parks .parks-loaded-count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.park-info .scroll-parks .image {
    background-size: cover;
}

.park-info .scroll-parks .park-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
    cursor: pointer;
}

.park-info .scroll-parks .park-item.hidden {
    display: none;
    opacity: 0;
}


.park-info .scroll-parks .park-item.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.park-info .scroll-parks.scrolling {
    overflow-y: auto;
}

.park-info .scroll-parks .park-item .content h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2.24px;
}

.park-info .scroll-parks .park-item .content h3 {
    font-size: 24px;
    line-height: normal;
}

.park-info .scroll-parks .park-item h2, .park-info .scroll-parks .park-item .adress, .park-info .scroll-parks .park-item .postalcode-place {
    margin-bottom: 0;
}

.park-info .scroll-parks .park-item .view-park-button-container {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.park-info .scroll-parks .park-item .themes {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 17px;
}

.park-info .scroll-parks .park-item .themes > a img {
    width: 20px;
    height: 20px;
}

/* Single Park View Styles */
.park-info .scroll-parks .single-park-view {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.park-info .scroll-parks .back-button-container {
    margin-bottom: 20px;
}

.park-info .scroll-parks .back-to-all-parks {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.park-info .scroll-parks .back-to-all-parks:hover {
    transform: translateX(-5px);
}

.park-info .scroll-parks .back-to-all-parks a {
    padding-left: 10px;
}

.park-info .scroll-parks .back-to-all-parks::after {
    transform: rotate(180deg) translateY(50%);
}


.park-info .scroll-parks .single-park-content {
    flex: 1;
    overflow-y: auto;
    scrollbar-color: var(--orchid) #E2E2E2;
    scrollbar-width: thin;
    padding-right: 15px;
}

.park-info .scroll-parks .single-park-detail {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.park-info .scroll-parks .single-park-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}

.park-info .scroll-parks .single-park-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.park-info .scroll-parks .single-park-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.park-info .scroll-parks .single-park-info h2 {
    font-size: 28px;
    letter-spacing: -1.5px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.park-info .scroll-parks .single-park-info .owner {
    font-size: 18px;
    margin-bottom: 0;
    color: #666;
}

.park-info .scroll-parks .single-park-info .themes {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}

.park-info .scroll-parks .single-park-info .themes .theme-item {
    display: flex;
    align-items: center;
}

.park-info .scroll-parks .single-park-info .themes .theme-icon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.park-info .scroll-parks .single-park-info .themes .theme-icon-map {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.park-info .scroll-parks .single-park-info .themes .theme-name-fallback {
    font-size: 12px;
    color: #666;
    background: var(--light-grey, #f5f5f5);
    padding: 4px 8px;
    border-radius: 4px;
}

.park-info .scroll-parks .single-park-info .adress,
.park-info .scroll-parks .single-park-info .postalcode-place {
    margin-bottom: 0;
}

.park-info .scroll-parks .single-park-info .view-park-button-container {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

/* Legend */
.park-info .legend {
    position: absolute;
    top: 75px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.park-info .legend .legend-items {
    display: flex;
    flex-direction: column;
    background: var(--light-grey);
    border-radius: 8px;
    padding: 20px;
}

.park-info .legend .legend-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.park-info .legend .legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.park-info .legend .legend-item:hover {
    opacity: 0.7;
}

.park-info .legend .legend-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.park-info .legend .legend-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .park-info .scroll-parks .scroll-parks-inner {
        width: 100%;
    }
    .park-info .scroll-parks {
        position: relative;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: -160px;
        min-width: 380px;
        z-index: 1000;
    }

    .park-map {
        padding: 40px 0;
    }

    .park-map .heading {
        font-size: 2rem;
    }

    .parks-interactive-map {
        height: 400px;
    }

    .parks-interactive-map .leaflet-popup-content {
        min-width: 200px;
    }

    .park-info .legend {
        display: none;
    }

    /* Filter responsive */
    .park-filters {
        padding: 15px 20px;
        gap: 12px;
        flex-direction: column;
        align-items: stretch;
    }

    .park-filters .filter-rows {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .park-filters .filter-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .park-filters .filter-row-label {
        min-width: auto;
    }

    .park-filters .filter-item {
        padding: 6px 12px;
        color: #321E28;
        font-family: Inter-400, sans-serif;
        font-size: 14px;
        line-height: normal;
        letter-spacing: normal;
    }

    .park-filters .filter-row--actions {
        width: 100%;
        justify-content: flex-end;
    }

    .park-filters .filter-reset-btn {
        display: flex;
        justify-content: end;
        padding-right: 0;
        color: #919141;
        font-family: Inter-400, sans-serif;
        font-size: 14px;
        line-height: normal;
        letter-spacing: -1.12px;
    }

    /* Mobile filter toggle buttons */
    .park-filters .filter-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px 24px;
        background: #F4F4F4 !important;
        border: 1px solid #321E28;
        border-radius: 0;
        font-size: 18px;
        line-height: normal;
        letter-spacing: -1.44px;
        font-family: Inter-400, sans-serif;
        color: #321E28;
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .park-filters .filter-toggle:hover {
        background: rgba(50, 30, 40, 0.05);
    }

    /*.park-filters .filter-toggle.active {*/
    /*    background: var(--orchid);*/
    /*    border-color: var(--orchid);*/
    /*    color: white;*/
    /*}*/

    .park-filters .filter-toggle.active:hover {
        opacity: 0.9;
    }

    .park-filters .filter-toggle-label {
        flex: 1;
        text-align: left;
    }

    .park-filters .filter-toggle-arrow {
        flex-shrink: 0;
        transition: transform 0.25s ease;
    }

    .park-filters .filter-toggle.open .filter-toggle-arrow {
        transform: rotate(180deg);
    }

    /* Filter items container - hidden by default on mobile */
    .park-filters .filter-row--themes .filter-items,
    .park-filters .filter-row--gemeentes .filter-items {
        display: none;
        gap: 0;
        padding: 10px 24px 24px 24px;
        border: 1px solid #321E28;
        border-top: none;
    }

    .park-filters .filter-row--themes .filter-items.open,
    .park-filters .filter-row--gemeentes .filter-items.open {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        background-color: #F4F4F4;
    }

    /* Filter items inside accordion */
    .park-filters .filter-row--themes .filter-items .filter-item,
    .park-filters .filter-row--gemeentes .filter-items .filter-item {
        width: fit-content;
        justify-content: flex-start;
        padding: 10px 16px;
        border: none;
        border-bottom: 1px solid #eee;
        border-radius: 0;
    }
    .park-filters .filter-toggle.open {
        border-bottom: 0;
    }

    .park-filters .filter-row--themes .filter-items .filter-item:last-child,
    .park-filters .filter-row--gemeentes .filter-items .filter-item:last-child {
        border-bottom: none;
    }

    /* Tabs responsive */
    .park-view-tabs {
        padding: 0 15px;
    }

    .park-tab {
        padding: 12px 20px;
        font-size: 14px;
        gap: 8px;
    }

    .park-tab svg {
        width: 16px;
        height: 16px;
    }
    .park-info .scroll-parks .park-item {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .park-info .scroll-parks .park-item .image{
        height: 300px;
        margin-bottom: 10px;
    }

    .park-info .scroll-parks .park-item .content h2 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -1.6px;
    }

    .park-info .scroll-parks .park-item .content h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 8px;
    }

    .park-info .scroll-parks .park-item .adress, .park-info .scroll-parks .park-item .postalcode-place {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }
}


@media (max-width: 480px) {
    .parks-interactive-map {
        height: 350px;
        border-radius: 4px;
    }

    .park-popup {
        padding: 10px;
    }

    .park-popup-title {
        font-size: 1rem;
    }
    .park-info .scroll-parks .park-item .view-park-button-container {
        display: block;
    }
    .park-info .scroll-parks .park-item .image{
        height: 200px;
    }
}

/* Map Zoom Hint Tooltip */
.map-zoom-hint {
    position: absolute;
    bottom: 30px;
    right: calc((100vw - 1520px) / 2);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.map-zoom-hint span {
    display: inline-block;
    padding: 12px 20px;
    background: rgb(65 73 47 / 59%);
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
}

.map-zoom-hint.visible {
    opacity: 1;
}

.map-zoom-hint.hidden {
    opacity: 0;
    visibility: hidden;
}

