/*
    Listing detail page
    --------------------
    Design tokens layered on top of the TraumImmo brand (purple / Inter / cards)
*/
.listing {
    --ti-primary: #7C3AED;
    --ti-primary-dark: #5F1BD4;
    --ti-tint-50: #F6F4FF;
    --ti-tint-100: #EDE8FE;
    --ti-ink: #1B1630;
    --ti-body: #423d52;
    --ti-muted: #6c6780;
    --ti-line: #ecebf2;
    --ti-card-shadow: 0 1px 2px rgba(20, 14, 43, .04), 0 10px 30px rgba(20, 14, 43, .05);
}

/* ---------- Gallery ---------- */
.gallery {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--ti-card-shadow);
    background: #efeef3;
}
.gallery .swiper {
    height: 520px;
}
.gallery .swiper-slide img {
    height: 520px;
    object-fit: cover;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #1B1630;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    transition: transform .12s ease, background .12s ease;
}
.gallery .swiper-button-next:hover,
.gallery .swiper-button-prev:hover {
    background: #fff;
    transform: scale(1.06);
}
.gallery .swiper-button-next::after,
.gallery .swiper-button-prev::after {
    font-size: 17px;
    font-weight: 700;
}
.gallery .swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
    width: 7px;
    height: 7px;
}
.gallery .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 22px;
    border-radius: 4px;
}
.gallery .swiper-slide img {
    cursor: zoom-in;
}
.gallery__count {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(27, 22, 48, .62);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
}

.listing h1 {
    hyphens: auto;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
}

/* ---------- Card shell ---------- */
.listing-box {
    background: #fff;
    border: 1px solid var(--ti-line);
    border-radius: 8px;
    box-shadow: var(--ti-card-shadow);
    padding: 28px 32px;
    margin-bottom: 24px;
}
.listing-box__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
.listing-box__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 8px;
    background: var(--ti-tint-50);
    color: var(--ti-primary);
}
.listing-box__icon svg {
    width: 21px;
    height: 21px;
}
.listing-box__title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--ti-ink);
}

/* ---------- Header card ---------- */
.listing-header .pill {
    display: inline-block;
    margin-bottom: 14px;
}
.pill {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
}
.pill--accent {
    background: var(--ti-tint-100);
    color: var(--ti-primary-dark);
}
.listing-header__title {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    color: var(--ti-ink);
    margin-bottom: 18px;
}
.listing-address {
    display: flex;
    gap: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--ti-body);
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--ti-line);
}
.listing-address__icon {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--ti-primary);
}
.listing-address em {
    font-style: italic;
}

.listing-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 24px;
}
.listing-price__amount {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ti-ink);
    letter-spacing: 0;
}
.listing-price__label {
    font-size: 15px;
    font-weight: 500;
    color: var(--ti-muted);
}

/* ---------- Stat strip ---------- */
.stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.stat-strip__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
    background: var(--ti-tint-50);
}
.stat-strip__item > svg {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    color: var(--ti-primary);
}
.stat-strip__item > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.stat-strip__value {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ti-ink);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stat-strip__label {
    font-size: 12.5px;
    color: var(--ti-muted);
}

.listing-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -8px 0 16px;
}

.listings-list .listing-trust-badges {
    gap: 6px;
    margin: 0 0 12px;
}

.listing-trust-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    min-height: 24px;
    padding: 0 10px;
    white-space: nowrap;
}

.listing-trust-badge--commission-free {
    background: #E8F7EF;
    color: #167A43;
}

.listing-trust-badge--private {
    background: #F1ECFE;
    color: #5F1BD4;
}

.listing-trust-badge--source {
    background: #EEF3FF;
    color: #2354A6;
}

.listing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--ti-line);
    font-size: 12.5px;
    color: var(--ti-muted);
}
.listing-meta b {
    color: var(--ti-body);
    font-weight: 600;
}

/* ---------- Spec grid ---------- */
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin: 0;
}
.spec-grid__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid var(--ti-line);
}
.spec-grid__row dt {
    color: var(--ti-muted);
    font-weight: 400;
    width: 45%;
    padding-right: 1rem;
    vertical-align: top;
}

.listing-box .accordion-button:not(.collapsed) {
    color: inherit;
}

.listing-box .accordion-button:focus {
    box-shadow: none;
}
.spec-grid__row dd {
    margin: 0;
    text-align: right;
    color: var(--ti-ink);
    font-weight: 500;
}

