/* ==========================================================================
   SWS Temp Templates — Single article
   Loaded alongside blog.css (which provides the --sws-* tokens, the featured
   card, the cards grid and the hero base).
   ========================================================================== */

/*
 * Reading-column width. The hero text sits at the far LEFT (content-left edge);
 * the body copy is this narrower, indented reading column, while the featured
 * card breaks out to span the full content width. Matches the design.
 */
.sws-article {
	--sws-article-column: 74rem;
}

/* ── Hero (band variant of the blog hero, content bottom-left) ───────────── */

.sws-article-hero {
	/* Capped hero height for this plugin's templates. */
	min-height: 600px;
	max-height: 600px;
	align-items: flex-end;
	justify-content: flex-start;
	text-align: left;
	padding-block: calc(var(--site-header-height, 103px) + clamp(2.5rem, 4vw, 4rem)) clamp(4rem, 6vw, 6rem);
}

.sws-article-hero__inner {
	width: min(100% - 2rem, var(--sws-content-width));
	text-align: left;
}

.sws-article-hero__breadcrumb {
	display: flex;
	align-items: center;
	gap: 1.6rem; /* 16px between each element and the "/" separator */
	margin: 0 0 1.5rem;
	flex-wrap: wrap;
}

.sws-article-hero__breadcrumb-sep {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.4rem;
	line-height: 1;
}

.sws-article-hero__breadcrumb a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 0.25s ease;
}

.sws-article-hero__breadcrumb a:hover {
	color: var(--sws-white);
}

.sws-article-hero__title {
	margin: 0;
	font-family: var(--sws-serif);
	font-weight: 400;
	letter-spacing: 0.01em;
	font-size: 3.5rem;
	line-height: 1.1;
	max-width: var(--sws-article-column);
	color: var(--sws-white);
}

.sws-article-hero__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.6rem; /* 16px between each element and the "|" separator */
	margin: 1.5rem 0 0;
	font-family: var(--sws-sans);
	font-size: 1.4rem; /* 14px */
	font-weight: 300;
	line-height: 1.5; /* 21px */
	color: rgba(255, 255, 255, 0.6);
}

.sws-article-hero__meta-sep {
	color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
	.sws-article-hero__title {
		font-size: 5rem;
	}
}

/* ── Article body (narrow reading column) ───────────────────────────────── */

/*
 * Indented reading column, centred within the content width. The featured
 * card (below) breaks out of this to span the full content width.
 */
.sws-article__body {
	max-width: var(--sws-article-column);
	padding-block: clamp(3rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem);
	font-family: var(--sws-sans);
	font-size: 1.7rem; /* 17px */
	font-weight: 300;
	line-height: 1.7; /* 28.9px */
	color: rgba(15, 52, 73, 0.85);
}

.sws-article__body > p,
.sws-article__body > ul,
.sws-article__body > ol {
	margin: 0 0 1.5em;
	font-weight: 300;
}

.sws-article__body > ul,
.sws-article__body > ol {
	padding-left: 1.6em;
}

.sws-article__body li {
	margin-bottom: 0.6em;
}

/*
 * Direct-child scope (`>`) so these only style the post's own content blocks,
 * never the injected featured-article card (which is a nested element with its
 * own white-on-image styling).
 */
.sws-article__body > h2,
.sws-article__body > h3,
.sws-article__body > h4 {
	font-family: var(--sws-serif);
	font-weight: 400;
	letter-spacing: 0.01em;
	color: var(--sws-primary);
	line-height: 1.2;
	margin: 1.6em 0 0.6em;
}

.sws-article__body > h2 {
	font-size: 2.8rem;
}

.sws-article__body > h3 {
	font-size: 2.2rem;
}

.sws-article__body > h4 {
	font-size: 1.8rem;
}

