/* Event Space detail — Claude layout + GoMobii tokens */
.gm-sd.gm-home {
    overflow-x: hidden;
    overflow-y: visible;
    background: #F8F4EE;
    color: #1A1410;
    padding: 0;
    max-width: 100%;
}

.gm-sd {
    background: #F8F4EE;
    color: #1A1410;
    padding: 0;
    max-width: 100%;
}

/* Same fixed GoMobii header as listing pages — keep crumbs/hero below the bar */
body.transparent-header .gm-sd {
    padding-top: 96px;
}

.gm-sd .gm-dest-wrap {
    max-width: 1332px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 20px 40px;
    box-sizing: border-box;
    overflow: visible;
}

.gm-sd .gm-stories .gm-dest-wrap,
.gm-sd .gm-sd-featured .gm-dest-wrap {
    padding-top: 0;
}

.gm-sd img {
    max-width: 100%;
}

.gm-sd-hero .gm-ico {
    margin: 0;
}

.gm-sd-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: rgba(26, 20, 16, 0.55);
}

.gm-sd-crumb a {
    color: rgba(26, 20, 16, 0.55);
}

.gm-sd-crumb a:hover {
    color: #C9851A;
}

.gm-sd-crumb strong {
    color: #1A1410;
    font-weight: 700;
}

.gm-sd-crumb-sep {
    color: rgba(26, 20, 16, 0.35);
}

.gm-sd-hero {
    margin-bottom: 0;
}

.gm-sd-hero-main {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 400px;
    background: #1A1410;
}

.gm-sd-hero-photo {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gm-sd-hero-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.gm-sd-hero-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 36px 26px;
    box-sizing: border-box;
    background: rgba(18, 12, 8, 0.48);
    backdrop-filter: blur(14px) saturate(1.15);
    -webkit-backdrop-filter: blur(14px) saturate(1.15);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 28px;
    border-radius: 20px;
}

.gm-sd-hero-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 8px;
}

.gm-sd-hero-badge {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 14px;
    border-radius: 999px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gm-sd-hero-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #C9851A;
}

.gm-sd-hero-stars .gm-ico {
    width: 16px;
    height: 16px;
    color: #C9851A;
}

.gm-sd-hero-stars .gm-ico svg {
    width: 16px;
    height: 16px;
    display: block;
}

.gm-sd-hero-reviews {
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.gm-sd-hero-copy {
    min-width: 0;
    flex: 1;
}

.gm-sd-hero-copy h1 {
    margin: 4px 0 10px;
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    overflow-wrap: anywhere;
}

.gm-sd-hero-copy p,
.gm-sd-hero-loc {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    color: #fff;
}

.gm-sd-hero-loc .gm-sd-hero-pin {
    width: 16px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.gm-sd-hero-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: #C9851A;
    color: #fff !important;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gm-sd-hero-cta:hover {
    background: #a56d0a;
    color: #fff !important;
}

.gm-sd-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.gm-sd-thumbs a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 96px;
    border-radius: 10px;
    background: #efe7dc;
}

.gm-sd-thumbs img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.gm-sd-thumbs-more {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 14, 6, 0.82);
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.gm-sd-statsbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    margin-top: 22px;
    padding: 18px 8px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(30, 20, 5, 0.05);
}

.gm-sd-statsbar .gm-sd-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 8px 16px;
    box-sizing: border-box;
    border: none;
}

.gm-sd-stat-rule {
    display: block;
    width: 1px;
    height: 48px;
    background: #e7dfd0;
    justify-self: center;
}

.gm-sd-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #faf1de;
    color: #C9851A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gm-sd-stat-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.gm-sd-stat small {
    display: block;
    margin-bottom: 2px;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #C9851A;
    text-transform: uppercase;
}

.gm-sd-stat strong {
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    color: #1A1410;
    overflow-wrap: anywhere;
}

.gm-sd-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    margin-top: 8px;
    padding-bottom: 40px;
    min-width: 0;
}

.gm-sd-body > div {
    min-width: 0;
    max-width: 100%;
}

.gm-sd-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 26px;
    padding-bottom: 0;
    border-bottom: 1px solid #e7dfd0;
    position: sticky;
    top: 88px;
    z-index: 4;
    background: #F8F4EE;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.gm-sd-tabs a {
    padding: 12px 18px;
    border: none;
    border-radius: 8px 8px 0 0;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6b6255;
    white-space: nowrap;
    flex-shrink: 0;
}

.gm-sd-tabs a.is-active,
.gm-sd-tabs a:hover {
    background: #C9851A;
    color: #fff;
}

.gm-sd-tabs::-webkit-scrollbar {
    height: 3px;
}

