/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jw7z11fgon] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-jw7z11fgon] {
    flex: 1;
    background-image: linear-gradient(90deg, #F3E8D8 0%, #f4cf9a 100%);
}

header[b-jw7z11fgon] {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(90deg, #1d4556 0%, #0f719b 70%);
}

footer[b-jw7z11fgon] {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    background-color: #dbab65;
}

.header-container[b-jw7z11fgon] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.header-title[b-jw7z11fgon] {
    display: flex;
    padding-left: 3rem;
    padding-right: 1rem;
    font-size: 20px;
    color: white;
}

.footer-container[b-jw7z11fgon] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.footer-title[b-jw7z11fgon] {
    align-items: center;
    padding-left: 1rem;
    padding-right: 3rem;
    font-size: 28px;
    color: black;
}

.footer-contact[b-jw7z11fgon] {
    margin-top: 1rem;
    margin-right: 3rem;
    align-items: center;
}

    .footer-contact a[b-jw7z11fgon] {
        text-decoration: none;
        cursor: pointer;
        color: black;
    }

.top-row[b-jw7z11fgon] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jw7z11fgon]  a, .top-row[b-jw7z11fgon]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-jw7z11fgon]  a:hover, .top-row[b-jw7z11fgon]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-jw7z11fgon]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 800px) {
    .top-row[b-jw7z11fgon] {
        justify-content: space-between;
    }

        .top-row[b-jw7z11fgon]  a, .top-row[b-jw7z11fgon]  .btn-link {
            margin-left: 0;
        }

    .header-container[b-jw7z11fgon] {
        align-items: flex-start;
    }

    .header-title[b-jw7z11fgon] {
        margin-top: 0.5rem;
    }

    .footer-container[b-jw7z11fgon] {
        flex-direction: column;
        align-items: flex-start;
    }

        .footer-container span[b-jw7z11fgon] {
            white-space: normal;
        }

    .footer-contact[b-jw7z11fgon] {
        margin-top: 1rem;
        margin-left: 1rem;
        align-items: flex-start;
    }
}

@media (min-width: 641px) {
    /*    .page {
        flex-direction: row;
    }
*/
    /*    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
*/
    .top-row[b-jw7z11fgon] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jw7z11fgon]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jw7z11fgon], article[b-jw7z11fgon] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jw7z11fgon] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jw7z11fgon] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler1[b-hyruilaj38] {
    display: none;
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    color: white;
    position: relative;
    margin-right: 1rem;
    border: 0px none;
    border-style: none;
    background-size: cover;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

    .navbar-toggler1:hover[b-hyruilaj38] {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    .navbar-toggler1:checked[b-hyruilaj38] {
        background-color: rgba(255, 255, 255, 0.37);
        border-style: none;
    }

        .navbar-toggler1:checked ~ .nav-scrollable[b-hyruilaj38] {
            display: block;
        }

.nav-scrollable[b-hyruilaj38] {
}

.navbar-brand[b-hyruilaj38] {
    font-size: 1.1rem;
}

.navbar-hirizontal[b-hyruilaj38] {
    display: flex;
    flex-direction: row;
}

.top-row[b-hyruilaj38] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bi[b-hyruilaj38] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-calendar-week-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-week' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.bi-camera-fill-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-camera-fill' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0'/%3E%3Cpath d='M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0'/%3E%3C/svg%3E");
}

.bi-signpost-split-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-signpost-split' viewBox='0 0 16 16'%3E%3Cpath d='M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7zm1 3V8H2l-.75 1L2 10zm0-5h6l.75-1L14 3H8z'/%3E%3C/svg%3E");
}

