.xqm-rentals-listing,
.xqm-venue-detail {
    width: min(1120px, 100%);
    margin: 0 auto;
}

html.xqm-guided-booking-document,
html.xqm-guided-booking-document body {
    background: #f7f0e4;
}

body.xqm-guided-booking-page .wp-site-blocks > header,
body.xqm-guided-booking-page .wp-site-blocks > footer {
    display: none;
}

body.xqm-guided-booking-page main#wp--skip-link--target {
    max-width: none;
    margin-top: 0 !important;
    padding: 0 !important;
}

body.xqm-guided-booking-page main#wp--skip-link--target > .wp-block-group {
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

body.xqm-guided-booking-page .wp-block-post-title {
    display: none;
}

body.xqm-guided-booking-page .entry-content {
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

body.xqm-guided-booking-page .entry-content > .xqm-guided-booking {
    width: 100%;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-block-start: 0;
}

body.xqm-senior-ticket-page .wp-site-blocks > header,
body.xqm-senior-ticket-page .wp-site-blocks > footer {
    display: none;
}

body.xqm-senior-ticket-page main#wp--skip-link--target {
    max-width: none;
    margin-top: 0 !important;
    padding: 0 !important;
}

body.xqm-senior-ticket-page .wp-block-post-title {
    display: none;
}

body.xqm-senior-ticket-page .entry-content {
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

html.xqm-staff-dashboard-document,
html.xqm-staff-dashboard-document body {
    background: #f7f0e4;
    margin-top: 0 !important;
}

body.xqm-staff-dashboard-page #wpadminbar,
body.xqm-staff-dashboard-page .wp-site-blocks > header,
body.xqm-staff-dashboard-page .wp-site-blocks > footer {
    display: none !important;
}

body.xqm-staff-dashboard-page main#wp--skip-link--target {
    max-width: none;
    margin-top: 0 !important;
    padding: 0 !important;
}

body.xqm-staff-dashboard-page main#wp--skip-link--target > .wp-block-group {
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

body.xqm-staff-dashboard-page .wp-block-post-title {
    display: none !important;
}

body.xqm-staff-dashboard-page .entry-content {
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

body.xqm-staff-dashboard-page .entry-content > .xqm-staff-dashboard {
    margin-block-start: 0;
}

@supports selector(body:has(.xqm-guided-booking)) {
    body:has(.xqm-guided-booking) {
        background: #f7f0e4;
    }

    body:has(.xqm-guided-booking) .wp-site-blocks > header,
    body:has(.xqm-guided-booking) .wp-site-blocks > footer {
        display: none;
    }

    body:has(.xqm-guided-booking) main#wp--skip-link--target {
        max-width: none;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    body:has(.xqm-guided-booking) main#wp--skip-link--target > .wp-block-group {
        max-width: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    body:has(.xqm-guided-booking) .wp-block-post-title {
        display: none;
    }

    body:has(.xqm-guided-booking) .entry-content {
        width: 100% !important;
        max-width: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    body:has(.xqm-guided-booking) .entry-content > .xqm-guided-booking {
        width: 100%;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-block-start: 0;
    }
}

@supports selector(body:has(.xqm-staff-dashboard)) {
    html:has(body .xqm-staff-dashboard),
    html:has(body .xqm-staff-dashboard) body {
        background: #f7f0e4;
        margin-top: 0 !important;
    }

    body:has(.xqm-staff-dashboard) #wpadminbar,
    body:has(.xqm-staff-dashboard) .wp-site-blocks > header,
    body:has(.xqm-staff-dashboard) .wp-site-blocks > footer {
        display: none !important;
    }

    body:has(.xqm-staff-dashboard) main#wp--skip-link--target {
        max-width: none;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    body:has(.xqm-staff-dashboard) main#wp--skip-link--target > .wp-block-group {
        max-width: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    body:has(.xqm-staff-dashboard) .wp-block-post-title {
        display: none !important;
    }

    body:has(.xqm-staff-dashboard) .entry-content {
        width: 100% !important;
        max-width: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    body:has(.xqm-staff-dashboard) .entry-content > .xqm-staff-dashboard {
        margin-block-start: 0;
    }
}

.xqm-rentals-listing {
    display: grid;
    gap: 2rem;
}

.xqm-rentals-group {
    display: grid;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 1.25rem;
    background: color-mix(in srgb, currentColor 2%, white);
}

.xqm-rentals-group__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    flex-wrap: wrap;
}

.xqm-rentals-group__eyebrow,
.xqm-venue-detail__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

.xqm-rentals-group__title,
.xqm-venue-detail__title {
    margin: 0;
}

.xqm-rentals-group__count {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.75;
}

.xqm-rentals-group__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 280px));
    justify-content: start;
}

