.fullscreen-map-wrapper {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: white;
    display: none;
    flex-direction: column;
}

.fullscreen-map-wrapper.active {
    display: flex;
}

.fullscreen-controls {
    padding: 10px 14px;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    z-index: 10000;
}

.fullscreen-map {
    flex: 1;
}

.custom-mfl-icon {
    background: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
