﻿
body {
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
}

.choice-btn-selected {
    background-color: #e0f2fe;
    border-color: #2563eb;
    color: #1e40af;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.content-hidden {
    display: none !important;
}

#map-preview {
    height: 100%;
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 0;
}

.flexible-day-checkbox.selected {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
}