.xqm-rentals-card,
.xqm-venue-detail__summary {
    border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.xqm-rentals-card {
    display: grid;
    gap: 1rem;
    overflow: hidden;
    padding: 0;
    min-width: 0;
}

.xqm-rentals-card__image-link {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 280px;
    background: color-mix(in srgb, currentColor 8%, white);
}

.xqm-rentals-card__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.xqm-rentals-card__image-link:hover .xqm-rentals-card__image,
.xqm-rentals-card__image-link:focus-visible .xqm-rentals-card__image {
    transform: scale(1.035);
}

.xqm-rentals-card__meta,
.xqm-rentals-card__content,
.xqm-rentals-card__actions {
    padding-inline: 1.25rem;
}

.xqm-rentals-card__meta,
.xqm-venue-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.xqm-rentals-card__package,
.xqm-rentals-card__mode,
.xqm-venue-detail__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: color-mix(in srgb, currentColor 8%, white);
    font-size: 0.82rem;
}

.xqm-rentals-card__content {
    display: grid;
    gap: 0.45rem;
}

.xqm-rentals-card__title {
    margin: 0;
    font-size: 1.15rem;
}

.xqm-rentals-card__price,
.xqm-venue-detail__description {
    margin: 0;
    line-height: 1.6;
}

.xqm-rentals-card__price {
    font-size: 1rem;
    font-weight: 600;
}

.xqm-rentals-card__actions {
    margin-top: auto;
    padding-bottom: 1.25rem;
}

.xqm-rentals-card__button,
.xqm-venue-detail__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 2.9rem;
    padding: 0.75rem 1rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.xqm-rentals-card__button:hover,
.xqm-rentals-card__button:focus-visible {
    transform: translateY(-1px);
    opacity: 0.94;
}

.xqm-venue-detail {
    display: grid;
    gap: 1.5rem;
    padding: 1.75rem;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 1.25rem;
    background: color-mix(in srgb, currentColor 2%, white);
}

.xqm-senior-tickets {
    width: min(760px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0 3rem;
    color: #24211c;
}

.xqm-senior-tickets__hero {
    display: grid;
    gap: 0.55rem;
    min-height: 260px;
    align-content: end;
    padding: 2rem;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(31, 48, 41, 0.08), rgba(31, 48, 41, 0.88)),
        url("images/venue-placeholder-garden.jpg") center/cover;
    color: #fff;
}

.xqm-senior-tickets__hero p,
.xqm-senior-tickets__hero h1,
.xqm-senior-tickets__hero span {
    margin: 0;
}

.xqm-senior-tickets__hero p {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.78;
    order: -1;
}

.xqm-senior-tickets__hero h1 {
    font-size: clamp(2rem, 6vw, 3.4rem);
    line-height: 1.05;
}

.xqm-senior-tickets__hero span {
    max-width: 42rem;
    line-height: 1.6;
    opacity: 0.9;
}

.xqm-senior-tickets__rule-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.xqm-senior-tickets__rule-strip span {
    display: grid;
    place-items: center;
    min-height: 3.4rem;
    padding: 0.65rem;
    border: 1px solid rgba(36, 33, 28, 0.12);
    border-radius: 8px;
    background: #fffaf2;
    color: #43362d;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.35;
}

.xqm-senior-tickets__layout {
    display: grid;
    margin-top: 0.75rem;
}

.xqm-senior-tickets__form {
    border: 1px solid rgba(36, 33, 28, 0.12);
    border-radius: 8px;
    background: #fffaf2;
    box-shadow: 0 16px 36px rgba(36, 33, 28, 0.07);
}

.xqm-senior-tickets__form {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.xqm-senior-tickets__form fieldset {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 0 0 1rem;
    border: 0;
    border-bottom: 1px solid rgba(36, 33, 28, 0.1);
}

.xqm-senior-tickets__form legend {
    margin-bottom: 0.35rem;
    padding: 0;
    font-weight: 700;
}

.xqm-senior-tickets__form label {
    display: grid;
    gap: 0.35rem;
}

.xqm-senior-tickets__form label span {
    font-size: 0.9rem;
    font-weight: 600;
}

.xqm-senior-tickets__form input,
.xqm-senior-tickets__form select,
.xqm-senior-tickets__form textarea {
    width: 100%;
    min-height: 2.75rem;
    border: 1px solid rgba(36, 33, 28, 0.18);
    border-radius: 8px;
    background: #fff;
    color: inherit;
    font: inherit;
}

.xqm-senior-tickets__form input,
.xqm-senior-tickets__form select {
    padding: 0 0.8rem;
}

.xqm-senior-tickets__form textarea {
    min-height: 6rem;
    padding: 0.8rem;
    resize: vertical;
}

.xqm-senior-tickets__check {
    grid-template-columns: auto 1fr;
    align-items: start;
}

.xqm-senior-tickets__check input {
    width: 1.1rem;
    min-height: 1.1rem;
    margin-top: 0.2rem;
}

.xqm-senior-tickets__summary,
.xqm-senior-tickets__status,
.xqm-senior-tickets__payment {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 8px;
    background: #edf3ef;
    line-height: 1.55;
}

.xqm-senior-tickets__policy {
    display: grid;
    gap: 0.45rem;
    border: 1px solid rgba(142, 44, 32, 0.24);
    border-radius: 8px;
    background: #fff3ec;
    color: #49362e;
    padding: 1rem;
    line-height: 1.55;
}

.xqm-senior-tickets__policy strong {
    color: #8e2c20;
    font-size: 1.05rem;
}

.xqm-senior-tickets__policy ul {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding-left: 1.25rem;
}

.xqm-senior-tickets__policy li,
.xqm-senior-tickets__policy span {
    font-size: 1rem;
}

.xqm-senior-tickets__policy span {
    font-weight: 700;
}

.xqm-senior-tickets__summary.is-warning,
.xqm-senior-tickets__status.is-error {
    background: #fff0ed;
    color: #842113;
}

.xqm-senior-tickets__status.is-success {
    background: #edf3ef;
    color: #1d4637;
}

.xqm-senior-tickets__submit,
.xqm-senior-tickets__pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 8px;
    background: #8e2c20;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.xqm-senior-tickets__submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.xqm-staff-dashboard {
    width: min(1100px, calc(100% - 1.25rem));
    margin: 0 auto;
    padding: 1rem 0 3rem;
    color: #261f1a;
}

