/* DESKTOP MODE - COMPLETELY SEPARATE LOGIC */
.desktop-locked {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 18px;
}

/* Desktop mode - completely override everything with fixed values */
.desktop-locked .image-grid {
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;
    grid-template-rows: repeat(3, auto);
    gap: 24px 24px;
    width: 1248px;
    max-width: 1248px;
    margin-top: 24px;
    align-items: start;
    padding: 0 20px;
    box-sizing: border-box;
}

.desktop-locked .grid-cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    text-align: center;
    min-height: 72px;
    height: auto;
}

.desktop-locked .img-col-align {
    display: flex;
    width: 72px;
    min-width: 72px;
    height: 72px;
    text-align: center;
    padding-right: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.desktop-locked .img-col-align img {
    max-width: 72px;
    max-height: 72px;
    width: auto;
    height: auto;
    display: block;
    margin-left: 0px;
}

.desktop-locked .wind-img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
}

.desktop-locked .three-img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
    margin-left: 2px;
}

.desktop-locked .eight-img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
}

.desktop-locked .icon-link, 
.desktop-locked .wind-link, 
.desktop-locked .food-link {
    margin-left: 8px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    max-width: 120px;
    font-family: 'Comic Neue', 'Comic Sans MS', 'Comic Sans', cursive, sans-serif;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 0;
}

.desktop-locked .logo {
    width: 288px;
    max-width: 288px;
    height: auto;
    margin-top: 24px;
    margin-bottom: 16px;
    text-align: center !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Desktop mode dropdown overrides - ensure dropdowns work */
.desktop-locked .dropdown-content {
    position: absolute !important;
    z-index: 2000 !important;
    top: 100% !important;
    left: 0 !important;
}

.desktop-locked .dropdown-content.show {
    display: block !important;
}

.desktop-locked #calendarDropdown {
    position: absolute !important;
    z-index: 2001 !important;
}

.desktop-locked #calendarDropdownOverlay {
    position: fixed !important;
    z-index: 1999 !important;
}
