.awfsl {
	--awfsl-accent: #d7193f;
	--awfsl-dark: #111;
	--awfsl-border: #e5e7eb;
	--awfsl-muted: #667085;
	--awfsl-summary-bg: var(--awfsl-accent);
	--awfsl-summary-width: 280px;
	--awfsl-summary-height: auto;
	--awfsl-summary-radius: 0;
	--awfsl-summary-shadow: none;
	--awfsl-button-bg: #fff;
	--awfsl-button-color: var(--awfsl-accent);
	--awfsl-button-hover-bg: var(--awfsl-dark);
	--awfsl-button-hover-color: #fff;
	--awfsl-button-radius: 0;
	--awfsl-section-bg: #f7f7f7;
	--awfsl-section-border-color: #d8d8d8;
	--awfsl-section-radius: 6px;
	--awfsl-read-more-bg: transparent;
	--awfsl-read-more-color: var(--awfsl-accent);
	--awfsl-read-more-hover-bg: transparent;
	--awfsl-read-more-hover-color: var(--awfsl-dark);
	--awfsl-read-more-radius: 0;
	--awfsl-lightbox-arrow-bg: transparent;
	--awfsl-lightbox-arrow-color: #fff;
	--awfsl-lightbox-arrow-hover-bg: transparent;
	--awfsl-lightbox-arrow-hover-color: var(--awfsl-accent);
	--awfsl-lightbox-close-bg: #fff;
	--awfsl-lightbox-close-color: #111;
	--awfsl-lightbox-close-hover-bg: var(--awfsl-accent);
	--awfsl-lightbox-close-hover-color: #fff;
	color: var(--awfsl-dark);
	font-family: inherit;
	max-width: 1020px;
	margin: 0 auto;
}