.gm-sd-tabs::-webkit-scrollbar-thumb {
    background: #e0d6c8;
    border-radius: 4px;
}

.gm-sd-card {
    background: #fff;
    border-radius: 12px;
    padding: 26px;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(30, 20, 5, 0.04);
}

.gm-sd-card h3 {
    margin: 0 0 16px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1A1410;
}

.gm-sd-desc {
    font-family: Outfit, sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: #6b6255;
}

.gm-sd-desc p {
    margin: 0 0 14px;
}

.gm-sd-amenity-group {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #E6DCCE;
}

.gm-sd-amenity-group:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.gm-sd-amenity-group h4 {
    margin: 0 0 4px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1A1410;
}

.gm-sd-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.gm-sd-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
}

.gm-sd-feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #faf1de;
    color: #C9851A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gm-sd-feature-icon .gm-ico {
    width: 20px;
    height: 20px;
    color: #C9851A;
    margin: 0;
}

.gm-sd-feature-icon .gm-ico svg {
    width: 20px;
    height: 20px;
    display: block;
}

.gm-sd-feature strong {
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.gm-sd-feature-note {
    font-family: Outfit, sans-serif;
    font-size: 12.5px;
    color: #6b6255;
}

.gm-sd-layout-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    align-items: stretch;
}

.gm-sd-floorplan {
    overflow: hidden;
    border-radius: 10px;
    min-height: 210px;
    background: #2f3b57;
}

.gm-sd-floorplan img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    opacity: 0.55;
}

.gm-sd-dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    margin: 0;
}

.gm-sd-dl dt {
    font-family: Outfit, sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: #6b6255;
}

.gm-sd-dl dd {
    margin: 0 0 10px;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #1A1410;
}

.gm-sd-cal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.gm-sd-cal-head strong {
    font-family: Outfit, sans-serif;
    font-size: 15px;
}

.gm-sd-cal-nav {
    display: flex;
    gap: 8px;
}

.gm-sd-cal-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e7dfd0;
    background: #fff;
    color: #1A1410;
    cursor: pointer;
}

.gm-sd-cal-nav button.is-on,
.gm-sd-cal-nav button:hover {
    background: #C9851A;
    border-color: #C9851A;
    color: #fff;
}

.gm-sd-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    text-align: center;
}

.gm-sd-cal-grid .dow {
    padding-bottom: 6px;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #6b6255;
}

.gm-sd-cal-grid .day {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #6b6255;
    background: #e7dfd0;
    width: 100%;
    padding: 0;
}

.gm-sd-cal-grid .day.avail {
    background: #C9851A;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.gm-sd-cal-grid .day.avail:hover,
.gm-sd-cal-grid .day.is-selected {
    background: #a86d14;
    color: #fff;
}

.gm-sd-cal-grid .day.reserved,
.gm-sd-cal-grid .day:disabled {
    cursor: default;
    color: #6b6255;
    background: #e7dfd0;
}

.gm-sd-cal-nav button:disabled {
    opacity: 0.4;
    cursor: default;
    background: #fff;
    color: #1A1410;
    border-color: #e7dfd0;
}

.gm-sd-cal-grid .day.empty {
    visibility: hidden;
    background: none;
}

.gm-sd-cal-legend {
    display: flex;
    gap: 22px;
    margin-top: 16px;
    font-family: Outfit, sans-serif;
    font-size: 12.5px;
    color: #6b6255;
}

.gm-sd-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.gm-sd-map {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
}

#gm-sd-map {
    height: 100%;
    width: 100%;
}

.gm-sd-faq {
    border: none;
    background: #f3eee6;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.gm-sd-faq[open],
.gm-sd-faq.is-open {
    background: #fff;
}

.gm-sd-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    font-family: 'Palatino Linotype', Palatino, 'Cormorant Garamond', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    color: #1A1410;
}

.gm-sd-faq summary::-webkit-details-marker {
    display: none;
}

.gm-sd-faq summary::after {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-right: 2px solid #c5bdb2;
    border-bottom: 2px solid #c5bdb2;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease, margin-top 0.3s ease;
}

.gm-sd-faq.is-open summary::after {
    border-color: #C9851A;
    margin-top: 4px;
    transform: rotate(-135deg);
}

.gm-sd-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
}

.gm-sd-faq.is-open .gm-sd-faq-panel {
    grid-template-rows: 1fr;
    opacity: 1;
}

.gm-sd-faq-panel-inner {
    min-height: 0;
    overflow: hidden;
}

.gm-sd-faq p {
    margin: 0;
    padding: 0 18px 16px;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    color: #6b6255;
}

.gm-sd-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    padding: 26px 30px;
    border-radius: 12px;
    background: #C9851A;
    color: #fff;
}

