/**
 * Material Symbols Outlined — UI on the map (menu, close, search).
 * Font: enqueued as map-theme-material-symbols in functions.php
 */
.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.site_sidebar_toggle {
    cursor: pointer;
}

.site_sidebar_toggle .material-symbols-outlined {
    font-size: 28px;
}

#close-info-window {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

#close-info-window .material-symbols-outlined {
    font-size: 28px;
}

.map_search_canvas__row {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px 10px;
    box-sizing: border-box;
}

.map_search_canvas__row .material-symbols-outlined {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    pointer-events: none;
}

.map_search_canvas__row .map_search {
    flex: 1;
    min-width: 0;
    background-color: transparent !important;
    padding: 8px 4px !important;
}