.sws-article__body p a,
.sws-article__body li a {
	color: var(--sws-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sws-article__body img,
.sws-article__body figure {
	max-width: 100%;
	height: auto;
	border-radius: var(--sws-card-radius);
}

.sws-article__body blockquote {
	margin: 1.5em 0;
	padding-left: 2rem;
	border-left: 2px solid var(--wp--preset--color--accent-light, #b1eaff);
	font-family: var(--sws-serif);
	font-size: 2rem;
	line-height: 1.4;
	color: var(--sws-primary);
}

/* Lead / intro — left accent rule, matches the design's pull-quote intro. */
.sws-article__lead {
	margin: 0 0 clamp(2rem, 3vw, 3rem);
	padding-left: clamp(1.5rem, 2vw, 2.25rem);
	border-left: 3px solid var(--wp--preset--color--accent-light, #b1eaff);
}

.sws-article__lead p {
	margin: 0;
	font-family: var(--sws-serif);
	font-size: 2.2rem; /* 22px */
	font-weight: 400;
	line-height: 1.55; /* 34.1px */
	color: #0f3449;
}

/* ── Top full-width block (widget lifted above the lead, breaks out to 100vw) ─ */
.sws-article__topblock {
	/* Full-bleed: span the whole viewport regardless of the narrow body column. */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: clamp(2rem, 3vw, 3rem);
	/* Offset for the fixed header when the "Get a Quote" CTAs scroll here. */
	scroll-margin-top: calc(var(--site-header-height, 103px) + 1.5rem);
}

.sws-article__topblock > *:first-child {
	margin-top: 0;
}

/* ── In-content featured article (breaks out to full content width) ─────── */

.sws-article__feature.sws-blog-featured {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: min(var(--sws-content-width), calc(100vw - 3rem));
	margin-block: clamp(2.5rem, 4vw, 4rem);
	padding: 0;
}

/* ── Key Fact callout (meta field, injected into the body) ──────────────── */

.sws-article__keyfact {
	margin-block: clamp(2rem, 3vw, 3rem);
	padding: clamp(2rem, 3vw, 2.5rem);
	border-radius: var(--sws-card-radius);
	background: #f4f4f4;
}

.sws-article__keyfact-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	font-size: 1.1rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--sws-muted);
}

.sws-article__keyfact-eyebrow::before {
	content: "";
	width: 2.5rem;
	height: 1px;
	background: rgba(15, 52, 73, 0.3);
}

.sws-article__keyfact-text {
	margin: 0;
	color: #0f3449;
	font-family: var(--sws-serif);
	font-size: 2.6rem; /* 26px */
	font-style: normal;
	font-weight: 400;
	line-height: 1.35; /* 35.1px */
	letter-spacing: 0.26px;
}

/* ── Planning Your Trip (meta-field cards) ──────────────────────────────── */

.sws-article-planning {
	max-width: var(--sws-article-column);
	margin-block: clamp(2.5rem, 4vw, 4rem);
}

.sws-article-planning__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
	font-size: 1.2rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--sws-muted);
}

.sws-article-planning__eyebrow::before,
.sws-article-planning__eyebrow::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(15, 52, 73, 0.2);
}

.sws-article-planning__grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: 1fr;
}