.awfsl * { box-sizing: border-box; }
.awfsl__hero { margin-bottom: 32px; }
.awfsl__postcard { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, var(--awfsl-summary-width)); gap: 18px; align-items: start; background: #fff; }
.awfsl__gallery, .awfsl__summary, .awfsl__section { min-width: 0; }
.awfsl__stage { position: relative; overflow: hidden; background: #f2f4f7; aspect-ratio: 4 / 3; }
.awfsl__slide { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; background: transparent; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.awfsl__slide.is-active { opacity: 1; pointer-events: auto; }
.awfsl__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.awfsl__gallery { position: relative; }
.awfsl__controls { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.awfsl__controls .expand { display: none; }
.awfsl__controls .arrow { position: absolute; top: 50%; display: inline-grid; place-items: center; width: 34px; height: 50px; border: 0; border-radius: 0; background: transparent; color: var(--awfsl-accent); font-size: 34px; line-height: 1; cursor: pointer; pointer-events: auto; transform: translateY(-50%); transition: color .16s ease; }
.awfsl__controls .arrow i { display: block; font-size: 32px; line-height: 1; }
.awfsl__controls .arrow:hover { background: transparent; color: #111; }
.awfsl__controls .prev { left: 0; }
.awfsl__controls .next { right: 0; }
.awfsl__thumb-carousel { position: relative; display: block; height: 72px; overflow: hidden; background: #fff; }
.awfsl__thumb-nav { position: absolute; top: 50%; z-index: 5; display: inline-grid; place-items: center; width: 32px; height: 48px; min-height: 0; border: 0; background: transparent; color: var(--awfsl-accent); font-size: 28px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: color .16s ease; }
.awfsl__thumb-nav i { display: block; font-size: 30px; line-height: 1; }
.awfsl__thumb-nav:hover { background: transparent; color: #111; }
.awfsl__thumb-nav:first-child { left: 0; }
.awfsl__thumb-nav:last-child { right: 0; }
.awfsl__thumbs { display: flex; gap: 0; height: 72px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding: 0; background: #fff; }
.awfsl__thumbs::-webkit-scrollbar { display: none; }
.awfsl__thumb { flex: 0 0 112px; width: 112px; height: 72px; overflow: hidden; border: 0; padding: 0; background: #fff; cursor: pointer; opacity: .34; }
.awfsl__thumb.is-active { opacity: 1; }
.awfsl__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.awfsl__summary { display: flex; min-height: 0; align-items: stretch; overflow: hidden; padding: 0; border-radius: var(--awfsl-summary-radius); background: var(--awfsl-summary-bg); box-shadow: var(--awfsl-summary-shadow); color: #fff; }
.awfsl--summary-height-custom .awfsl__summary { height: var(--awfsl-summary-height); }
.awfsl--summary-height-auto .awfsl__summary { height: auto; }
.awfsl__summary .content { width: 100%; }
.awfsl__summary .content { display: flex; min-height: 100%; flex-direction: column; padding: 22px 22px 20px; }
.awfsl__make, .awfsl__summary-meta, .awfsl__monthly { margin: 0 0 18px; color: #fff; font-size: 13px; font-weight: 750; line-height: 1.45; }
.awfsl--summary-fit-nowrap .awfsl__summary-meta,
.awfsl--summary-fit-shrink .awfsl__summary-meta { white-space: nowrap; }
.awfsl--summary-fit-nowrap .awfsl__summary-meta { overflow: hidden; text-overflow: ellipsis; }
.awfsl h1, .awfsl .title { margin: 0 0 16px; color: inherit; font-size: 24px; line-height: 1.12; letter-spacing: 0; text-transform: uppercase; }
.awfsl .listing-price { margin: auto 0 28px; color: #fff; font-size: 32px; font-weight: 850; line-height: 1; }
.awfsl__actions { display: grid; gap: 12px; margin-top: 0; }
.awfsl__button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border: 0; border-radius: var(--awfsl-button-radius); padding: 12px 16px; background: var(--awfsl-button-bg); color: var(--awfsl-button-color); text-decoration: none; font-size: 13px; font-weight: 850; text-transform: uppercase; }
.awfsl__button:hover { background: var(--awfsl-button-hover-bg); color: var(--awfsl-button-hover-color); text-decoration: none; }
.awfsl__content { margin-top: 0; }
.awfsl__inner { max-width: 100%; margin: 0 auto; }
.awfsl__section { margin-top: 32px; }
.awfsl__section h2 { margin: 0 0 18px; color: var(--awfsl-dark); font-size: 26px; line-height: 1.2; }
.listing-detail-panel { margin: 20px 0; padding: 20px; border: 1px solid var(--awfsl-section-border-color); border-radius: var(--awfsl-section-radius); background: var(--awfsl-section-bg); box-shadow: 0 1px 8px rgba(0,0,0,.18); }
.listing-detail-panel .title { margin-bottom: 16px; color: #555; font-size: 22px; line-height: 1.2; text-transform: uppercase; }
.listing-detail-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px 22px; margin-top: 16px; }
.listing-detail-grid__item { display: grid; grid-template-columns: 20px minmax(0, 1fr); column-gap: 8px; align-items: start; }
.listing-detail-icon { grid-row: span 2; display: inline-flex; width: 18px; height: 18px; align-items: flex-start; justify-content: center; color: var(--awfsl-accent); line-height: 1; }
.listing-detail-icon i { display: block; width: 18px; font-size: 14px; line-height: 1; text-align: center; }
.listing-detail-grid strong { display: block; margin: 0; color: #777; font-size: 12px; font-weight: 500; line-height: 1.15; }
.listing-detail-grid span:not(.listing-detail-icon) { color: #5b5b5b; font-size: 12px; font-weight: 850; line-height: 1.25; }
.awfsl__copy { margin-top: 0; }
.awfsl__copy p { margin-bottom: 12px; color: #5b5b5b; font-size: 12px; line-height: 1.7; }
.awfsl__copy.is-collapsed { max-height: 52px; overflow: hidden; }
.awfsl__copy.is-expanded { max-height: none; }
.awfsl__read-more { display: inline-flex; margin: -4px 0 12px; border: 0; border-radius: var(--awfsl-read-more-radius); padding: 0; background: var(--awfsl-read-more-bg); color: var(--awfsl-read-more-color); font-size: 12px; font-weight: 850; cursor: pointer; }
.awfsl__read-more:hover { background: var(--awfsl-read-more-hover-bg); color: var(--awfsl-read-more-hover-color); }
.listing-feature-list { columns: 3; column-gap: 42px; margin: 0; padding: 0; list-style: none; }
.listing-feature-list li { break-inside: avoid; margin-bottom: 8px; color: #777; font-size: 12px; line-height: 1.35; }
.awfsl__finance { margin-top: 70px; padding: 0; background: transparent; }
.awfsl__finance-intro { margin: 0 0 10px; color: #777; font-size: 12px; font-weight: 800; }
.awfsl__share { margin-top: 28px; }
.awfsl__find-sell { margin: 72px auto 0; }
.awfsl__related { margin-top: 54px; }
.awfsl__related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.awfsl__related-listings .awvl-card { cursor: pointer; }
.awfsl-lightbox { --awfsl-lightbox-arrow-bg: transparent; --awfsl-lightbox-arrow-color: #fff; --awfsl-lightbox-arrow-hover-bg: transparent; --awfsl-lightbox-arrow-hover-color: var(--awfsl-accent, #d7193f); --awfsl-lightbox-close-bg: #fff; --awfsl-lightbox-close-color: #111; --awfsl-lightbox-close-hover-bg: var(--awfsl-accent, #d7193f); --awfsl-lightbox-close-hover-color: #fff; position: fixed; z-index: 100000; inset: 0; display: grid; place-items: center; padding: 24px 76px; background: rgba(0,0,0,.86); }
.awfsl-lightbox[hidden] { display: none; }
.awfsl-lightbox img { max-width: min(1200px, 96vw); max-height: 90vh; object-fit: contain; }
.awfsl-lightbox button { position: fixed; z-index: 2; display: inline-grid; place-items: center; border: 0; background: transparent; color: #fff; line-height: 1; cursor: pointer; }
.awfsl-lightbox__close { top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; background: var(--awfsl-lightbox-close-bg) !important; color: var(--awfsl-lightbox-close-color) !important; font-size: 28px; }
.awfsl-lightbox__close:hover { background: var(--awfsl-lightbox-close-hover-bg) !important; color: var(--awfsl-lightbox-close-hover-color) !important; }
.awfsl-lightbox__nav { top: 50%; width: 58px; height: 80px; background: var(--awfsl-lightbox-arrow-bg); color: var(--awfsl-lightbox-arrow-color); font-size: 52px; transform: translateY(-50%); }
.awfsl-lightbox__nav:hover { background: var(--awfsl-lightbox-arrow-hover-bg); color: var(--awfsl-lightbox-arrow-hover-color); }
.awfsl-lightbox__prev { left: 12px; }
.awfsl-lightbox__next { right: 12px; }
body.awfsl-lightbox-open { overflow: hidden; touch-action: none; }

@media (max-width: 900px) {
	.awfsl { max-width: 100%; }
	.awfsl__hero { margin-bottom: 24px; }
	.awfsl__postcard { grid-template-columns: 1fr; gap: 18px; }
	.awfsl__summary { height: auto; }
	.awfsl__summary .content { padding: 22px; }
	.awfsl h1, .awfsl .title { margin-bottom: 14px; font-size: 28px; line-height: 1.08; }
	.awfsl__make, .awfsl__summary-meta, .awfsl__monthly { margin-bottom: 14px; font-size: 14px; line-height: 1.35; }
	.awfsl .listing-price { margin: 18px 0 18px; font-size: 34px; }
	.awfsl__button { min-height: 48px; padding: 13px 16px; }
	.awfsl__related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.listing-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.awfsl-lightbox { padding: 18px 48px; }
	.awfsl-lightbox img { max-width: 100%; max-height: 86vh; }
	.awfsl-lightbox__nav { width: 42px; height: 64px; font-size: 42px; }
	.awfsl-lightbox__prev { left: 2px; }
	.awfsl-lightbox__next { right: 2px; }
	.awfsl-lightbox__close { top: 10px; right: 10px; width: 40px; height: 40px; font-size: 26px; }
}

@media (max-width: 640px) {
	.awfsl__hero { margin-bottom: 18px; }
	.awfsl__postcard { gap: 14px; }
	.awfsl__stage { aspect-ratio: 4 / 3; }
	.awfsl__controls .arrow { width: 28px; height: 44px; }
	.awfsl__controls .arrow i { font-size: 26px; }
	.awfsl__thumb-carousel, .awfsl__thumbs { height: 58px; }
	.awfsl__thumb { flex: 0 0 74px; width: 74px; height: 58px; }
	.awfsl__thumb-nav { width: 28px; height: 44px; }
	.awfsl__thumb-nav i { font-size: 25px; }
	.awfsl__summary .content { padding: 20px; }
	.awfsl__related-grid { grid-template-columns: 1fr; }
	.listing-detail-panel { margin: 18px 0; padding: 16px 14px; }
	.listing-detail-panel .title { margin-bottom: 12px; font-size: 22px; }
	.awfsl .listing-detail-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px 12px; }
	.awfsl .listing-detail-grid__item { min-width: 0; grid-template-columns: 17px minmax(0, 1fr); column-gap: 7px; }
	.listing-detail-icon { width: 16px; height: 16px; }
	.listing-detail-icon i { width: 16px; font-size: 13px; }
	.listing-detail-grid strong { font-size: 11px; }
	.listing-detail-grid span:not(.listing-detail-icon) { font-size: 12px; }
	.listing-feature-list { columns: 2; column-gap: 20px; }
	.listing-feature-list li { margin-bottom: 7px; font-size: 11.5px; }
	.awfsl__copy p { font-size: 12px; line-height: 1.55; }
	.awfsl__section { margin-top: 18px; }
	.awfsl__section h2 { margin-bottom: 14px; font-size: 24px; }
	.awfsl h1, .awfsl .title { font-size: 27px; }
	.awfsl .listing-price { font-size: 32px; }
	.awfsl-lightbox { align-content: center; justify-items: center; padding: 58px 0 22px; background: rgba(0,0,0,.94); touch-action: pan-y; }
	.awfsl-lightbox img { width: 100vw; max-width: 100vw; max-height: calc(100vh - 96px); object-fit: contain; }
	.awfsl-lightbox__nav { top: 50%; width: 44px; height: 72px; transform: translateY(-50%); }
	.awfsl-lightbox__prev { left: 0; }
	.awfsl-lightbox__next { right: 0; }
	.awfsl-lightbox__close { top: 12px; right: 12px; width: 44px; height: 44px; }
}

@media (max-width: 380px) {
	.awfsl__summary .content { padding: 18px; }
	.awfsl h1, .awfsl .title { font-size: 24px; }
	.awfsl__make, .awfsl__summary-meta, .awfsl__monthly { font-size: 13px; }
	.awfsl .listing-price { font-size: 30px; }
	.awfsl__button { min-height: 46px; padding: 12px 14px; font-size: 12px; }
	.listing-detail-panel { padding: 14px 12px; }
	.listing-detail-grid { gap: 13px 10px; }
	.listing-feature-list { column-gap: 16px; }
	.listing-feature-list li { font-size: 11px; }
}