/* ---------- Feature chips ---------- */
.feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}
.feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px 7px 11px;
    border-radius: 999px;
    background: var(--ti-tint-50);
    border: 1px solid var(--ti-tint-100);
    color: var(--ti-primary-dark);
    font-size: 13.5px;
    font-weight: 500;
}
.feature-chip::before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-color: var(--ti-primary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ---------- Accordion ---------- */
.listing-accordion .accordion-item {
    border: 1px solid var(--ti-line);
    border-radius: 8px !important;
    overflow: hidden;
}
.listing-accordion .accordion-button {
    font-weight: 500;
    color: var(--ti-ink);
    background: #fff;
    box-shadow: none;
}
.listing-accordion .accordion-button:not(.collapsed) {
    color: var(--ti-primary-dark);
    background: var(--ti-tint-50);
}
.listing-accordion .accordion-button:focus {
    box-shadow: 0 0 0 .2rem rgba(124, 58, 237, .18);
}
.listing-accordion .accordion-body {
    padding-top: 6px;
}

/* ---------- Price table ---------- */
.price-table {
    width: 100%;
    margin: 0;
}
.price-table th,
.price-table td {
    padding: 13px 0;
    border-bottom: 1px solid var(--ti-line);
    vertical-align: middle;
}
.price-table th {
    font-weight: 400;
    color: var(--ti-muted);
    text-align: left;
}
.price-table td {
    text-align: right;
    font-weight: 500;
    color: var(--ti-ink);
}
.price-table tr:last-child th,
.price-table tr:last-child td {
    border-bottom: none;
}
.price-table__highlight th {
    color: var(--ti-ink);
    font-weight: 600;
    font-size: 1.05rem;
}
.price-table__highlight td {
    color: var(--ti-primary-dark);
    font-weight: 700;
    font-size: 1.35rem;
}

/* ---------- Description prose ---------- */
.description-prose {
    max-width: 68ch;
    color: var(--ti-body);
}
.description-prose h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--ti-ink);
    margin: 26px 0 10px;
}
.description-prose h4:first-child {
    margin-top: 0;
}
.description-prose p {
    line-height: 1.75;
    margin-bottom: 14px;
}

/* ---------- Energy certificate ---------- */
.energy__summary {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}
.energy__class {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 56px;
    padding: 0 14px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    flex: 0 0 auto;
}
.energy__number {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ti-ink);
}
.energy__type {
    display: block;
    font-size: 13px;
    color: var(--ti-muted);
}
.energy__scale {
    position: relative;
    height: 14px;
}
.energy__bar {
    height: 14px;
    border-radius: 7px;
    background: linear-gradient(90deg, #009640, #4EA72E, #95C11F, #D7D700, #FFED00, #F9BA00, #EF7D00, #E30613, #B00610);
}
.energy__marker {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--ti-ink);
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
}
.energy__labels {
    display: flex;
    margin-top: 8px;
}
.energy__labels span {
    flex: 1;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--ti-muted);
}
.energy__labels span.energy__labels-active {
    color: var(--ti-ink);
}

/* ---------- Map ---------- */
.listing-map {
    width: 100%;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    background: #eceaf3;
}

/* ---------- Contact card ---------- */
.contact-card {
    top: 24px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(20, 14, 43, .04), 0 16px 40px rgba(124, 58, 237, .16);
    border-color: var(--ti-tint-100);
}
.contact-card__avatar {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.contact-card__avatar img {
    max-width: 132px;
    max-height: 76px;
    object-fit: contain;
}
.contact-card__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--ti-muted);
    font-weight: 600;
}
.contact-card__name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ti-ink);
    margin-top: 2px;
}
.contact-card .contact-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 15px;
    color: var(--ti-body);
}
.contact-card .contact-line a {
    font-weight: 600;
    color: var(--ti-primary-dark);
}
.contact-card .contact-line svg {
    color: var(--ti-primary);
}
.contact-card__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--ti-line);
    font-size: 12.5px;
    color: var(--ti-muted);
}
.contact-card__note svg {
    color: #22c55e;
    flex: 0 0 auto;
}