@media (min-width: 600px) {
	.sws-article-planning__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.sws-article-planning__card {
	padding: clamp(1.5rem, 2.5vw, 2rem);
	border-radius: var(--sws-card-radius);
	background: #f4f4f4;
}

.sws-article-planning__label {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 0.85rem;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #0f3449;
}

/* Short rule before the label text (matches the design). */
.sws-article-planning__label::before {
	content: "";
	flex: none;
	width: 2rem;
	height: 1px;
	background: currentColor;
}

.sws-article-planning__text {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.55;
	color: rgba(15, 52, 73, 0.8);
}

/* ── Related articles ───────────────────────────────────────────────────── */

.sws-article-related {
	margin-top: clamp(3rem, 5vw, 5rem);
	border-top: 1px solid rgba(15, 52, 73, 0.1);
	padding-top: clamp(3.5rem, 6vw, 6rem);
}

/* Related cards drop the excerpt and read time (date only). */
.sws-article-related .sws-blog-card__excerpt {
	display: none;
}

.sws-article-related .sws-blog-card__meta .sws-blog-card__dot,
.sws-article-related .sws-blog-card__meta span:last-child {
	display: none;
}

/* ==========================================================================
   "Best Price & More" offer widget (dark panel + featured card + slider)
   ========================================================================== */

.sws-offer-widget {
	margin-block: clamp(3rem, 5vw, 5rem);
}

.sws-offer-widget__panel {
	--sws-offer-line: rgba(255, 255, 255, 0.14);
	background: var(--sws-primary);
	color: var(--sws-white);
	border-radius: clamp(20px, 3vw, 40px);
	padding: clamp(2rem, 4vw, 4rem);
}

/* ── Header ──────────────────────────────────────────────────────────────── */

.sws-offer-widget__eyebrow {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin: 0 0 1.4rem;
	font-family: var(--sws-sans);
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #b1eaff;
}

.sws-offer-widget__eyebrow::before {
	content: "";
	width: 3rem;
	height: 1px;
	background: rgba(177, 234, 255, 0.6);
}

.sws-offer-widget__title {
	margin: 0;
	font-family: var(--sws-serif);
	font-weight: 400;
	letter-spacing: 0.38px;
	font-size: 3.8rem;
	line-height: 1.2;
	color: #fff;
}

.sws-offer-widget__subtitle {
	margin: 1.2rem 0 0;
	max-width: 100%;
	font-family: var(--sws-sans);
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}

.sws-offer-widget__head {
	padding-bottom: clamp(1.6rem, 2.5vw, 2.4rem);
	margin-bottom: clamp(2rem, 3vw, 3rem);
	border-bottom: 1px solid var(--sws-offer-line);
}

/* ── Body layout: featured (image + white card) | slider ─────────────────── */

.sws-offer-widget__body {
	display: grid;
	grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
	gap: clamp(3rem, 5vw, 6rem);
	align-items: stretch;
}

/* Image + white card are stuck together, the card overlapping the image. */
.sws-offer-widget__main {
	display: flex;
	align-items: stretch;
}

.sws-offer-widget__image {
	flex: 1 1 0;
	max-width: 325px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06) center / cover no-repeat;
	min-height: 300px;
}

.sws-offer-widget__main .sws-offer-card--main {
	flex: 1 1 0;
	position: relative;
	z-index: 2;
	margin-left: 0rem;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

/* ── Slider ──────────────────────────────────────────────────────────────── */

.sws-offer-widget__slider {
	overflow: hidden;
}

.sws-offer-widget__track {
	display: flex;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
}

.sws-offer-widget__slide {
	flex: 0 0 100%;
	min-width: 100%;
	display: flex;
}

.sws-offer-widget__slide .sws-offer-card {
	width: 100%;
}

/* ── Offer card (shared: white "main" + dark "slide" variants) ───────────── */

.sws-offer-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 325px;
	padding: clamp(1.8rem, 2.5vw, 2.6rem);
	border-radius: 14px;
}

.sws-offer-card--main {
	background: var(--sws-white);
	color: var(--sws-primary);
}

.sws-offer-card--slide {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--sws-offer-line);
	color: var(--sws-white);
}

/* Route */
.sws-offer-card__route {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.55rem;
	font-weight: 400;
	padding-bottom: 1.4rem;
	margin-bottom: 1.4rem;
	border-bottom: 1px solid rgba(15, 52, 73, 0.12);
}

.sws-offer-card--slide .sws-offer-card__route {
	border-bottom-color: var(--sws-offer-line);
}

.sws-offer-card__arrow {
	flex: 1;
	position: relative;
	height: 1px;
	background: currentColor;
	opacity: 0.55;
	max-width: 4.5rem;
}

.sws-offer-card__arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.sws-offer-card__endpoint {
	white-space: nowrap;
}

/* Aircraft */
.sws-offer-card__aircraft {
	margin-bottom: 1.6rem;
}

.sws-offer-card__name {
	margin: 0;
	font-family: var(--sws-serif);
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.15;
	color: inherit;
}

.sws-offer-card__type {
	display: block;
	margin-top: 0.4rem;
	font-size: 1.4rem;
	font-weight: 300;
	color: var(--sws-muted);
}

.sws-offer-card--slide .sws-offer-card__type {
	color: rgba(255, 255, 255, 0.6);
}

/* Specs */
.sws-offer-card__specs {
	margin: 0 0 auto;
	padding-bottom: 1.6rem;
}

.sws-offer-card__spec {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.55rem 0;
}

.sws-offer-card__spec dt {
	font-size: 1.45rem;
	font-weight: 300;
	color: var(--sws-muted);
}