.xqm-staff-dashboard__gate,
.xqm-staff-dashboard__header,
.xqm-staff-dashboard__filters,
.xqm-staff-dashboard__summary,
.xqm-staff-dashboard__notice,
.xqm-staff-dashboard__empty,
.xqm-staff-card {
    border: 1px solid rgba(38, 31, 26, 0.12);
    border-radius: 8px;
    background: #fffaf2;
    box-shadow: 0 10px 24px rgba(38, 31, 26, 0.06);
}

.xqm-staff-dashboard__gate {
    display: grid;
    gap: 0.85rem;
    padding: 1.5rem;
}

.xqm-staff-dashboard__gate.is-error {
    background: #fff0ed;
    color: #842113;
}

.xqm-staff-dashboard__gate h1,
.xqm-staff-dashboard__gate p,
.xqm-staff-dashboard__header h1,
.xqm-staff-dashboard__header p {
    margin: 0;
}

.xqm-staff-dashboard__primary,
.xqm-staff-dashboard__filters button,
.xqm-staff-card__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: #8e2c20;
    color: #fff;
    font-weight: 800;
    padding: 0.75rem 1rem;
    text-decoration: none;
    cursor: pointer;
}

.xqm-staff-dashboard__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    padding: 1.2rem;
}

.xqm-staff-dashboard__header span {
    display: block;
    color: #9a7a62;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.xqm-staff-dashboard__header h1 {
    font-size: clamp(1.75rem, 5vw, 2.7rem);
    line-height: 1.1;
}

.xqm-staff-dashboard__header p {
    color: #6d5c51;
    line-height: 1.5;
}

.xqm-staff-dashboard__admin-link,
.xqm-staff-card__actions a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(142, 44, 32, 0.24);
    border-radius: 8px;
    color: #8e2c20;
    font-weight: 800;
    padding: 0.55rem 0.85rem;
    text-decoration: none;
}

.xqm-staff-dashboard__notice {
    margin-top: 0.75rem;
    padding: 0.9rem 1rem;
    font-weight: 800;
}

.xqm-staff-dashboard__notice.is-success {
    background: #edf3ef;
    color: #1d4637;
}

.xqm-staff-dashboard__notice.is-error {
    background: #fff0ed;
    color: #842113;
}

.xqm-staff-ticket-console {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) minmax(260px, 1.4fr) auto;
    gap: 0.85rem;
    align-items: center;
    margin-top: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(142, 44, 32, 0.22);
    border-radius: 10px;
    background: #fff8ef;
}

.xqm-staff-ticket-console span {
    display: inline-flex;
    color: #8e2c20;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.xqm-staff-ticket-console h2 {
    margin: 0.15rem 0;
    color: #261f1a;
    font-size: 1.25rem;
    line-height: 1.15;
}

.xqm-staff-ticket-console p {
    margin: 0;
    color: #6d5c51;
    font-weight: 700;
}

.xqm-staff-ticket-console form {
    display: flex;
    gap: 0.55rem;
}

.xqm-staff-ticket-console input {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(38, 31, 26, 0.16);
    border-radius: 8px;
    background: #fff;
    color: inherit;
    font: inherit;
    padding: 0 0.8rem;
}

.xqm-staff-ticket-console__links {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.xqm-staff-ticket-console__links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid rgba(142, 44, 32, 0.2);
    border-radius: 999px;
    color: #8e2c20;
    font-size: 0.86rem;
    font-weight: 850;
    padding: 0.2rem 0.7rem;
    text-decoration: none;
}

.xqm-staff-dashboard__filters {
    display: grid;
    grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(130px, 1fr)) auto;
    gap: 0.75rem;
    align-items: end;
    margin-top: 0.75rem;
    padding: 1rem;
}

.xqm-staff-dashboard__filters label {
    display: grid;
    gap: 0.35rem;
}

.xqm-staff-dashboard__filters span {
    font-size: 0.86rem;
    font-weight: 800;
}

