/* Event Spaces — Figma node 1:9793 */
.gm-hero--spaces .gm-hero-inner {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.gm-hero--spaces .gm-hero-inner h1 {
    text-align: center;
}

.gm-hero--spaces .gm-hero-inner p:not(.gm-kicker) {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.gm-es-results {
    padding: 8px 0 80px;
    background: #F8F4EE;
}

#listings {
    scroll-margin-top: 120px;
}

.gm-es-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4dcd2;
}

.gm-es-count {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #1A1410;
}

.gm-es-sort-form {
    margin: 0;
}

.gm-es-sort {
    min-width: 220px;
    height: 52px;
    padding: 0 44px 0 20px;
    border: 1px solid #d9d1c7;
    border-radius: 12px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231A1410' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") no-repeat right 16px center;
    appearance: none;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1A1410;
}

.gm-es-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding-top: 30px;
}

.gm-es-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(44, 24, 16, 0.08);
    display: flex;
    flex-direction: column;
}

.gm-es-card.is-more {
    display: none;
}

.gm-es-card-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #efe7dc;
}

.gm-es-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gm-es-card-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.gm-es-tag {
    display: inline-flex;
    align-items: center;
    height: 23px;
    padding: 0 10px;
    border-radius: 20px;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
}

.gm-es-tag-featured {
    background: #C9851A;
    color: #fff;
}

.gm-es-tag-type {
    background: rgba(255, 255, 255, 0.95);
    color: #1A1410;
}

.gm-es-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #c0392b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gm-es-status {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    height: 23px;
    padding: 0 10px;
    border-radius: 20px;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    background: #2e7d32;
}

.gm-es-status.is-closed {
    background: #c62828;
}

.gm-es-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.gm-es-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.gm-es-card-head h4 {
    margin: 0 0 4px;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #1A1410;
}

.gm-es-price {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #C9851A;
}

.gm-es-price small {
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
}

.gm-es-details {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 28px;
    border-radius: 999px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
}

.gm-es-details:hover,
.gm-es-details:focus {
    color: #fff;
    background: #b37516;
}

.gm-es-card-meta {
    padding-top: 16px;
    border-top: 1px solid #eadfce;
}

.gm-es-addr,
.gm-es-specs {
    margin: 0 0 10px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #6b5e55;
}

.gm-es-addr,
.gm-es-specs span {
    display: flex;
    align-items: center;
}

.gm-es-addr .gm-ico,
.gm-es-specs .gm-ico {
    color: #555;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    flex-shrink: 0;
}

.gm-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gm-ico svg {
    display: block;
    width: 100%;
    height: 100%;
}

.gm-es-specs i {
    color: #555;
    margin-right: 6px;
}

.gm-es-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 30px;
}

.gm-es-amenities {
    display: flex;
    gap: 8px;
}

.gm-es-amenities > span {
    width: 60px;
    height: 60px;
    border: 1px solid #eee4d6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.gm-es-amenities i,
.gm-es-amenities .gm-ico {
    color: #C9851A;
    width: 26px;
    height: 26px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: none;
}

.gm-es-amenities em {
    font-style: normal;
    font-family: Outfit, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #9a8b7c;
}

.gm-es-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px dashed #d9d1c7;
}

.gm-es-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 360px;
    max-width: 100%;
    height: 56px;
    margin: 48px auto 0;
    border: 0;
    border-radius: 999px;
    background: #C9851A;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.gm-es-more:hover {
    background: #b37516;
    color: #fff;
}

.gm-more-wrap {
    position: relative;
}

.gm-more-panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 20;
    width: min(420px, 86vw);
    padding: 18px;
    background: #fff;
    border: 1px solid #e4dcd2;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(26, 20, 16, 0.12);
}

.gm-more-wrap.is-open .gm-more-panel {
    display: block;
}

.gm-more-panel h5 {
    margin: 0 0 12px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A1410;
}

.gm-more-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    margin-bottom: 14px;
}

.gm-more-grid label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #1A1410;
    cursor: pointer;
    margin: 0;
}

.gm-more-grid input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    width: 16px !important;
    min-width: 16px;
    max-width: 16px;
    height: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    box-shadow: none !important;
    accent-color: #C9851A;
    cursor: pointer;
}

.gm-more-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.gm-more-actions button {
    height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.gm-more-cancel {
    border: 1px solid #d9d1c7;
    background: #fff;
    color: #1A1410;
}

.gm-more-apply {
    border: 0;
    background: #C9851A;
    color: #fff;
}

@media (max-width: 991px) {
    .gm-search-card,
    .gm-filter-row {
        overflow: visible;
    }

    .gm-more-wrap {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .gm-more-wrap .gm-chip-link {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    .gm-more-panel {
        left: 0;
        right: auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

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

    .gm-more-actions {
        justify-content: stretch;
    }

    .gm-more-actions button {
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .gm-es-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gm-es-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gm-es-grid {
        grid-template-columns: 1fr;
    }

    .gm-es-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .gm-es-sort {
        width: 100%;
    }

    .gm-es-card-head {
        flex-direction: column;
    }
}
