@font-face {
    font-family: "GT-Pressura-Mono-Regular";
    src: url("/static/lam/font/GT-Pressura-Mono-Regular.2905af7f7af2.woff2") format("woff2"),
        url("/static/lam/font/GT-Pressura-Mono-Regular.7677b2b3a699.woff") format("woff"),
        url("/static/lam/font/GT-Pressura-Mono-Regular.8786ff9fb4de.ttf") format("truetype"),
        url("/static/lam/font/GT-Pressura-Mono-Regular.ff909444ec9b.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Archivo-Regular";
    src: url("/static/lam/font/Archivo-Regular.ee3dc5e9c797.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body {
    width: 950px;
    height: 80px;
    min-height: 0;
    min-width: 0;
    box-sizing: border-box;
    font-family: 'GT-Pressura-Mono-Regular', 'Montserrat', 'Arial', sans-serif;
    background: #f9f9f9;
}

.slots-menu-container {
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.slots-menu-scaler {
    display: block;
    width: 100%;
    height: 100%;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.slots-menu {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
    font-family: 'GT-Pressura-Mono-Regular', 'Montserrat', 'Arial', sans-serif;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    height: 100%;
    margin: 0;
}

.menu-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 56px;
    justify-content: flex-start;
    padding: 8px 24px;
    cursor: pointer;
    transition: background 0.18s, box-shadow 0.18s, color 0.18s, border 0.18s;
    flex: 1 1 0;
    min-width: 0;
    max-width: 260px;
    width: 100%;
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: none;
}

.menu-title {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    min-height: 22px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 2px;
    width: 100%;
    pointer-events: none;
    color: #000000;
    text-transform: uppercase;
    gap: 8px;
    font-family: 'GT-Pressura-Mono-Regular', 'Montserrat', 'Arial', sans-serif;
    letter-spacing: 0.04em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
    transition: color 0.18s;
}

.menu-title .dropdown-arrow,
.dropdown-arrow {
    margin-left: 4px;
    font-size: 0.8em;
    font-weight: 400;
    pointer-events: none;
    color: #000000;
}

.menu-subtitle {
    font-size: 0.9rem;
    color: #8a8a8a;
    min-height: 2.4em;
    max-height: 2.4em;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.divider {
    width: 1px;
    height: 48px;
    background: #d3d3d3;
}

.search-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 0 16px;
}

.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #F47B2A;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 7px 22px;
    font-size: 1.1rem;
    font-family: inherit;
    font-weight: 300;
    cursor: pointer;
    position: relative;
    min-width: 120px;
    min-height: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s;
}

.search-btn:hover {
    background: #e86d27;
}

.search-btn-text {
    font-size: 1.0rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.search-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.search-btn-icon svg {
    display: block;
}

.custom-dropdown {
    position: absolute;
    background-color: #fff;
    border: 2px solid #bdbdbd;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    z-index: 9999;
    border-radius: 16px;
    font-family: 'GT-Pressura-Mono-Regular', 'Montserrat', 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #444;
    margin-top: 8px;
    min-width: 180px;
    padding: 8px 0;
}

/* Section-specific dropdown width */
.custom-dropdown[data-dropdown="reason"],
.custom-dropdown[data-dropdown="location"] {
    width: 100% !important;
    min-width: unset;
    max-width: unset;
    left: 0 !important;
    border-radius: 16px;
}

.custom-dropdown[data-dropdown="slot"] {
    left: 0 !important;
    width: 100vw !important;
    min-width: unset;
    max-width: unset;
    border-radius: 16px;
}

/* Calendar Dropdown Styles */
.custom-dropdown[data-dropdown="slot"].calendar-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw !important;
    max-width: 100vw;
    left: 0 !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.12);
    border: 2px solid #bdbdbd;
    padding: 24px 32px;
    font-family: 'GT-Pressura-Mono-Regular', 'Montserrat', 'Arial', sans-serif;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 32px;
    box-sizing: border-box;
}

.calendar-title {
    font-size: 2rem;
    font-family: 'GT-Pressura-Mono-Regular', 'Montserrat', 'Arial', sans-serif;
    color: #444;
    letter-spacing: 0.05em;
}

.calendar-nav {
    cursor: pointer;
    font-size: 1.5rem;
    color: #444;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s;
}

.calendar-nav:hover {
    background: #f5f5f5;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    width: 100%;
}

.calendar-day-label {
    font-size: 1.1rem;
    font-family: 'GT-Pressura-Mono-Regular', 'Montserrat', 'Arial', sans-serif;
    color: #444;
    text-align: center;
    margin-bottom: 4px;
}

.calendar-day {
    font-size: 1.2rem;
    color: #444;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.calendar-day:hover {
    background: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.calendar-day.selected {
    background: #E86D27;
    color: #fff;
    box-shadow: 0 4px 12px rgba(232,109,39,0.25);
}

.custom-dropdown div {
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}

.custom-dropdown div:hover {
    background-color: #f5f5f5;
}

.slots-menu:hover .menu-section,
.slots-menu:hover .divider,
.slots-menu:hover .search-btn-container {
    background-color: rgba(0, 0, 0, 0.05);
    transition: opacity 0.18s;
}
.slots-menu .menu-section:hover,
.slots-menu .menu-section:hover ~ .divider,
.slots-menu .menu-section:hover ~ .menu-section,
.slots-menu .menu-section:hover ~ .search-btn-container {
    opacity: 1 !important;
}
.slots-menu .menu-section:hover {
    opacity: 1 !important;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    z-index: 2;
}

@media (max-width: 850px) {
    .search-btn-text {
        display: none;
    }
    .search-btn {
        min-width: 48px;
        width: 48px;
        max-width: 48px;
        min-height: 48px;
        height: 48px;
        max-height: 48px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    /* Inverse effect: highlight hovered .menu-section, others normal (no dim) */
    .slots-menu .menu-section,
    .slots-menu .divider {
        opacity: 1 !important;
        transition: opacity 0.18s;
    }
    .slots-menu .menu-section:hover {
        background-color: rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        z-index: 2;
    }
    .slots-menu .menu-section:not(:hover) {
        opacity: 1 !important;
        background: none;
        box-shadow: none;
    }
}