.xqm-staff-dashboard__filters input,
.xqm-staff-dashboard__filters select {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(38, 31, 26, 0.16);
    border-radius: 8px;
    background: #fff;
    color: inherit;
    font: inherit;
    padding: 0 0.8rem;
}

.xqm-staff-dashboard__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 0.75rem;
    padding: 0.8rem;
}

.xqm-staff-dashboard__summary span {
    display: grid;
    place-items: center;
    min-height: 58px;
    border-radius: 8px;
    background: #f4eadc;
    color: #6d5c51;
    font-weight: 800;
    text-align: center;
}

.xqm-staff-dashboard__summary strong {
    color: #8e2c20;
    font-size: 1.45rem;
    line-height: 1;
}

.xqm-staff-dashboard__results {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.xqm-staff-dashboard__empty {
    padding: 1.25rem;
    color: #6d5c51;
    font-weight: 800;
}

.xqm-staff-card {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
}

.xqm-staff-card.is-checked-in {
    border-color: rgba(29, 70, 55, 0.32);
    background: #f4faf4;
}

.xqm-staff-card__top,
.xqm-staff-card__actions {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.xqm-staff-card__type {
    display: inline-flex;
    margin-bottom: 0.25rem;
    color: #9a7a62;
    font-size: 0.78rem;
    font-weight: 850;
}

.xqm-staff-card h2 {
    margin: 0;
    color: #261f1a;
    font-size: 1.35rem;
    line-height: 1.1;
}

.xqm-staff-card__badges {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.xqm-staff-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    background: #f1e7d8;
    color: #5c4a3f;
    font-size: 0.84rem;
    font-weight: 850;
    padding: 0.25rem 0.65rem;
}

.xqm-staff-badge.is-payment-paid,
.xqm-staff-badge.is-checkin {
    background: #dfeade;
    color: #1d4637;
}

.xqm-staff-badge.is-payment-refunded,
.xqm-staff-badge.is-payment-failed {
    background: #fff0ed;
    color: #842113;
}

.xqm-staff-card__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 0;
}

.xqm-staff-card__grid div {
    display: grid;
    gap: 0.2rem;
    border-radius: 8px;
    background: rgba(244, 234, 220, 0.75);
    padding: 0.65rem;
}

.xqm-staff-card__grid dt {
    color: #8b7465;
    font-size: 0.78rem;
    font-weight: 850;
}

.xqm-staff-card__grid dd {
    margin: 0;
    color: #261f1a;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.xqm-staff-card__note {
    margin: 0;
    border-left: 3px solid #8e2c20;
    background: #fff3ec;
    color: #5b463e;
    padding: 0.65rem 0.75rem;
}

.xqm-staff-card__ticket-line {
    margin: 0;
    border-left: 3px solid #1d4637;
    background: #eef7ef;
    color: #1d4637;
    font-weight: 850;
    padding: 0.65rem 0.75rem;
}

.xqm-staff-card__checked {
    color: #1d4637;
    font-weight: 850;
}

@media (max-width: 760px) {
    .xqm-senior-tickets {
        width: min(100% - 1rem, 1040px);
        padding-top: 0.5rem;
    }

    .xqm-senior-tickets__hero {
        padding: 1.4rem;
        min-height: 220px;
    }

    .xqm-senior-tickets__rule-strip {
        grid-template-columns: 1fr 1fr;
    }

    .xqm-senior-tickets__layout {
        grid-template-columns: 1fr;
    }

    .xqm-staff-ticket-console {
        grid-template-columns: 1fr;
    }

    .xqm-staff-ticket-console form {
        flex-direction: column;
    }

    .xqm-staff-ticket-console__links {
        justify-content: flex-start;
    }

    .xqm-staff-dashboard {
        width: min(100% - 0.75rem, 1100px);
        padding-top: 0.5rem;
    }

    .xqm-staff-dashboard__header,
    .xqm-staff-card__top,
    .xqm-staff-card__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .xqm-staff-dashboard__filters {
        grid-template-columns: 1fr;
    }

    .xqm-staff-dashboard__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xqm-staff-card__grid {
        grid-template-columns: 1fr;
    }

    .xqm-staff-card__actions button,
    .xqm-staff-card__actions a,
    .xqm-staff-dashboard__admin-link {
        width: 100%;
    }
}

.xqm-venue-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
}

.xqm-venue-detail__gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(180px, 0.75fr);
    gap: 1rem;
}

.xqm-venue-detail__hero-image,
.xqm-venue-detail__thumb {
    margin: 0;
    overflow: hidden;
    border-radius: 1rem;
    background: color-mix(in srgb, currentColor 8%, white);
}

.xqm-venue-detail__hero-image {
    aspect-ratio: 16 / 9;
}

.xqm-venue-detail__thumbs {
    display: grid;
    gap: 1rem;
}

.xqm-venue-detail__thumb {
    aspect-ratio: 4 / 3;
}

.xqm-venue-detail__hero-image img,
.xqm-venue-detail__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xqm-venue-detail__content {
    display: grid;
    gap: 1rem;
}

.xqm-venue-detail__summary {
    padding: 1.25rem;
    display: grid;
    gap: 1.25rem;
    align-content: start;
}