.gm-sd-cta h3 {
    margin: 0 0 4px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.gm-sd-cta p {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    opacity: 0.9;
}

.gm-sd-cta a {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 8px;
    background: #fff;
    color: #a56d0a !important;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
}

.gm-sd-aside {
    position: sticky;
    top: 100px;
    padding-top: 26px;
    overflow: visible;
    z-index: 20;
}

.gm-sd-side {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(30, 20, 5, 0.05);
}

.gm-sd-side.gm-sd-book,
.gm-sd-side.gm-sd-host {
    background: #F4EEE6;
    border: 1px solid #E6DCCE;
    border-radius: 16px;
    box-shadow: none;
    padding: 20px 18px 18px;
}

.gm-sd-side h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3a342c;
}

.gm-sd-side h4 i,
.gm-sd-book h4 .gm-ico,
.gm-sd-host h4 .gm-ico {
    color: #C9851A;
    width: 20px;
    height: 20px;
}

.gm-sd-book h4 .gm-ico svg,
.gm-sd-host h4 .gm-ico svg {
    width: 20px;
    height: 20px;
    display: block;
}

.gm-sd-book-fields {
    background: #fff;
    border-radius: 12px;
    padding: 16px 14px 14px;
    margin-bottom: 16px;
    overflow: visible;
}

.gm-sd-book-fields::after,
.gm-sd-book-row::after {
    content: "";
    display: table;
    clear: both;
}

.gm-sd-side.gm-sd-book {
    overflow: visible;
}

.gm-sd-book-row {
    margin-bottom: 14px;
}

.gm-sd-side label,
.gm-sd-book .form-label-sm {
    display: none;
}

.gm-sd-book-hint {
    margin: 6px 0 0;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    color: #b42318;
}

.gm-sd-book-control {
    position: relative;
}

.gm-sd-book-control > .gm-ico {
    position: absolute;
    right: 14px;
    top: 14px;
    transform: none;
    width: 16px;
    height: 16px;
    color: #C9851A;
    pointer-events: none;
    z-index: 2;
}

.gm-sd-book-control > .gm-ico svg {
    width: 16px;
    height: 16px;
    display: block;
}

.gm-sd-book #date-picker,
.gm-sd-book #gm-sd-expected-guests,
.gm-sd-book #gm-sd-ticket-qty,
.gm-sd-book #gm-sd-ticket-type,
.gm-sd-book .gm-sd-book-control > input[type="text"],
.gm-sd-book .gm-sd-book-control > input[type="number"],
.gm-sd-book .panel-dropdown > a {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 40px 12px 14px;
    border: none;
    border-radius: 10px;
    background: #F4EEE6;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    color: #1A1410;
    box-shadow: none;
}

.gm-sd-book #date-picker::placeholder,
.gm-sd-book .panel-dropdown > a.is-placeholder,
.gm-sd-book .panel-dropdown > a.is-placeholder .gm-sd-dd-value {
    color: #b5aa9a;
}

.gm-sd-book .panel-dropdown > a {
    display: flex;
    align-items: center;
    position: relative;
    color: #1A1410;
    box-sizing: border-box;
    min-height: 46px;
    line-height: 1.3;
}

.gm-sd-book .panel-dropdown > a .gm-sd-dd-value {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 8px;
}

.gm-sd-book .qtyTotal,
.gm-sd-book .qtyTotalS,
.gm-sd-book .qtyTotalT {
    display: inline-block !important;
    background-color: #5f0101;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 18px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.gm-sd-book .panel-dropdown {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.gm-sd-book .panel-dropdown > a:after {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    color: #b5aa9a;
    font-size: 16px;
    pointer-events: none;
}

.gm-sd-book .panel-dropdown.active > a:after {
    transform: translateY(-50%) rotate(180deg);
}

.gm-sd-book .panel-dropdown.active > a,
.gm-sd-book .panel-dropdown > a:hover {
    background: #F4EEE6;
}

.gm-sd-book .panel-dropdown.active > .gm-ico {
    transform: rotate(180deg);
}

.gm-sd-book .panel-dropdown .panel-dropdown-content,
.gm-sd-book .panel-dropdown.wide .panel-dropdown-content {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 2px;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #E6DCCE;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(30, 20, 5, 0.12);
    z-index: 30;
    overflow: auto;
}

.gm-sd-book .panel-dropdown .panel-dropdown-content:before {
    display: none;
}

.gm-sd-book .qtyButtons {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    margin: 0;
    padding: 8px 0;
}

.gm-sd-book .panel-dropdown-content .qtyButtons:first-child {
    margin-top: 0;
    padding-top: 2px;
}