/* ---------- Lightbox ---------- */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 12, 25, .93);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.lightbox.is-open {
    display: flex;
}
.lightbox__img {
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .55);
}
.lightbox__close,
.lightbox__nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    cursor: pointer;
    transition: background .12s ease, transform .12s ease;
}
.lightbox__close {
    top: 20px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
}
.lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 22px;
}
.lightbox__prev { left: 20px; }
.lightbox__next { right: 20px; }
.lightbox__close:hover,
.lightbox__nav:hover {
    background: rgba(255, 255, 255, .28);
}
.lightbox__nav:hover {
    transform: translateY(-50%) scale(1.06);
}
.lightbox__counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
@media (max-width: 575.98px) {
    .lightbox__nav { width: 42px; height: 42px; }
    .lightbox__prev { left: 8px; }
    .lightbox__next { right: 8px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .listing-box {
        padding: 22px 20px;
    }
    .listing-header__title {
        font-size: 1.6rem;
    }
    .listing-price__amount {
        font-size: 2.1rem;
    }
    .gallery,
    .gallery .swiper,
    .gallery .swiper-slide img {
        height: 340px;
    }
    .stat-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .spec-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .stat-strip {
        grid-template-columns: 1fr 1fr;
    }
    .listing-header__title {
        font-size: 1.4rem;
    }
}

/*
	Redesign 2026 — "Aubergine & Warm Stone"
*/
.listing-trust-badge--commission-free {
	background: #E6F0EA;
	color: var(--ti-save);
}
.listing-trust-badge--private {
	background: var(--ti-brand-tint);
	color: var(--bs-primary);
}
.listing-trust-badge--source {
	background: #EEF1F6;
	color: #3B4A63;
}
.listing-contact {
	box-shadow: 0 18px 44px -22px rgba(42, 17, 64, 0.28);
	border: 1px solid var(--ti-line);
}
.listing-box {
	border: 1px solid var(--ti-line);
	box-shadow: none;
}

/* ============================================================================
   Exposé — listing-detail enhancements (2026)
   ----------------------------------------------------------------------------
   Layers on top of the shipped "Aubergine & Warm Stone" redesign to make the
   detail page read like an estate brochure: a serif price masthead, a
   hairline spec rail, calm feature chips, readable prose and airy spec
   tables. Reuses the site-wide --ti-* tokens + Lora (--ti-serif). Appended so
   it wins over the base rules above; every rule is scoped to the listing page.
   ============================================================================ */

/* ---- Title ---------------------------------------------------------------- */
.listing h1 {
	letter-spacing: -0.012em;
	line-height: 1.12;
	margin-bottom: 1rem;
}

/* ---- Address -------------------------------------------------------------- */
.listing .address {
	color: var(--ti-ink-2);
	align-items: flex-start;
	gap: 0.5rem;
}
.listing .address > div:first-child {
	margin-right: 0;
}
.listing .address svg {
	margin-right: 0;
	color: var(--bs-primary);
	margin-top: 2px;
	flex: 0 0 auto;
}

/* ============================================================================
   Signature — serif price masthead + hairline spec rail
   ============================================================================ */
.listing .description-row {
	align-items: flex-end !important;
	gap: 1.5rem 2rem;
	flex-wrap: wrap;
	padding-top: 1.4rem;
	margin-bottom: 2.5rem !important;
	border-top: 1px solid var(--ti-line);
}

.listing .listing-details--large {
	gap: 0;
	align-items: stretch;
	flex-wrap: wrap;
	row-gap: 1rem;
}
/* the material black PNG icons read as cheap — this rail is typographic */
.listing .listing-details--large dl i {
	display: none;
}
.listing .listing-details--large dl {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
	padding: 0 1.6rem;
}
.listing .listing-details--large dl:first-child {
	padding-left: 0;
}
.listing .listing-details--large dl:not(:first-child) {
	border-left: 1px solid var(--ti-line);
}
.listing .listing-details--large dl span {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.listing .listing-details--large dd {
	order: 2;
	margin: 0;
	font-family: var(--ti-serif);
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	color: var(--ti-ink);
	line-height: 1;
}
.listing .listing-details--large dt {
	order: 1;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--ti-muted);
}
/* price = hero figure with the single gold flourish underneath */
.listing .listing-details--large dl:first-child dd {
	font-size: clamp(2.1rem, 1.5rem + 2.4vw, 3.1rem);
	align-self: flex-start;
	border-bottom: 3px solid var(--ti-gold);
	padding-bottom: 3px;
}
.listing .listing-details--large dl:not(:first-child) dd {
	font-size: 1.5rem;
}

/* technical IDs — quiet meta, out of the way */
.listing .listing-ids {
	flex-direction: column;
	font-size: 0.72rem;
	line-height: 1.7;
	color: var(--ti-muted);
	align-self: flex-end;
}
.listing .listing-ids .listing-id span {
	color: var(--ti-ink);
	font-weight: 500;
}

/* ============================================================================
   Section cards — brochure headings, readable prose, airy spec tables
   ============================================================================ */
.listing-box h3 {
	padding-bottom: 0.8rem;
	margin-bottom: 1.4rem !important;
	border-bottom: 1px solid var(--ti-line);
	letter-spacing: -0.01em;
}
/* sub-headings inside the description read as small aubergine eyebrows */
.listing-box h4 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
	color: var(--bs-primary);
	margin-bottom: 0.6rem;
}
.listing-box p {
	color: var(--ti-ink-2);
	font-size: 1rem;
	line-height: 1.72;
	max-width: 68ch;
}