.bi-lamp-fill-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-lamp-fill' viewBox='0 0 16 16'%3E%3Cpath d='M5.04.303A.5.5 0 0 1 5.5 0h5c.2 0 .38.12.46.303l3 7a.5.5 0 0 1-.363.687h-.002q-.225.044-.45.081a33 33 0 0 1-4.645.425V13.5a.5.5 0 1 1-1 0V8.495a33 33 0 0 1-4.645-.425q-.225-.036-.45-.08h-.003a.5.5 0 0 1-.362-.688l3-7Z'/%3E%3Cpath d='M6.493 12.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.3 1.3 0 0 0-.37.265.3.3 0 0 0-.052.075l-.001.004-.004.01V14l.002.008.016.033a.6.6 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.6.6 0 0 0 .146-.15l.015-.033L12 14v-.004a.3.3 0 0 0-.057-.09 1.3 1.3 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465s-2.462-.172-3.34-.465c-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-arrow-left-circle-nav-menu[b-hyruilaj38] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-left-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hyruilaj38] {
    font-size: 0.9rem;
    padding-left: 0.5rem;
}

    .nav-item:first-of-type[b-hyruilaj38] {
        padding-left: 1rem;
    }

    .nav-item:last-of-type[b-hyruilaj38] {
        padding-left: 1rem;
    }

    .nav-item[b-hyruilaj38]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-hyruilaj38]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-hyruilaj38]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.shortcut-button[b-hyruilaj38] {
    margin-right: 0.75rem;
    top: -1px;
    background-color: #dbab65;
    border-radius: 3px;
    border: 3px solid #dbab65;
    padding: 3px;
}

    .shortcut-button span[b-hyruilaj38] {
        color: black;
        background-size: cover;
        display: block;
    }

@media (max-width: 800px) {
    .navbar-toggler1[b-hyruilaj38] {
        display: inline-block;
        background-size: cover;
    }

    .nav-scrollable[b-hyruilaj38] {
        display: none;
    }

    .navbar-hirizontal[b-hyruilaj38] {
        flex-direction: column;
    }

    .nav-item:first-of-type[b-hyruilaj38] {
        padding-left: 0.5rem;
    }

    .nav-item:last-of-type[b-hyruilaj38] {
        padding-left: 0.5rem;
    }
}
/* /Components/Layout/SectionHeader.razor.rz.scp.css */
.section-header[b-9prf2cs2nk] {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    background-color: #dbab65;
    margin-bottom: 1.25rem;
}

    .section-header h3[b-9prf2cs2nk] {
        padding: 1rem;
    }

.shortcut-button[b-9prf2cs2nk] {
    margin-right: 0.75rem;
    top: -1px;
    background-color: #dbab65;
    border-radius: 3px;
    border: 3px solid #dbab65;
    padding: 3px;
}

    .shortcut-button span[b-9prf2cs2nk] {
        color: black;
        width: 2.5rem;
        height: 2.5rem;
        background-size: cover;
        display: block;
    }

.shortcut-top[b-9prf2cs2nk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-basket' viewBox='0 0 16 16'%3E%3Cpath d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z'/%3E%3C/svg%3E");
}
/* /Components/Pages/Apartment.razor.rz.scp.css */
.apartment-container[b-jypkhqcijs] {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: fit-content;
}

    .apartment-container section[b-jypkhqcijs] {
        margin-bottom: 3rem;
    }

.place-container[b-jypkhqcijs] {
    margin-top: 2rem;
}

    .place-container[b-jypkhqcijs]  span {
        font-weight: bold;
        margin-right: 1rem;
    }

.picture-place-container[b-jypkhqcijs] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-top: 2rem;
}

.place-picture[b-jypkhqcijs] {
    flex: 15%;
}

    .place-picture img[b-jypkhqcijs] {
        max-width: 100%;
    }

.place-picture-small[b-jypkhqcijs] {
    flex: 8%;
}

    .place-picture-small img[b-jypkhqcijs] {
        max-width: 100%;
    }

.place-picture-xsmall[b-jypkhqcijs] {
    flex: 3%;
}

    .place-picture-xsmall img[b-jypkhqcijs] {
        max-width: 100%;
    }

.place-picture-text[b-jypkhqcijs] {
    display: flex;
    flex-direction: column;
    flex: 85%;
    padding-left: 1rem;
}

    .place-picture-text[b-jypkhqcijs]  span {
        font-weight: bold;
        margin-right: 1rem;
    }

.bi-plug-fill[b-jypkhqcijs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bi-plug-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.08 2.08 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.92 1.92 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0'/%3E%3C/svg%3E");
}
/* /Components/Pages/Beach.razor.rz.scp.css */
/* Section layout */
.beach[b-skvsfeyk98] {
    margin: 1.5rem 0;
}