.gm-sd-book .panel-dropdown-content .qtyButtons:last-child {
    margin-bottom: 0;
    padding-bottom: 2px;
}

.gm-sd-book .qtyTitle {
    padding-right: 0;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #1A1410;
}

.gm-sd-guest-step {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gm-sd-book .qtyButtons input {
    width: 32px;
    height: 32px;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}

.gm-sd-book .qtyInc,
.gm-sd-book .qtyDec {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #f2f2f2;
    border-radius: 50%;
    flex-shrink: 0;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .gm-sd-book .qtyButtons {
        display: grid;
    }
}

.gm-sd-book .panel-dropdown .panel-dropdown-content:before {
    display: none;
}

.gm-sd-book #no-date-msg {
    padding: 4px 2px !important;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #8a8176 !important;
}

.gm-sd-book .button.book-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    padding: 0 22px;
    border: none;
    border-radius: 999px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 8px 18px rgba(201, 133, 26, 0.28);
}

.gm-sd-submit,
.gm-sd-contact-btn,
.schedule-btn {
    display: block;
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 8px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.gm-sd-secure {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 14px 2px 0;
    text-align: left;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    color: #8a8176;
}

.gm-sd-secure .gm-ico {
    width: 16px;
    height: 16px;
    color: #C9851A;
    flex-shrink: 0;
}

.gm-sd-secure .gm-ico svg {
    width: 16px;
    height: 16px;
    display: block;
}

.gm-sd-secure strong {
    color: #C9851A;
    font-weight: 700;
}

.gm-sd-price-box.gm-bk-side {
    margin-top: 12px;
    padding: 14px 14px 12px;
    border: 1px solid #E6DCCE;
    box-shadow: none;
}

.gm-sd-price-box .gm-bk-total strong {
    font-size: 20px;
}

#deposit-section {
    margin-top: 6px;
}

#deposit-section[hidden] {
    display: none !important;
}

.gm-sd-host-card {
    background: #fff;
    border: 1px solid #E6DCCE;
    border-radius: 12px;
    padding: 16px 14px 14px;
}

.gm-sd-host-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gm-sd-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    background: #1a1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
}

.gm-sd-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gm-sd-host-row strong {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Outfit, sans-serif;
    font-size: 14.5px;
    color: #1A1410;
}

.gm-sd-verified {
    display: inline-flex;
    width: 16px;
    height: 16px;
    color: #C9851A;
}

.gm-sd-verified .gm-ico,
.gm-sd-verified .gm-ico svg {
    width: 16px;
    height: 16px;
    display: block;
}

.gm-sd-host-row small {
    display: block;
    margin: 2px 0 6px;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    color: #8a8176;
}

.gm-sd-host-row .stars {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #8a8176;
    font-family: Outfit, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
}

.gm-sd-host-row .stars .gm-ico,
.gm-sd-host-row .stars .gm-ico svg {
    width: 13px;
    height: 13px;
    color: #C9851A;
}

.gm-sd-host .gm-sd-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 0;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    box-shadow: 0 6px 14px rgba(201, 133, 26, 0.22);
}

.gm-sd-host-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    column-gap: 16px;
    margin-top: 16px;
}

.gm-sd-host-contacts {
    min-width: 0;
}

.gm-sd-contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #3a342c;
}

.gm-sd-contact-line:last-child {
    margin-bottom: 0;
}

.gm-sd-contact-line .gm-ico {
    width: 15px;
    height: 15px;
    color: #C9851A;
    flex-shrink: 0;
}

.gm-sd-contact-line .gm-ico svg {
    width: 15px;
    height: 15px;
    display: block;
}

.gm-sd-contact-plain,
.gm-sd-contact-plain:hover {
    color: #3a342c;
    text-decoration: none;
}

.gm-sd-contact-link,
.gm-sd-contact-line a.gm-sd-contact-link {
    color: #3a342c;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.gm-sd-social {
    display: grid;
    grid-template-columns: repeat(3, 34px);
    gap: 8px;
    align-content: center;
}

.gm-sd-social a {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #C9851A;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gm-sd-social .gm-ico,
.gm-sd-social .gm-ico svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.gm-sd-coupon {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #E6DCCE;
    box-shadow: 0 2px 10px rgba(30, 20, 5, 0.05);
    margin-bottom: 14px;
}

.gm-sd-coupon-top {
    position: relative;
    padding: 28px 20px 18px;
    background: #C9851A;
}

.gm-sd-coupon-top::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 12px;
    background-image: radial-gradient(circle at 8px 0, #F8F4EE 6.5px, transparent 7px);
    background-size: 16px 12px;
    background-repeat: repeat-x;
}

.gm-sd-coupon-top::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 0;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.55);
}

