.lo-bbconnect-search,
.lo-bbconnect-booking-form {
    display: grid;
    gap: 14px;
    margin: 28px 0;
}

.lo-bbconnect-search {
    align-items: end;
    background: #faf8f3;
    border: 1px solid #e7dfd3;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(24, 38, 45, 0.08);
    grid-template-columns: minmax(220px, 1fr) minmax(130px, 180px) auto;
    padding: 18px;
}

.lo-bbconnect-search label,
.lo-bbconnect-booking-form label {
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.lo-bbconnect-search label {
    color: #2d3740;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lo-bbconnect-booking-form label {
    color: #2d3740;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.3;
}

.lo-bbconnect-search input,
.lo-bbconnect-booking-form input,
.lo-bbconnect-booking-form textarea {
    background: #fff;
    border: 1px solid #d7c9b7;
    border-radius: 6px;
    color: #1f2d34;
    font: inherit;
    min-height: 46px;
    padding: 11px 13px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
    width: 100%;
}

.lo-bbconnect-search input:focus,
.lo-bbconnect-booking-form input:focus,
.lo-bbconnect-booking-form textarea:focus {
    border-color: #0b6c80;
    box-shadow: 0 0 0 3px rgba(11, 108, 128, 0.16);
    outline: none;
}

.lo-bbconnect-search button,
.lo-bbconnect-booking-form button,
.lo-bbconnect-button {
    align-items: center;
    background: #0a6074;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1.2;
    min-height: 46px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.lo-bbconnect-search button:hover,
.lo-bbconnect-booking-form button:hover,
.lo-bbconnect-button:hover {
    background: #084e5e;
    box-shadow: 0 10px 20px rgba(8, 78, 94, 0.18);
    color: #fff;
    transform: translateY(-1px);
}

.lo-bbconnect-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: 28px 0;
}

.lo-bbconnect-card {
    background: #fff;
    border: 1px solid #e2e7ea;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(24, 38, 45, 0.07);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.lo-bbconnect-card-image,
.lo-bbconnect-card-placeholder,
.lo-bbconnect-detail-image {
    display: block;
    width: 100%;
}

.lo-bbconnect-card-media {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.lo-bbconnect-card-image,
.lo-bbconnect-card-placeholder {
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.lo-bbconnect-card-placeholder {
    background: linear-gradient(135deg, #dcecf0, #f8f0df);
}

.lo-bbconnect-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.lo-bbconnect-kicker,
.lo-bbconnect-meta,
.lo-bbconnect-price,
.lo-bbconnect-excerpt,
.lo-bbconnect-card h3,
.lo-bbconnect-card .lo-bbconnect-title,
.lo-bbconnect-detail h2,
.lo-bbconnect-detail-title {
    font-family: inherit;
    letter-spacing: 0;
}

.lo-bbconnect-kicker {
    color: #b49a76;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

.lo-bbconnect-card h3,
.lo-bbconnect-card .lo-bbconnect-title,
.lo-bbconnect-detail h2,
.lo-bbconnect-detail-title {
    color: #162b35;
    font-size: clamp(22px, 2.1vw, 30px);
    font-weight: 500;
    line-height: 1.12;
    margin: 0;
    overflow-wrap: anywhere;
    text-transform: none;
}

.lo-bbconnect-title a {
    color: inherit;
    text-decoration: none;
}

.lo-bbconnect-title a:hover {
    color: #0a6074;
}

.lo-bbconnect-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lo-bbconnect-specs span {
    background: #eef7f8;
    border-radius: 999px;
    color: #24576a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px;
}

.lo-bbconnect-meta {
    color: #667783;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

.lo-bbconnect-excerpt {
    color: #3f4b53;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.lo-bbconnect-price {
    color: #162b35;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin: auto 0 0;
}

.lo-bbconnect-card .lo-bbconnect-button {
    margin-top: 4px;
    width: 100%;
}

.lo-bbconnect-detail {
    color: #24333a;
    display: grid;
    gap: 22px;
    margin: 24px auto 42px;
    max-width: 1080px;
}

.lo-bbconnect-back {
    color: #0a6074;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    width: max-content;
}

.lo-bbconnect-back:hover {
    color: #084e5e;
    text-decoration: underline;
}

.lo-bbconnect-gallery {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
    gap: 10px;
}

.lo-bbconnect-lightbox-trigger {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: zoom-in;
    display: block;
    font: inherit;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.lo-bbconnect-lightbox-trigger::after {
    align-items: center;
    background: rgba(8, 78, 94, 0.82);
    border-radius: 999px;
    bottom: 14px;
    color: #fff;
    content: '+';
    display: flex;
    font-size: 22px;
    font-weight: 500;
    height: 34px;
    justify-content: center;
    line-height: 1;
    opacity: 0;
    position: absolute;
    right: 14px;
    transform: translateY(4px);
    transition: opacity 160ms ease, transform 160ms ease;
    width: 34px;
}

.lo-bbconnect-lightbox-trigger:hover::after,
.lo-bbconnect-lightbox-trigger:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

.lo-bbconnect-lightbox-trigger:focus-visible {
    box-shadow: 0 0 0 3px rgba(11, 108, 128, 0.25);
    outline: none;
}

.lo-bbconnect-detail-image {
    height: clamp(360px, 46vw, 560px);
    border-radius: 8px;
    object-fit: cover;
}

.lo-bbconnect-thumbs {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lo-bbconnect-thumbs img {
    height: 100%;
    min-height: 0;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
}

.lo-bbconnect-thumbs .lo-bbconnect-lightbox-trigger {
    min-height: 0;
}

.lo-bbconnect-lightbox-open {
    overflow: hidden;
}

.lo-bbconnect-lightbox {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 999999;
}

.lo-bbconnect-lightbox.is-open {
    display: flex;
}

.lo-bbconnect-lightbox-backdrop {
    background: rgba(9, 18, 24, 0.86);
    inset: 0;
    position: absolute;
}

.lo-bbconnect-lightbox-dialog {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 92vh;
    max-width: min(1120px, 94vw);
    position: relative;
    width: 100%;
    z-index: 1;
}

.lo-bbconnect-lightbox-image {
    background: #0b171d;
    border-radius: 8px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
    display: block;
    max-height: 88vh;
    max-width: 100%;
    object-fit: contain;
}

.lo-bbconnect-lightbox-close,
.lo-bbconnect-lightbox-nav {
    align-items: center;
    background: rgba(250, 248, 243, 0.95);
    border: 0;
    border-radius: 999px;
    color: #162b35;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 800;
    justify-content: center;
    position: absolute;
    z-index: 2;
}

.lo-bbconnect-lightbox-close {
    font-size: 30px;
    height: 42px;
    line-height: 1;
    right: -10px;
    top: -54px;
    width: 42px;
}

.lo-bbconnect-lightbox-nav {
    font-size: 42px;
    height: 52px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
}

.lo-bbconnect-lightbox-prev {
    left: -18px;
}

.lo-bbconnect-lightbox-next {
    right: -18px;
}

.lo-bbconnect-lightbox-close:hover,
.lo-bbconnect-lightbox-nav:hover {
    background: #fff;
    color: #0a6074;
}

.lo-bbconnect-lightbox-counter {
    background: rgba(9, 18, 24, 0.72);
    border-radius: 999px;
    bottom: -48px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    left: 50%;
    letter-spacing: 0.04em;
    padding: 8px 12px;
    position: absolute;
    transform: translateX(-50%);
}

.lo-bbconnect-detail-title {
    font-size: clamp(30px, 3.2vw, 44px);
}

.lo-bbconnect-detail-header {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.lo-bbconnect-detail-location {
    color: #667783;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 10px 0 0;
    text-transform: none;
}

.lo-bbconnect-detail-price {
    background: #faf8f3;
    border: 1px solid #e7dfd3;
    border-radius: 8px;
    min-width: 170px;
    padding: 14px 16px;
    text-align: right;
}

.lo-bbconnect-detail-price span {
    color: #7b6e61;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.lo-bbconnect-detail-price strong {
    color: #162b35;
    display: block;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 6px;
}

.lo-bbconnect-detail-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lo-bbconnect-detail-specs span {
    background: #eef7f8;
    border: 1px solid #d7ecef;
    border-radius: 999px;
    color: #24576a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 13px;
}

.lo-bbconnect-detail-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
}

.lo-bbconnect-detail-main,
.lo-bbconnect-reservation-panel {
    background: #fff;
    border: 1px solid #e2e7ea;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(24, 38, 45, 0.06);
}

.lo-bbconnect-detail-main {
    padding: 28px;
}

.lo-bbconnect-detail-main h3 {
    color: #162b35;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.lo-bbconnect-description {
    color: #34444c;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    text-transform: none;
}

.lo-bbconnect-description p {
    margin: 0 0 14px;
}

.lo-bbconnect-description p:last-child {
    margin-bottom: 0;
}

.lo-bbconnect-reservation-panel {
    overflow: hidden;
    position: sticky;
    top: 110px;
}

.lo-bbconnect-reservation-heading {
    background: #faf8f3;
    border-bottom: 1px solid #e7dfd3;
    padding: 18px 20px;
}

.lo-bbconnect-reservation-heading span {
    color: #b49a76;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.lo-bbconnect-reservation-heading strong {
    color: #162b35;
    display: block;
    font-size: 22px;
    line-height: 1.15;
    margin-top: 6px;
}

.lo-bbconnect-reservation-panel .lo-bbconnect-booking-form {
    gap: 16px;
    margin: 0;
    padding: 20px;
}

.lo-bbconnect-reservation-panel .lo-bbconnect-fields {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.lo-bbconnect-reservation-panel .lo-bbconnect-booking-form label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lo-bbconnect-reservation-panel .lo-bbconnect-booking-form input,
.lo-bbconnect-reservation-panel .lo-bbconnect-booking-form textarea {
    min-height: 42px;
}

.lo-bbconnect-reservation-panel .lo-bbconnect-booking-form button {
    width: 100%;
}

.lo-bbconnect-fields {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.lo-bbconnect-full {
    grid-column: 1 / -1;
}

.lo-bbconnect-notice {
    border-radius: 6px;
    margin: 16px 0;
    padding: 12px 14px;
}

.lo-bbconnect-notice-error {
    background: #fff0f0;
    color: #8a1f1f;
}

.lo-bbconnect-notice-success {
    background: #eef8f1;
    color: #1f6b35;
}

.lo-bbconnect-notice-info,
.lo-bbconnect-empty {
    background: #eef6fb;
    color: #24576f;
}

@media (max-width: 760px) {
    .lo-bbconnect-search {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .lo-bbconnect-grid {
        grid-template-columns: 1fr;
    }

    .lo-bbconnect-card-body {
        padding: 16px;
    }

    .lo-bbconnect-card h3,
    .lo-bbconnect-card .lo-bbconnect-title,
    .lo-bbconnect-detail h2,
    .lo-bbconnect-detail-title {
        font-size: 24px;
    }

    .lo-bbconnect-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    .lo-bbconnect-gallery {
        grid-template-columns: 1fr;
    }

    .lo-bbconnect-detail-image {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .lo-bbconnect-thumbs img {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    .lo-bbconnect-lightbox {
        padding: 14px;
    }

    .lo-bbconnect-lightbox-close {
        right: 0;
        top: -52px;
    }

    .lo-bbconnect-lightbox-prev {
        left: 6px;
    }

    .lo-bbconnect-lightbox-next {
        right: 6px;
    }

    .lo-bbconnect-lightbox-nav {
        height: 44px;
        width: 44px;
    }

    .lo-bbconnect-detail-header,
    .lo-bbconnect-detail-layout {
        grid-template-columns: 1fr;
    }

    .lo-bbconnect-detail-price {
        text-align: left;
    }

    .lo-bbconnect-detail-main {
        padding: 20px;
    }

    .lo-bbconnect-reservation-panel {
        position: static;
    }

    .lo-bbconnect-reservation-panel .lo-bbconnect-fields {
        grid-template-columns: 1fr;
    }
}