.single-trip [x-cloak] {
    display: none !important;
}

.single-trip .silver-gradient {
    background: linear-gradient(135deg, #fbfbfb 0%, #ececec 43%, #bababa 100%);
}

.single-trip .gold-gradient {
    background: linear-gradient(135deg, #fff8db 0%, #ffd75b 42%, #d39c15 100%);
}

.single-trip .platinum-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #edf1f4 42%, #a1a9b0 100%);
}

.single-trip .diamond-gradient {
    background: linear-gradient(135deg, #fef8e8 0%, #f6d56c 28%, #f9f4e8 58%, #dcb04e 100%);
}

.single-trip .tailor-stay-copy p,
.single-trip .tailor-stay-prose-section p {
    color: rgb(var(--brand-brown-rgb));
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    line-height: 1.95;
}

.single-trip .tailor-stay-copy p + p,
.single-trip .tailor-stay-prose-section p + p {
    margin-top: 1.35rem;
}

.single-trip .tailor-stay-cta {
    box-shadow: 0 20px 35px rgba(61, 31, 23, 0.08);
}

.single-trip .tailor-stay-cta-button {
    min-height: 3.25rem;
}

.single-trip .tailor-stay-mobile-select::after {
    border-right: 2px solid rgb(var(--brand-yellow-rgb));
    border-top: 2px solid rgb(var(--brand-yellow-rgb));
    content: "";
    display: block;
    height: 0.7rem;
    pointer-events: none;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-72%) rotate(135deg);
    width: 0.7rem;
}

.single-trip .tailor-stay-mobile-select-input {
    appearance: none;
    background-image: none;
}

.single-trip .tailor-stay-card-desktop,
.single-trip .tailor-stay-card-mobile {
    border: 1px solid #e2d7c9;
}

.single-trip .tailor-stay-card-desktop {
    box-shadow: 0 0 0 rgba(61, 31, 23, 0);
}

.single-trip .tailor-stay-card-desktop.is-active,
.single-trip .tailor-stay-card-desktop:hover {
    box-shadow: 0 18px 34px rgba(61, 31, 23, 0.14);
    transform: translateY(-2px);
}

.single-trip .tailor-stay-gallery-image {
    aspect-ratio: 1110 / 496;
    max-height: 31rem;
    min-height: 15rem;
    object-fit: cover;
    width: 100%;
}

.single-trip .tailor-stay-gallery-arrow {
    align-items: center;
    background: rgba(231, 220, 203, 0.95);
    border: 0;
    border-radius: 999px;
    color: rgb(var(--brand-red-rgb));
    display: inline-flex;
    font-size: 2.65rem;
    height: 3rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
}

.single-trip .tailor-stay-gallery-arrow-prev {
    left: 1rem;
}

.single-trip .tailor-stay-gallery-arrow-next {
    right: 1rem;
}

.single-trip .tailor-stay-gallery-dot {
    background: #dfd1bf;
    border: 0;
    border-radius: 999px;
    height: 0.8rem;
    transition: background-color 160ms ease, transform 160ms ease;
    width: 0.8rem;
}

.single-trip .tailor-stay-gallery-dot.is-active {
    background: rgb(var(--brand-red-rgb));
    transform: scale(1.05);
}

.single-trip .tailor-stay-rates table th,
.single-trip .tailor-stay-rates table td {
    border-left: 1px solid #ece3d8;
}

.single-trip .tailor-stay-rates table th:first-child,
.single-trip .tailor-stay-rates table td:first-child {
    border-left: 0;
}

@media (max-width: 1023px) {
    .single-trip .tailor-stay-copy p,
    .single-trip .tailor-stay-prose-section p {
        font-size: 0.95rem;
        line-height: 1.88;
    }

    .single-trip .tailor-stay-gallery-image {
        aspect-ratio: 367 / 214;
        max-height: none;
        min-height: 0;
    }

    .single-trip .tailor-stay-gallery-arrow {
        font-size: 2rem;
        height: 2.9rem;
        width: 2.9rem;
    }

    .single-trip .tailor-stay-gallery-arrow-prev {
        left: 0.6rem;
    }

    .single-trip .tailor-stay-gallery-arrow-next {
        right: 0.6rem;
    }
}