/* Folder title */
.beach > div:first-child span[b-skvsfeyk98] {
    display: block;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
    color: var(--bs-body-color, #222);
}

/* Responsive grid for thumbnails */
.beach-pictures[b-skvsfeyk98] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    align-items: start;
}

/* Individual item */
.beach-item[b-skvsfeyk98] {
    overflow: hidden;
    border-radius: 8px;
}

/* Button wrapper to make whole thumbnail interactive */
.beach-thumb[b-skvsfeyk98] {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

/* Thumbnails (image) */
.beach-picture[b-skvsfeyk98] {
    display: block;
    width: 100%;
    height: clamp(110px, 20vw, 200px);
    object-fit: cover;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* Thumbnails (video preview) */
.beach-video[b-skvsfeyk98] {
    display: block;
    width: 100%;
    height: clamp(110px, 20vw, 200px);
    object-fit: cover;
    pointer-events: none; /* let the button handle clicks */
}

/* Hover/focus affordance */
.beach-thumb:hover .beach-picture[b-skvsfeyk98],
.beach-thumb:focus .beach-picture[b-skvsfeyk98],
.beach-thumb:hover .beach-video[b-skvsfeyk98],
.beach-thumb:focus .beach-video[b-skvsfeyk98] {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
    outline: none;
}

/* Lightbox overlay */
.lightbox[b-skvsfeyk98] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10,10,10,0.72);
    z-index: 2000;
    padding: 2rem;
}

/* Image container */
.lightbox-content[b-skvsfeyk98] {
    max-width: 95%;
    max-height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Full size image */
.lightbox-image[b-skvsfeyk98] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}

/* Lightbox video */
.lightbox-video[b-skvsfeyk98] {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    background: #000;
}

/* Controls */
.lightbox-close[b-skvsfeyk98],
.lightbox-prev[b-skvsfeyk98],
.lightbox-next[b-skvsfeyk98] {
    position: absolute;
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: none;
    padding: 0.6rem 0.9rem;
    font-size: 1.4rem;
    border-radius: 6px;
    cursor: pointer;
    backdrop-filter: blur(3px);
}

.lightbox-close[b-skvsfeyk98] {
    top: 1.25rem;
    right: 1.25rem;
}