.xqm-venue-detail__facts {
    display: grid;
    gap: 0.85rem;
    margin: 0;
}

.xqm-venue-detail__fact {
    display: grid;
    gap: 0.15rem;
}

.xqm-venue-detail__fact dt {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

.xqm-venue-detail__fact dd {
    margin: 0;
    font-weight: 600;
}

.xqm-venue-detail__button[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
}

.xqm-venue-detail__notice {
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.xqm-venue-detail__notice--success {
    background: #edf8ef;
    color: #185c2f;
}

.xqm-venue-detail__notice--error {
    background: #fcf0f1;
    color: #8a2424;
}

.xqm-venue-request-form {
    display: grid;
    gap: 0.9rem;
}

.xqm-venue-request-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.xqm-venue-request-form__field {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    font-size: 0.9rem;
}

.xqm-venue-request-form__field span {
    font-weight: 600;
}

.xqm-venue-request-form input,
.xqm-venue-request-form textarea {
    width: 100%;
    min-height: 2.6rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    border-radius: 0.7rem;
    background: #fff;
    color: inherit;
    font: inherit;
}

.xqm-venue-request-form textarea {
    resize: vertical;
}

.xqm-rentals-listing--empty,
.xqm-venue-detail--fallback {
    padding: 1.5rem;
    border: 1px dashed color-mix(in srgb, currentColor 22%, transparent);
    border-radius: 1rem;
}

@media (max-width: 782px) {
    .xqm-rentals-group,
    .xqm-venue-detail {
        padding: 1.25rem;
    }

    .xqm-venue-detail__layout {
        grid-template-columns: 1fr;
    }

    .xqm-rentals-group__grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    }

    .xqm-rentals-card__image-link {
        aspect-ratio: 4 / 5;
        max-height: 340px;
    }

    .xqm-venue-detail__gallery {
        grid-template-columns: 1fr;
    }

    .xqm-venue-detail__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xqm-venue-request-form__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .xqm-rentals-group__grid {
        grid-template-columns: 1fr;
    }

    .xqm-rentals-card {
        width: min(100%, 340px);
        justify-self: center;
    }
}

.xqm-guided-booking {
    --xqm-paper: #f6f0e4;
    --xqm-paper-strong: #fffaf0;
    --xqm-ink: #231b17;
    --xqm-muted: #6e6258;
    --xqm-line: rgba(54, 38, 28, 0.18);
    --xqm-red: #8f251f;
    --xqm-red-dark: #5e1714;
    --xqm-green: #53624a;
    --xqm-shadow: 0 18px 54px rgba(31, 24, 19, 0.16);
    width: min(1180px, 100%);
    min-height: min(880px, 100vh);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
    color: var(--xqm-ink);
    background: var(--xqm-paper);
    border: 1px solid var(--xqm-line);
    position: relative;
}

.xqm-guided-nav-back,
.xqm-guided-language {
    position: fixed;
    z-index: 30;
    top: 18px;
}

.xqm-guided-nav-back {
    left: 18px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(32, 24, 20, 0.62);
    color: #fff8ea;
    font-size: 17px;
    font-weight: 800;
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.xqm-guided-language {
    right: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(32, 24, 20, 0.54);
    color: #fff8ea;
    backdrop-filter: blur(12px);
}

.xqm-guided-language button {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    opacity: 0.62;
}

.xqm-guided-language button[aria-pressed="true"] {
    opacity: 1;
    color: #ffe2ac;
}

.xqm-guided-booking,
.xqm-guided-booking * {
    box-sizing: border-box;
}

.xqm-guided-booking [hidden] {
    display: none !important;
}

.xqm-guided-booking button,
.xqm-guided-booking input,
.xqm-guided-booking select,
.xqm-guided-booking textarea {
    font: inherit;
}

.xqm-guided-booking__hero {
    position: sticky;
    top: 0;
    min-height: min(880px, 100vh);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: #211812;
}

.xqm-guided-booking__hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.92;
}

.xqm-guided-booking__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(19, 14, 12, 0.12), rgba(19, 14, 12, 0.78));
}

.xqm-guided-booking__hero-copy {
    position: relative;
    z-index: 1;
    padding: 42px;
    color: #fff8ee;
}