.gm-sd-coupon .tag {
    position: relative;
    z-index: 1;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.gm-sd-coupon .code {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-family: Outfit, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    text-transform: uppercase;
}

.gm-sd-coupon-body {
    padding: 18px 20px 20px;
    background: #fff;
}

.gm-sd-coupon .name {
    font-family: Outfit, sans-serif;
    font-size: 13px;
    color: #8a8176;
}

.gm-sd-coupon .save {
    margin: 6px 0 8px;
    font-family: Outfit, sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #1A1410;
}

.gm-sd-coupon .how {
    font-family: Outfit, sans-serif;
    font-size: 12.5px;
    line-height: 1.45;
    color: #8a8176;
}

.gm-sd-coupon .terms {
    margin-top: 10px;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    color: #C9851A;
}

.gm-sd-review-form {
    margin-top: 16px;
}

.gm-sd-review-form label {
    display: block;
    margin-bottom: 6px;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #1A1410;
}

.gm-sd-review-form select,
.gm-sd-review-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid #e7dfd0;
    border-radius: 8px;
    background: #faf7f0;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
}

.gm-sd-review {
    padding: 12px 0;
    border-bottom: 1px solid #e7dfd0;
    font-family: Outfit, sans-serif;
}

.gm-sd-pano {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}

.gm-sd-featured {
    padding: 20px 0 80px;
}

.gm-sd-featured-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.gm-sd-featured-head a {
    color: #C9851A;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
}

.gm-sd-featured .gm-es-grid {
    display: flex;
    gap: 20px;
    padding-top: 0;
    transition: transform 0.35s ease;
}

.gm-sd-feat-viewport {
    overflow: hidden;
}

.gm-sd-featured .gm-es-card {
    flex: 0 0 calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
}

.gm-sd-feat-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.gm-sd-feat-line {
    flex: 1;
    height: 1px;
    background: #eadfce;
}

.gm-sd-feat-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.gm-sd-feat-prev,
.gm-sd-feat-next {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gm-sd-feat-prev {
    background: #ece6dc;
    color: #3a342c;
}

.gm-sd-feat-next {
    background: #C9851A;
    color: #fff;
}

.gm-sd-feat-prev:disabled,
.gm-sd-feat-next:disabled {
    opacity: 0.45;
    cursor: default;
}

.gm-sd-rules {
    margin: 0;
    padding-left: 18px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    color: #6b6255;
}

.gm-sd .gm-stories {
    padding-top: 20px;
}

.gm-sd-extra-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.gm-sd-book #gm-sd-extras-dd .panel-dropdown-content {
    padding: 8px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.gm-sd-book #gm-sd-extras-dd .panel-dropdown-scrollable,
.gm-sd-book #gm-sd-extras-dd .gm-sd-extras-list {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

.gm-sd-book #gm-sd-extras-dd .panel-dropdown-scrollable::-webkit-scrollbar {
    width: 6px;
    height: 0;
}

.gm-sd-book #gm-sd-extras-dd .panel-dropdown-scrollable::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.22);
}

.gm-sd-extras-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gm-sd-extras-empty {
    padding: 16px;
    color: #888;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1A1410;
}

.gm-sd-extra-check {
    display: none;
}

.gm-sd-book .extra-card {
    position: relative;
    margin: 0;
    padding: 12px 12px;
    border: 1px solid #eee6d8;
    border-radius: 8px;
    background: #fff;
    cursor: default;
    box-sizing: border-box;
    max-width: 100%;
}

.gm-sd-book .extra-card.active {
    border-color: #C9851A;
    background: #fdf6ea;
    box-shadow: none;
}