.lightbox-prev[b-skvsfeyk98] {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next[b-skvsfeyk98] {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-close:hover[b-skvsfeyk98],
.lightbox-prev:hover[b-skvsfeyk98],
.lightbox-next:hover[b-skvsfeyk98] {
    background: rgba(255,255,255,0.12);
}

/* Small screens adjustments */
@media (max-width: 480px) {
    .beach-pictures[b-skvsfeyk98] {
        gap: 8px;
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }
    .beach-picture[b-skvsfeyk98],
    .beach-video[b-skvsfeyk98] {
        height: clamp(90px, 28vw, 140px);
    }
    .lightbox-prev[b-skvsfeyk98],
    .lightbox-next[b-skvsfeyk98] {
        display: none; /* rely on tap/swipe on mobile */
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.picture-section[b-ovsq8wy9tx] {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

    .picture-section h1[b-ovsq8wy9tx] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.pictures[b-ovsq8wy9tx] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.main-picture[b-ovsq8wy9tx] {
    flex: 67%;
}

    .main-picture img[b-ovsq8wy9tx] {
        max-width: 100%;
    }

.additional-pictures[b-ovsq8wy9tx] {
    display: flex;
    flex: 33%;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 1rem;
}

    .additional-pictures img[b-ovsq8wy9tx] {
        max-width: 100%;
    }

.text-section[b-ovsq8wy9tx] {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.main-text[b-ovsq8wy9tx] {
    display: flex;
    flex-direction: row;
}

.main-text-title[b-ovsq8wy9tx] {
    flex: 1;
}

    .main-text-title div[b-ovsq8wy9tx] {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Push last item to bottom */
        height: 100%;
    }

    .main-text-title img[b-ovsq8wy9tx] {
        width: 200px;
    }

.main-text-content[b-ovsq8wy9tx] {
    flex: 1;
}

    .main-text-content p[b-ovsq8wy9tx] {
        width: 60%;
    }

@media (max-width: 800px) {
    .main-picture[b-ovsq8wy9tx] {
        flex: 100%;
    }

    .additional-pictures[b-ovsq8wy9tx] {
        display: none;
    }

    .main-text[b-ovsq8wy9tx] {
        flex-direction: column;
    }

    .main-text-content p[b-ovsq8wy9tx] {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }

    h1[b-ovsq8wy9tx] {
        padding-left: 1rem;
    }
}
/* /Components/Pages/Nespresso.razor.rz.scp.css */
.details-container[b-x8g54i61ci] {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: fit-content;
    margin-bottom: 2rem;
}

.picture-details-container[b-x8g54i61ci] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-top: 2rem;
}

.details-picture-text[b-x8g54i61ci] {
    display: flex;
    flex-direction: column;
    flex: 70%;
    padding-left: 1rem;
    padding-right: 2rem;
}

    .details-picture-text[b-x8g54i61ci]  span {
        font-weight: bold;
        margin-right: 1rem;
    }

.details-picture[b-x8g54i61ci] {
    flex: 30%;
}

    .details-picture img[b-x8g54i61ci] {
        max-width: 100%;
    }

.details-link[b-x8g54i61ci] {
    margin-top: 1rem;
}

    .details-link a[b-x8g54i61ci] {
        font-weight: 500;
        cursor: pointer;
        color: #4e3d23;
    }
/* /Components/Pages/Pictures.razor.rz.scp.css */
/* Section layout */
.gallery[b-dnxhbcepst] {
    margin: 1.5rem 0;
}

    /* Folder title */
    .gallery > div:first-child span[b-dnxhbcepst] {
        display: block;
        font-weight: 600;
        font-size: 1.05rem;
        margin-bottom: 0.6rem;
        color: var(--bs-body-color, #222);
    }

/* Responsive grid for thumbnails */
.gallery-pictures[b-dnxhbcepst] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    align-items: start;
}

/* Individual item */
.gallery-item[b-dnxhbcepst] {
    overflow: hidden;
    border-radius: 8px;
}

/* Button wrapper to make whole thumbnail interactive */
.gallery-thumb[b-dnxhbcepst] {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

/* Thumbnails (image) */
.gallery-picture[b-dnxhbcepst] {
    display: block;
    width: 100%;
    height: clamp(110px, 20vw, 200px);
    object-fit: cover;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* Thumbnails (video preview) */
.gallery-video[b-dnxhbcepst] {
    display: block;
    width: 100%;
    height: clamp(110px, 20vw, 200px);
    object-fit: cover;
    pointer-events: none; /* let the button handle clicks */
}

/* Hover/focus affordance */
.gallery-thumb:hover .gallery-picture[b-dnxhbcepst],
.gallery-thumb:focus .gallery-picture[b-dnxhbcepst],
.gallery-thumb:hover .gallery-video[b-dnxhbcepst],
.gallery-thumb:focus .gallery-video[b-dnxhbcepst] {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
    outline: none;
}

/* Lightbox overlay */
.lightbox[b-dnxhbcepst] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10,10,10,0.72);
    z-index: 2000;
    padding: 2rem;
}

/* Image container */
.lightbox-content[b-dnxhbcepst] {
    max-width: 95%;
    max-height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Full size image */
.lightbox-image[b-dnxhbcepst] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}

/* Lightbox video */
.lightbox-video[b-dnxhbcepst] {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    background: #000;
}

/* Controls */
.lightbox-close[b-dnxhbcepst],
.lightbox-prev[b-dnxhbcepst],
.lightbox-next[b-dnxhbcepst] {
    position: absolute;
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: none;
    padding: 0.6rem 0.9rem;
    font-size: 1.4rem;
    border-radius: 6px;
    cursor: pointer;
    backdrop-filter: blur(3px);
}

.lightbox-close[b-dnxhbcepst] {
    top: 1.25rem;
    right: 1.25rem;
}

.lightbox-prev[b-dnxhbcepst] {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next[b-dnxhbcepst] {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

    .lightbox-close:hover[b-dnxhbcepst],
    .lightbox-prev:hover[b-dnxhbcepst],
    .lightbox-next:hover[b-dnxhbcepst] {
        background: rgba(255,255,255,0.12);
    }

/* Small screens adjustments */
@media (max-width: 480px) {
    .gallery-pictures[b-dnxhbcepst] {
        gap: 8px;
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }

    .gallery-picture[b-dnxhbcepst],
    .gallery-video[b-dnxhbcepst] {
        height: clamp(90px, 28vw, 140px);
    }

    .lightbox-prev[b-dnxhbcepst],
    .lightbox-next[b-dnxhbcepst] {
        display: none; /* rely on tap/swipe on mobile */
    }
}
/* /Components/Pages/Recomendations.razor.rz.scp.css */
.recomendation-container[b-7n7d7xtjr8] {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: fit-content;
}

    .recomendation-container section[b-7n7d7xtjr8] {
        margin-bottom: 3rem;
    }

.input-recomendation-container[b-7n7d7xtjr8] {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: fit-content;
}

    .input-recomendation-container h3[b-7n7d7xtjr8] {
        margin-bottom: 1.25rem;
    }

.input-recomendation-group[b-7n7d7xtjr8] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.input-button-container[b-7n7d7xtjr8] {
    margin-left: 2rem;
}

.input-recomendation-button[b-7n7d7xtjr8] {
    color: black;
    background-color: #dbab65;
    height: calc(3.5rem + 2px);
    width: 4rem;
    border-radius: 3px;
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.input-comment[b-7n7d7xtjr8] {
    margin-top: 2rem;
}

.place-container[b-7n7d7xtjr8] {
    margin-top: 2rem;
}

    .place-container[b-7n7d7xtjr8]  span {
        font-weight: bold;
        margin-right: 1rem;
    }

.picture-place-container[b-7n7d7xtjr8] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-top: 2rem;
}

.place-picture[b-7n7d7xtjr8] {
    flex: 20%;
}

    .place-picture img[b-7n7d7xtjr8] {
        max-width: 100%;
    }

.place-picture-text[b-7n7d7xtjr8] {
    display: flex;
    flex-direction: column;
    flex: 80%;
    padding-left: 1rem;
}

    .place-picture-text[b-7n7d7xtjr8]  span {
        font-weight: bold;
        margin-right: 1rem;
    }

.picture-more[b-7n7d7xtjr8] {
    display: block;
    margin-top: 1rem;
    width: 100%;
    background-color: #dbab65;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

    .picture-more span[b-7n7d7xtjr8] {
        color: black;
    }

.shortcut-button[b-7n7d7xtjr8] {
    margin-right: 0.75rem;
    top: -1px;
    background-color: #0c758d;
    border-radius: 3px;
    border: 5px solid #0c758d;
    padding: 0.25rem;
}

    .shortcut-button span[b-7n7d7xtjr8] {
        color: black;
        width: 5rem;
        height: 5rem;
        background-size: cover;
        display: block;
    }

.shortcut-beach[b-7n7d7xtjr8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.shortcut-grocery[b-7n7d7xtjr8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi' viewBox='0 0 16 16'%3E%3Cpath d='M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9zM1 7v1h14V7zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.shortcut-parks[b-7n7d7xtjr8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-tree' viewBox='0 0 16 16'%3E%3Cpath d='M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507'/%3E%3C/svg%3E");
}

.shortcut-restaurant[b-7n7d7xtjr8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi' viewBox='0 0 16 16'%3E%3Cpath d='M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507'/%3E%3C/svg%3E");
}
/* /Components/Pages/Reservations.razor.rz.scp.css */
.reservations-container[b-r37f1ry139] {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: fit-content;
}

    .reservations-container section[b-r37f1ry139] {
        margin-bottom: 3rem;
    }

.picture-place-container[b-r37f1ry139] {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-top: 2rem;
}

.place-picture[b-r37f1ry139] {
    flex: 25%;
}

    .place-picture img[b-r37f1ry139] {
        max-width: 100%;
    }

.place-picture-text[b-r37f1ry139] {
    display: flex;
    flex-direction: column;
    flex: 75%;
    padding-left: 1rem;
}

    .place-picture-text[b-r37f1ry139]  span {
        font-weight: bold;
        margin-right: 1rem;
    }

    .place-picture-text[b-r37f1ry139]  a {
        color: black;
    }

    .place-picture-text-link-container[b-r37f1ry139] {
        margin-top: 1rem;
    }

.shortcut-button[b-r37f1ry139] {
    display: none;
}