.xqm-guided-booking__hero-copy p,
.xqm-guided-booking__step,
.xqm-guided-recommendation__top {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.xqm-guided-booking__hero-copy p {
    color: #f4d7a1;
}

.xqm-guided-booking__hero-copy h1 {
    margin: 10px 0 12px;
    max-width: 8ch;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.xqm-guided-booking__hero-copy span {
    display: block;
    color: rgba(255, 248, 238, 0.88);
    line-height: 1.5;
    text-decoration: none;
}

.xqm-guided-booking__panel {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 30px 28px 42px;
}

.xqm-guided-booking__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 14px;
}

.xqm-guided-booking__step {
    color: var(--xqm-red);
    margin-bottom: 8px;
}

.xqm-guided-booking__header h2 {
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.xqm-guided-booking__reset {
    border: 1px solid var(--xqm-line);
    border-radius: 6px;
    background: var(--xqm-paper-strong);
    color: var(--xqm-red-dark);
    min-height: 38px;
    padding: 0 12px;
    cursor: pointer;
    font-weight: 700;
}

.xqm-guided-booking__progress {
    height: 4px;
    margin-bottom: 22px;
    background: rgba(54, 38, 28, 0.12);
    overflow: hidden;
}

.xqm-guided-booking__progress span {
    display: block;
    height: 100%;
    width: 16%;
    background: var(--xqm-red);
    transition: width 180ms ease;
}

.xqm-guided-booking__question,
.xqm-guided-booking__results {
    display: grid;
    gap: 14px;
}

.xqm-guided-home,
.xqm-guided-intro {
    display: grid;
    gap: 22px;
}

.xqm-guided-home__intro,
.xqm-guided-intro__lead {
    margin: 0;
    max-width: 680px;
    color: #5f534a;
    font-size: 1.15rem;
    line-height: 1.75;
}

.xqm-guided-home__grid {
    display: grid;
    gap: 16px;
}

.xqm-guided-home-card {
    width: 100%;
    min-height: 118px;
    padding: 24px 26px;
    border: 1px solid #e0cdbd;
    border-radius: 8px;
    background: #fffaf1;
    color: #241915;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 18px 44px rgba(72, 44, 28, 0.08);
}

.xqm-guided-home-card strong,
.xqm-guided-home-card span {
    display: block;
}

.xqm-guided-home-card strong {
    margin-bottom: 10px;
    font-size: 1.55rem;
    line-height: 1.25;
}

.xqm-guided-home-card span {
    color: #74665d;
    font-size: 1.05rem;
    line-height: 1.55;
}

.xqm-guided-home-card:hover,
.xqm-guided-home-card:focus-visible {
    border-color: rgba(143, 37, 31, 0.48);
    box-shadow: 0 22px 54px rgba(72, 44, 28, 0.14);
}

.xqm-guided-intro__actions,
.xqm-guided-intro__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.xqm-guided-intro__actions {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 12px;
}

.xqm-guided-intro__viewer {
    display: grid;
    gap: 18px;
    width: 100%;
    background: transparent;
    box-shadow: none;
}

.xqm-guided-intro-page {
    display: block;
    margin: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #f6efe3;
    box-shadow: 0 18px 46px rgba(44, 28, 18, 0.13);
}

.xqm-guided-intro-page img {
    display: block;
    width: 100%;
    height: auto;
    background: #f6efe3;
}

.xqm-guided-intro__bottom {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid #dfc8b6;
    border-radius: 8px;
    background: #fff7eb;
}

.xqm-guided-intro__bottom-copy {
    display: grid;
    gap: 8px;
}

.xqm-guided-intro__bottom strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1.4;
}

.xqm-guided-intro__bottom span {
    display: block;
    color: #74665d;
    font-size: 1.02rem;
    line-height: 1.6;
}

.xqm-guided-entry-context {
    display: grid;
    gap: 6px;
    border: 1px solid rgba(143, 37, 31, 0.22);
    border-radius: 8px;
    background: rgba(143, 37, 31, 0.06);
    margin-bottom: 16px;
    padding: 14px 16px;
}

.xqm-guided-entry-context p,
.xqm-guided-entry-context span {
    margin: 0;
    color: var(--xqm-muted);
    line-height: 1.5;
}

.xqm-guided-entry-context p {
    color: var(--xqm-red-dark);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.xqm-guided-entry-context strong {
    color: var(--xqm-ink);
    font-size: 1rem;
}

.xqm-guided-choice,
.xqm-guided-form-card,
.xqm-guided-summary,
.xqm-guided-recommendation {
    border: 1px solid var(--xqm-line);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.84);
    box-shadow: var(--xqm-shadow);
}

.xqm-guided-choice {
    display: grid;
    width: 100%;
    gap: 6px;
    padding: 20px;
    color: var(--xqm-ink);
    text-align: left;
    cursor: pointer;
}

.xqm-guided-choice:hover,
.xqm-guided-choice:focus-visible,
.xqm-guided-recommendation.is-selected {
    border-color: rgba(143, 37, 31, 0.48);
    outline: none;
}

.xqm-guided-choice strong {
    font-size: 1.05rem;
}

.xqm-guided-choice span,
.xqm-guided-form-card p,
.xqm-guided-summary p,
.xqm-guided-recommendation p {
    color: var(--xqm-muted);
    line-height: 1.55;
}

.xqm-guided-form-card,
.xqm-guided-summary {
    padding: 20px;
}

.xqm-guided-form-card {
    display: grid;
    gap: 14px;
}

.xqm-guided-form-card label {
    display: grid;
    gap: 8px;
    margin: 0;
    color: var(--xqm-muted);
    font-weight: 700;
}

.xqm-guided-form-card input,
.xqm-guided-form-card select,
.xqm-guided-form-card textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(54, 38, 28, 0.22);
    border-radius: 6px;
    background: #fffdf7;
    color: var(--xqm-ink);
    padding: 12px 14px;
}