.gm-sd-extra-tick {
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0;
    flex-shrink: 0;
    border: 2px solid #C9851A;
    border-radius: 4px;
    background: #fff;
    color: transparent;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.gm-sd-book .extra-card.active .gm-sd-extra-tick {
    display: flex;
    background: #C9851A;
    border-color: #C9851A;
    color: #fff;
}

.gm-sd-book .extra-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gm-sd-book .extra-card .gm-sd-extra-cb {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gm-sd-book .extra-title {
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1A1410;
    line-height: 1.35;
    min-width: 0;
    flex: 1;
    overflow-wrap: anywhere;
}

.gm-sd-book .extra-time {
    font-weight: 600;
}

.gm-sd-book .extra-price {
    flex-shrink: 0;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1A1410;
}

.extra-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.gm-extra-qty-btn {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border: 1px solid #e7dfd0;
    border-radius: 6px;
    background: #f3eee6;
    color: #1A1410;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.gm-extra-qty {
    width: 42px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #e7dfd0;
    border-radius: 6px;
    background: #fff;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A1410;
}

.gm-bk-dd .extra-card .gm-bk-extra,
.gm-sd-book .extra-card .gm-sd-extra-cb {
    display: none;
}

.gm-sd-book .extra-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.gm-sd-book .extra-stepper button {
    width: 28px;
    height: 28px;
    border: 1px solid #e7dfd0;
    border-radius: 6px;
    background: #fff;
}

.gm-sd-book .stepper-input {
    width: 36px;
    text-align: center;
    border: none;
    background: transparent;
}

@media (max-width: 1100px) {
    .gm-sd-body {
        grid-template-columns: 1fr;
    }

    .gm-sd-aside {
        position: static;
        padding-top: 0;
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }

    .gm-sd-statsbar {
        grid-template-columns: 1fr 1fr;
        padding: 8px 0;
    }

    .gm-sd-stat-rule {
        display: none;
    }

    .gm-sd-statsbar .gm-sd-stat {
        justify-content: flex-start;
        padding: 16px 20px;
    }

    .gm-sd-statsbar .gm-sd-stat:nth-of-type(odd) {
        border-right: 1px solid #e7dfd0;
    }

    .gm-sd-statsbar .gm-sd-stat:nth-of-type(-n+2) {
        border-bottom: 1px solid #e7dfd0;
    }

    .gm-sd-layout-grid {
        grid-template-columns: 1fr;
    }

    .gm-sd-tabs {
        top: 76px;
    }

    .gm-sd-featured .gm-es-card {
        flex-basis: calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }

    .gm-sd-featured .gm-es-card-head {
        flex-wrap: wrap;
    }
}

@media (max-width: 720px) {
    .gm-sd .gm-dest-wrap {
        padding: 16px 16px 28px;
    }

    .gm-sd-hero-main {
        height: 400px;
        min-height: 280px;
        border-radius: 14px;
    }

    .gm-sd-hero-photo img {
        border-radius: 14px;
    }

    .gm-sd-hero-bar {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 14px 14px;
        margin: 16px;
        border-radius: 14px;
        gap: 10px;
    }

    .gm-sd-hero-copy h1 {
        font-size: 22px;
        margin: 4px 0 8px;
    }

    .gm-sd-hero-reviews {
        font-size: 12px;
    }

    .gm-sd-hero-loc {
        align-items: flex-start;
        font-size: 12px;
        line-height: 1.35;
    }

    .gm-sd-hero-loc span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .gm-sd-hero-cta {
        width: 100%;
        justify-content: center;
        height: 44px;
        padding: 0 16px;
        font-size: 13px;
    }

    .gm-sd-thumbs {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        grid-template-columns: none;
        -webkit-overflow-scrolling: touch;
    }

    .gm-sd-thumbs a {
        flex: 0 0 140px;
        height: 88px;
    }

    .gm-sd-card {
        padding: 18px 16px;
        margin-top: 14px;
    }

    .gm-sd-features,
    .gm-sd-dl {
        grid-template-columns: 1fr;
    }

    .gm-sd-cal-grid .day {
        height: 32px;
        font-size: 12px;
    }

    .gm-sd-cal-legend {
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .gm-sd-map,
    .gm-sd-pano {
        height: 240px;
    }

    .gm-sd-cta {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 16px;
        text-align: left;
    }

    .gm-sd-cta a {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .gm-sd-host-foot {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .gm-sd-social {
        justify-self: start;
    }

    .gm-sd-featured-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .gm-sd-featured .gm-es-card {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .gm-sd-featured .gm-es-details {
        width: 100%;
        justify-content: center;
    }

    .gm-sd-coupon .code {
        font-size: 18px;
        word-break: break-all;
    }

    .gm-sd-contact-line a,
    .gm-sd-contact-line span {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 480px) {
    .gm-sd .gm-dest-wrap {
        padding: 14px 12px 24px;
    }

    .gm-sd-statsbar {
        grid-template-columns: 1fr;
    }

    .gm-sd-statsbar .gm-sd-stat {
        border-right: none;
        border-bottom: 1px solid #e7dfd0;
        padding: 14px 16px;
    }

    .gm-sd-statsbar .gm-sd-stat:last-child {
        border-bottom: none;
    }

    .gm-sd-hero-main {
        height: 420px;
        min-height: 320px;
    }

    .gm-sd-hero-bar {
        margin: 14px;
        padding: 12px;
        gap: 8px;
    }

    .gm-sd-hero-copy h1 {
        font-size: 20px;
    }

    .gm-sd-hero-top {
        gap: 6px 8px;
    }

    .gm-sd-hero-badge {
        height: 22px;
        padding: 0 10px;
        font-size: 10px;
    }

    .gm-sd-feat-prev,
    .gm-sd-feat-next {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 400px) {
    .gm-sd,
    .gm-sd.gm-home,
    .gm-sd.gm-ed {
        overflow-x: hidden;
        max-width: 100vw;
    }

    .gm-sd .gm-dest-wrap {
        padding: 12px 10px 88px;
        max-width: 100%;
    }

    .gm-sd-crumb {
        font-size: 12px;
        gap: 4px;
    }

    .gm-sd-tabs {
        flex-wrap: wrap;
        gap: 4px;
        top: 56px;
        margin-top: 16px;
        overflow: visible;
        border-bottom: none;
    }

    .gm-sd-tabs a {
        padding: 8px 10px;
        font-size: 12px;
        flex: 1 1 calc(33.33% - 4px);
        text-align: center;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .gm-sd-card {
        padding: 14px 12px;
        margin-top: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .gm-sd-desc,
    .gm-ed-features li {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .gm-sd-hero-main {
        height: 280px;
        min-height: 240px;
        border-radius: 12px;
    }

    .gm-sd-hero-bar {
        margin: 10px;
        padding: 10px;
    }

    .gm-sd-hero-copy h1 {
        font-size: 18px;
    }
}

.gm-sd-book #date-picker {
    cursor: pointer;
}

body .daterangepicker.calendar-visible,
body .daterangepicker {
    z-index: 100000 !important;
}

.gm-sd-book .time-slots-dropdown .panel-dropdown-content,
.gm-sd-book .time-slots-dropdown.wide .panel-dropdown-content {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 8px;
    padding: 6px 0 8px;
    border: 1px solid #E6DCCE;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.gm-sd-book .time-slots-dropdown.active .panel-dropdown-content,
.gm-sd-book .time-slots-dropdown.active.wide .panel-dropdown-content {
    display: block;
}

.gm-sd-book .time-slots-dropdown .panel-dropdown-content.padding-reset {
    padding: 6px 0 8px;
}

.gm-sd-book .time-slots-dropdown .panel-dropdown-scrollable {
    max-height: none;
    overflow: visible;
    padding: 0 4px 4px;
}

.gm-sd-book #gm-sd-slots-scroll h4 {
    padding: 8px 12px 4px;
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1A1410;
}

.gm-sd-book .time-slot {
    display: block;
    padding: 0 8px 8px;
    border: none;
    overflow: visible;
}

.gm-sd-book .time-slot input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gm-sd-book .time-slot label,
.gm-sd-book .time-slot input ~ label,
.gm-sd-book .time-slot input:empty ~ label {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #F8F4EE !important;
    font-family: Outfit, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #1A1410 !important;
    cursor: pointer;
    text-align: left !important;
    line-height: 1.35 !important;
    box-sizing: border-box;
}

.gm-sd-book .time-slot label strong {
    display: block;
    font-weight: 600;
    color: inherit !important;
}

.gm-sd-book .time-slot .total-payable,
.gm-sd-book .time-slot label span {
    display: block !important;
    margin-top: 4px;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: rgba(26, 20, 16, 0.5) !important;
    opacity: 1 !important;
}

.gm-sd-book .time-slot input ~ label:hover,
.gm-sd-book .time-slot input:empty ~ label:hover {
    background: #F0E6D6 !important;
    color: #1A1410 !important;
}

.gm-sd-book .time-slot input:checked ~ label,
.gm-sd-book .time-slot input:checked ~ label:hover {
    background: #C9851A !important;
    color: #fff !important;
}

.gm-sd-book .time-slot input:checked ~ label strong {
    background: transparent !important;
    color: #fff !important;
}

.gm-sd-book .time-slot input:checked ~ label .total-payable,
.gm-sd-book .time-slot input:checked ~ label span {
    color: rgba(255, 255, 255, 0.88) !important;
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover,
body .daterangepicker td.in-range,
body .daterangepicker .drp-buttons button.applyBtn {
    background-color: #C9851A !important;
    background: #C9851A !important;
    border-color: #C9851A !important;
    color: #fff !important;
}

body .daterangepicker td.in-range {
    background-color: rgba(201, 133, 26, 0.18) !important;
    color: #1A1410 !important;
}

body .daterangepicker td.in-range.active {
    background-color: #C9851A !important;
    color: #fff !important;
}

body .swal2-popup {
    font-family: Outfit, sans-serif;
    border-radius: 16px;
    background: #fff;
    color: #1A1410;
    box-shadow: 0 18px 40px rgba(26, 20, 16, 0.16);
}

body .swal2-title {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: #1A1410;
}

body .swal2-html-container {
    font-family: Outfit, sans-serif;
    color: #6b6255;
}

body .swal2-icon.swal2-info {
    border-color: #C9851A;
    color: #C9851A;
}

body .swal2-icon.swal2-info .swal2-icon-content {
    color: #C9851A;
}

body .swal2-icon.swal2-success {
    border-color: #C9851A;
    color: #C9851A;
}

body .swal2-icon.swal2-success [class^=swal2-success-line],
body .swal2-icon.swal2-success .swal2-success-ring {
    background-color: #C9851A;
    border-color: #C9851A;
}

body .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #C9851A !important;
}

body .swal2-icon.swal2-error {
    border-color: #C9851A;
    color: #C9851A;
}

body .swal2-styled.swal2-confirm {
    background: #C9851A !important;
    background-color: #C9851A !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: Outfit, sans-serif !important;
    font-weight: 700 !important;
    padding: 10px 28px !important;
}

body .swal2-styled.swal2-confirm:hover {
    background: #a86d14 !important;
    background-color: #a86d14 !important;
}

body .swal2-styled.swal2-cancel {
    background: #F4EEE6 !important;
    color: #1A1410 !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

body.gm-bk-lock .floating-action-buttons,
body:has(.gm-bk-overlay.is-open) .floating-action-buttons {
    display: none !important;
}
.gm-sd-card {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 20px;
    border: 1px solid #eef2f6;
    font-family: inherit;
}

.gm-sd-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

/* .gm-sd-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
} */

.gm-sd-address {
    font-size: 0.875rem;
    color: #64748b;
    word-break: break-word;
}

.gm-sd-map-wrapper {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

#gm-sd-map {
    width: 100%;
    height: 420px;
    z-index: 1;
}

.gm-sd-directions-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 1000;
    background: #ffffff;
    color: #0f172a;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.gm-sd-directions-btn:hover {
    background: #f8fafc;
    color: #2563eb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.gm-marker-pin {
    width: 32px;
    height: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gm-pin-icon {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 4px 8px rgba(220, 38, 38, 0.45));
}

.gm-pin-pulse {
    position: absolute;
    width: 12px;
    height: 6px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    bottom: -2px;
    left: 10px;
    animation: marker-pulse 2s infinite ease-out;
    z-index: -1;
}

@keyframes marker-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.8); opacity: 0; }
}

.gm-modern-popup .leaflet-popup-content-wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 4px 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
    border: 1px solid #f1f5f9;
}

.gm-modern-popup .leaflet-popup-content {
    margin: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.gm-modern-popup .leaflet-popup-tip {
    background: #ffffff;
    box-shadow: none;
}

@media (max-width: 768px) {
    .gm-sd-card {
        padding: 14px;
        border-radius: 12px;
    }

    #gm-sd-map {
        height: 300px;
    }

    .gm-sd-directions-btn {
        bottom: 12px;
        right: 12px;
        padding: 6px 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    #gm-sd-map {
        height: 240px;
    }

    .gm-sd-card {
        padding: 12px;
    }
}
.gm-rules-center-trigger {
    display: flex;
    /* flex-direction: column;
    align-items: center;
    justify-content: center; */
    cursor: pointer;
    user-select: none;
    gap: 6px;
    padding: 6px 0;
}

/* .gm-rules-center-trigger h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
} */

#gmRulesArrowIcon {
    color: #C9851A;
    transition: transform 0.3s ease, color 0.2s ease;
}

.gm-rules-center-trigger:hover #gmRulesArrowIcon {
    color: #C9851A;
}

#gmRulesArrowIcon.active {
    transform: rotate(180deg);
}

.gm-rules-collapsible {
    display: none;
    text-align: left;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.gm-rules-collapsible.open {
    display: block;
    animation: fadeInRules 0.25s ease;
}

@keyframes fadeInRules {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#gm-sd-rules .gm-sd-rules {
    margin: 0;
    padding-left: 20px;
    color: #475569;
    line-height: 1.6;
    font-size: 14px;
}

#gm-sd-rules .gm-sd-rules li {
    margin-bottom: 6px;
}

#gm-sd-rules .gm-sd-desc {
    margin: 0;
    text-align: center;
    font-size: 0.875rem;
    color: #64748b;
}

.gm-amenities-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    width: fit-content;
}

.gm-amenities-trigger h3 {
    margin: 0;
}

#gmAmenitiesArrowIcon {
    color: #C9851A;
    transition: transform 0.3s ease, color 0.2s ease;
}

.gm-amenities-trigger:hover #gmAmenitiesArrowIcon {
    color: #C9851A;
}

#gmAmenitiesArrowIcon.active {
    transform: rotate(180deg);
}

.gm-amenities-collapsible {
    display: none;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.gm-amenities-collapsible.open {
    display: block;
    animation: fadeInAmenities 0.25s ease;
}

@keyframes fadeInAmenities {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}