/* spec tables — label left / value right, hairline row separators */
.listing-box .table {
	margin-bottom: 0;
}
.listing-box .table tbody tr {
	border-bottom: 1px solid #F1EBE1;
}
.listing-box .table tbody tr:last-child {
	border-bottom: 0;
}
.listing-box .table th {
	color: var(--ti-muted);
	font-weight: 400;
	padding: 0.6rem 1rem 0.6rem 0;
	vertical-align: top;
}
.listing-box .table td {
	color: var(--ti-ink);
	font-weight: 600;
	text-align: right;
	vertical-align: top;
	padding: 0.6rem 0;
}
.listing .basic-info-table th {
	width: 55%;
}

/* feature chips — calm stone tags with a pine "included" check, not
   green success alerts */
.listing-box .badge.bg-success {
	background: var(--ti-stone) !important;
	color: var(--ti-ink) !important;
	border: 1px solid var(--ti-line);
	border-radius: 6px;
	font-weight: 500;
	font-size: 0.82rem;
	padding: 0.42rem 0.72rem;
	margin-right: 0.4rem !important;
	margin-bottom: 0.4rem !important;
}
.listing-box .badge.bg-success::before {
	content: "\2713\00a0\00a0";
	color: var(--ti-save);
	font-weight: 700;
}

/* "Mehr Informationen" toggle */
.listing-box .accordion-button {
	color: var(--bs-primary);
	font-weight: 600;
	font-size: 0.95rem;
}
.listing-box .accordion-button:not(.collapsed) {
	color: var(--bs-primary-dark);
	background: transparent;
}

/* map frame */
.listing #map {
	border: 1px solid var(--ti-line);
	border-radius: 10px;
	overflow: hidden;
}

/* ============================================================================
   Gallery polish
   ============================================================================ */
.listing .pictures {
	background: #ece3d6;
}
.listing .swiper-button-next,
.listing .swiper-button-prev {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--ti-ink);
	box-shadow: 0 2px 12px rgba(30, 26, 28, 0.22);
	transition: background 0.15s ease, transform 0.15s ease;
}
.listing .swiper-button-next:hover,
.listing .swiper-button-prev:hover {
	background: #fff;
	transform: scale(1.05);
}
.listing .swiper-button-next::after,
.listing .swiper-button-prev::after {
	font-size: 16px;
	font-weight: 700;
}
/* empty picture captions (titles are usually blank) shouldn't render */
.listing .carousel-caption:has(h5:empty) {
	display: none;
}

/* ============================================================================
   Contact card
   ============================================================================ */
.listing-contact {
	border-radius: 12px;
}
.listing-contact .text-style-subtitle {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--ti-muted);
}

/* ============================================================================
   Accessibility & motion
   ============================================================================ */
.listing a:focus-visible,
.listing button:focus-visible,
.listing-contact a:focus-visible {
	outline: 2px solid var(--bs-primary);
	outline-offset: 2px;
	border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
	.listing .swiper-button-next,
	.listing .swiper-button-prev {
		transition: none;
	}
}

/* ============================================================================
   Responsive
   ============================================================================ */
@media (max-width: 991.98px) {
	.listing-contact {
		top: 0;
	}
}
@media (max-width: 767.98px) {
	/* The full-height desktop hero swallows the whole phone viewport.
	   NB: the gallery markup sits *outside* `.listing`, so this cannot be
	   scoped to `.listing .swiper` (that matches nothing). `.swiper` only
	   renders on this page. Box padding, the description-row stack and the
	   ID alignment are handled by the Exposé rules in the 575.98px block. */
	.swiper {
		height: 320px;
	}
}
@media (max-width: 575.98px) {
	.listing-box {
		padding: 20px 18px;
	}
	.listing .description-row {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 1.25rem;
	}
	.listing .listing-details--large {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.1rem;
	}
	.listing .listing-details--large dl {
		padding: 0;
	}
	.listing .listing-details--large dl:not(:first-child) {
		border-left: 0;
	}
	.listing .listing-ids {
		align-self: flex-start;
		align-items: flex-start;
		text-align: left !important;
	}
}