.xqm-guided-form-card textarea {
    min-height: 96px;
    resize: vertical;
}

.xqm-guided-summary p {
    margin: 0;
}

.xqm-guided-recommendation {
    overflow: hidden;
    display: grid;
    grid-template-columns: 180px 1fr;
}

.xqm-guided-recommendation > img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.xqm-guided-recommendation__body {
    display: grid;
    gap: 13px;
    padding: 20px;
}

.xqm-guided-recommendation__top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--xqm-red);
}

.xqm-guided-recommendation__top span:last-child {
    color: var(--xqm-green);
}

.xqm-guided-recommendation h3 {
    margin: 0;
    font-size: 1.32rem;
    line-height: 1.15;
}

.xqm-guided-recommendation p {
    margin: 0;
}

.xqm-guided-recommendation dl {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.xqm-guided-recommendation dl div {
    border-top: 1px solid var(--xqm-line);
    padding-top: 8px;
}

.xqm-guided-recommendation dt {
    color: var(--xqm-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.xqm-guided-recommendation dd {
    margin: 3px 0 0;
    font-weight: 800;
}

.xqm-guided-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.xqm-guided-primary,
.xqm-guided-secondary {
    min-height: 44px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 800;
    padding: 0 16px;
}

.xqm-guided-primary {
    border: 1px solid var(--xqm-red);
    background: var(--xqm-red);
    color: #fff8ee;
}

.xqm-guided-secondary {
    border: 1px solid rgba(143, 37, 31, 0.28);
    background: #fffaf0;
    color: var(--xqm-red-dark);
}

.xqm-guided-staff-card {
    display: grid;
    gap: 8px;
    border: 1px solid rgba(143, 37, 31, 0.22);
    border-radius: 8px;
    background: rgba(143, 37, 31, 0.06);
    padding: 14px 16px;
}

.xqm-guided-staff-card strong {
    color: var(--xqm-red-dark);
}

.xqm-guided-staff-card p {
    margin: 0;
}

.xqm-guided-staff-card__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.xqm-guided-staff-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border: 1px solid rgba(143, 37, 31, 0.26);
    border-radius: 6px;
    background: #fffaf0;
    color: var(--xqm-red-dark);
    font-weight: 800;
    padding: 0 12px;
    text-decoration: none;
}

.xqm-guided-status {
    border-left: 4px solid var(--xqm-green);
    border-radius: 6px;
    background: rgba(83, 98, 74, 0.1);
    padding: 14px 16px;
}

.xqm-guided-status.is-error {
    border-left-color: var(--xqm-red);
    background: #fcf0f1;
}

.xqm-guided-status.is-success {
    display: grid;
    gap: 8px;
}

.xqm-guided-status strong,
.xqm-guided-status span {
    display: block;
}

.xqm-guided-payment-card {
    display: grid;
    gap: 10px;
    margin-top: 8px;
    border: 1px solid rgba(83, 98, 74, 0.28);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.76);
    padding: 14px;
}

.xqm-guided-payment-card p {
    margin: 0;
    color: var(--xqm-muted);
    line-height: 1.5;
}

.xqm-guided-policy-card {
    display: grid;
    gap: 8px;
    border: 1px solid rgba(143, 37, 31, 0.22);
    border-radius: 8px;
    background: #fff7ef;
    color: #4d3028;
    padding: 12px 14px;
}

.xqm-guided-policy-card strong {
    color: var(--xqm-red-dark);
    font-size: 1rem;
}

.xqm-guided-policy-card ul {
    display: grid;
    gap: 5px;
    margin: 0;
    padding-left: 1.2rem;
}

.xqm-guided-policy-card li,
.xqm-guided-policy-card span {
    color: #5b463e;
    font-size: 0.94rem;
    line-height: 1.55;
}

.xqm-guided-policy-card span {
    font-weight: 700;
}

.xqm-guided-payment-card__warning {
    border-left: 3px solid var(--xqm-red);
    background: rgba(143, 37, 31, 0.08);
    padding: 10px 12px;
    color: var(--xqm-red-dark) !important;
    font-weight: 700;
}

.xqm-guided-payment-card__qr {
    display: grid;
    width: min(190px, 100%);
    gap: 8px;
    color: var(--xqm-red-dark);
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.xqm-guided-payment-card__qr img {
    width: min(190px, 100%);
    aspect-ratio: 1;
    border: 1px solid var(--xqm-line);
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
    padding: 8px;
}

.xqm-guided-payment-checkout {
    display: grid;
    gap: 10px;
}

.xqm-guided-payment-native {
    display: grid;
    gap: 8px;
    border: 1px solid rgba(97, 49, 39, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    padding: 12px;
}

.xqm-guided-payment-native strong {
    color: var(--xqm-red-dark);
    font-size: 1.02rem;
}

.xqm-guided-payment-native p {
    margin: 0;
}

.xqm-guided-payment-native input {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(97, 49, 39, 0.18);
    border-radius: 6px;
    background: #fffdf8;
    color: #4c332a;
    font: inherit;
    padding: 10px 12px;
}

.xqm-guided-payment-return {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(83, 98, 74, 0.28);
    border-radius: 8px;
    background: rgba(83, 98, 74, 0.08);
    margin-bottom: 14px;
    padding: 14px;
}

.xqm-guided-payment-return strong {
    color: var(--xqm-green);
}

.xqm-guided-payment-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.xqm-guided-pay-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--xqm-red);
    color: #fff;
    font-weight: 850;
    padding: 10px 16px;
    text-decoration: none;
}

.xqm-guided-pay-button:hover,
.xqm-guided-pay-button:focus {
    background: var(--xqm-red-dark);
    color: #fff;
}

.xqm-guided-payment-checkout__status {
    border-radius: 6px;
    background: rgba(83, 98, 74, 0.1);
    padding: 9px 10px;
}

.xqm-guided-payment-checkout__status.is-success {
    background: rgba(83, 98, 74, 0.16);
    color: var(--xqm-green);
    font-weight: 800;
}

.xqm-guided-payment-frame {
    width: 100%;
    min-height: 620px;
    border: 1px solid var(--xqm-line);
    border-radius: 8px;
    background: #fff;
}

.xqm-guided-payment-proof {
    display: grid;
    gap: 8px;
    border-top: 1px solid rgba(83, 98, 74, 0.18);
    margin-top: 2px;
    padding-top: 12px;
}

.xqm-guided-payment-proof label {
    display: grid;
    gap: 5px;
}

.xqm-guided-payment-proof label span {
    color: var(--xqm-muted);
    font-size: 12px;
    font-weight: 800;
}

.xqm-guided-payment-proof input,
.xqm-guided-payment-proof textarea {
    width: 100%;
    border: 1px solid var(--xqm-line);
    border-radius: 6px;
    background: #fff;
    color: var(--xqm-ink);
    font: inherit;
    padding: 9px 10px;
}

.xqm-guided-payment-proof textarea {
    min-height: 72px;
    resize: vertical;
}

.xqm-guided-payment-proof__status {
    border-radius: 6px;
    padding: 9px 10px;
}

.xqm-guided-payment-proof__status.is-success {
    background: rgba(83, 98, 74, 0.12);
    color: var(--xqm-green);
}

.xqm-guided-payment-proof__status.is-error {
    background: #fcf0f1;
    color: var(--xqm-red-dark);
}

.xqm-guided-calendar-card {
    display: grid;
    gap: 9px;
    margin-top: 8px;
    border: 1px solid rgba(143, 37, 31, 0.18);
    border-radius: 8px;
    background: rgba(143, 37, 31, 0.05);
    padding: 14px;
}

.xqm-guided-calendar-card p {
    margin: 0;
    color: var(--xqm-muted);
    line-height: 1.5;
}

.xqm-guided-calendar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 40px;
    border: 1px solid rgba(143, 37, 31, 0.28);
    border-radius: 6px;
    background: #fffaf0;
    color: var(--xqm-red-dark);
    font-weight: 800;
    padding: 0 14px;
    text-decoration: none;
}