.sws-offer-card--slide .sws-offer-card__spec dt {
	color: rgba(255, 255, 255, 0.6);
}

.sws-offer-card__spec dd {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	color: inherit;
}

/* Footer: price + CTA */
.sws-offer-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.6rem;
	border-top: 1px solid rgba(15, 52, 73, 0.12);
}

.sws-offer-card--slide .sws-offer-card__foot {
	border-top-color: var(--sws-offer-line);
}

.sws-offer-card__price {
	display: flex;
	align-items: baseline;
	gap: 0.6rem;
	font-family: var(--sws-serif);
}

.sws-offer-card__price-label {
	font-size: 1.5rem;
	font-weight: 300;
}

.sws-offer-card__price-value {
	font-size: 2rem;
}

.sws-offer-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.1rem 2rem;
	border-radius: 999px;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sws-offer-card--main .sws-offer-card__cta {
	background: var(--sws-primary);
	color: var(--sws-white);
	border: 1px solid var(--sws-primary);
}

.sws-offer-card--main .sws-offer-card__cta:hover {
	background: transparent;
	color: var(--sws-primary);
}

.sws-offer-card--slide .sws-offer-card__cta {
	background: #b1eaff;
	color: var(--sws-primary);
	border: 1px solid #b1eaff;
	border-radius: 38px;
}

.sws-offer-card--slide .sws-offer-card__cta:hover {
	background: transparent;
	color: #b1eaff;
	border-color: rgba(177, 234, 255, 0.6);
}

/* ── Footer: disclaimer + slider nav ─────────────────────────────────────── */

/* Mirrors the body's two columns so the nav lines up under the slider card. */
.sws-offer-widget__foot {
	display: grid;
	grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
	gap: clamp(3rem, 5vw, 6rem);
	align-items: end;
	margin-top: clamp(2rem, 3vw, 3rem);
}

.sws-offer-widget__note {
	grid-column: 1;
	margin: 0;
	max-width: 52rem;
	font-family: var(--sws-sans);
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.4);
}

/* Aligned to the carousel card: same column, same 325px width, arrows at the
   card's edges with the dots centred. */
.sws-offer-widget__nav {
	grid-column: 2;
	width: 100%;
	max-width: 325px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.sws-offer-widget__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5.4rem;
	height: 5.4rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
	background: transparent;
	color: var(--sws-white);
	font-size: 1.8rem;
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.sws-offer-widget__arrow:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--sws-white);
}

.sws-offer-widget__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.sws-offer-widget__dots {
	display: flex;
	align-items: center;
	gap: 0.9rem;
}

.sws-offer-widget__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease;
}

.sws-offer-widget__dot.is-active {
	background: var(--sws-white);
	transform: scale(1.2);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

/* Tablet & below: one column. The image + white card pair share a centred
   row, the slider card gets its own centred row, the nav sits right after the
   slider card, and the disclaimer is always last. */
@media (max-width: 1024px) {
	.sws-offer-widget__body {
		grid-template-columns: 1fr;
	}

	.sws-offer-widget__main {
		justify-content: center;
	}

	.sws-offer-widget__slide {
		justify-content: center;
	}

	.sws-offer-widget__foot {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.sws-offer-widget__note,
	.sws-offer-widget__nav {
		grid-column: 1;
	}

	.sws-offer-widget__nav {
		order: -1;
	}

	.sws-offer-widget__note {
		order: 0;
		text-align: center;
	}
}

@media (max-width: 680px) {
	.sws-offer-widget__main {
		flex-direction: column;
	}

	.sws-offer-widget__main .sws-offer-card--main {
		margin-left: 0;
		margin-top: -2.5rem;
	}

	.sws-offer-widget__image {
		min-height: 200px;
	}

	/* Cards (and image) fill the column on phones. */
	.sws-offer-card,
	.sws-offer-widget__image {
		max-width: none;
	}

	.sws-offer-widget__nav {
		max-width: none;
	}
}


.sws-blog-featured__chip{
	color:black!important;
}
@media (min-width: 681px) {
	.sws-article__lead {
		margin-top: 60px;
	}
}

.sws-article__body > p{
    opacity: 85%;
}