@media (max-width: 900px) {
    .xqm-guided-booking {
        display: block;
        min-height: 0;
    }

    .xqm-guided-nav-back {
        top: 12px;
        left: 12px;
        min-height: 48px;
        padding: 0 16px;
        font-size: 18px;
    }

    .xqm-guided-language {
        top: 12px;
        right: 12px;
    }

    .xqm-guided-booking__hero {
        position: relative;
        min-height: 36vh;
    }

    .xqm-guided-booking__hero-copy {
        padding: 28px 22px;
    }

    .xqm-guided-booking__panel {
        padding: 24px 18px 36px;
    }

    .xqm-guided-home__intro,
    .xqm-guided-intro__lead {
        font-size: 1.08rem;
    }

    .xqm-guided-home-card {
        min-height: 112px;
        padding: 22px;
    }

    .xqm-guided-home-card strong {
        font-size: 1.42rem;
    }

    .xqm-guided-home-card span {
        font-size: 1rem;
    }

    .xqm-guided-recommendation {
        grid-template-columns: 1fr;
    }

    .xqm-guided-recommendation > img {
        height: 210px;
        min-height: 210px;
    }
}

@media (max-width: 520px) {
    .xqm-guided-language {
        gap: 6px;
        padding: 0 10px;
    }

    .xqm-guided-language button {
        font-size: 14px;
    }

    .xqm-guided-booking__header {
        display: grid;
    }

    .xqm-guided-recommendation dl {
        grid-template-columns: 1fr;
    }

    .xqm-guided-actions {
        display: grid;
    }

    .xqm-guided-primary,
    .xqm-guided-secondary {
        width: 100%;
    }

    .xqm-guided-intro__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .xqm-guided-intro__bottom {
        padding: 18px;
    }

    .xqm-guided-intro__bottom strong {
        font-size: 1.24rem;
    }

    .xqm-guided-intro__bottom span {
        font-size: 1rem;
    }
}
