/*
 * BlogTheme — Blog Archive & Single Post Styles
 * Matches provided design references:
 *   • Archive : Orange hero header with arc decoration, 3-col card grid, teal CTA pill buttons
 *   • Single  : Purple-to-blue gradient hero, white body, colored social share icons, related articles list
 *
 * @package BlogTheme
 * @version 1.0.0
 *
 * ============================================================================
 * TABLE OF CONTENTS
 * ============================================================================
 *  1.  CSS Custom Properties
 *  2.  Reset / Base
 *  3.  Typography
 *  4.  Accessibility
 *  5.  Archive — Hero Header
 *  7.  Archive — Container
 *  8.  Archive — Search Bar
 *  9.  Archive — Meta Bar (count + sort)
 *  10. Archive — Post Grid
 *  11. Archive — Post Card
 *  12. Archive — Pagination
 *  13. Single  — Breadcrumb Bar
 *  14. Single  — Hero Banner
 *  15. Single  — Container & Article
 *  16. Single  — Entry Content
 *  17. Single  — Entry Footer (Share + Back Link)
 *  18. Single  — Social Share Icons
 *  19. Single  — Tags
 *  20. Related Articles
 *  21. No Results
 *  22. Responsive
 * ============================================================================
 */

/* ============================================================================
   1. CSS Custom Properties
   ============================================================================ */

:root {
	/* Brand palette */
	--color-orange: #c94e1e;
	--color-orange-dark: #a83e16;
	--color-arc: #5b9ec9;

	/* Single hero gradient */
	--hero-grad-start: #8b5da8;
	--hero-grad-end: #7a8fc2;

	/* Teal CTA */
	--color-teal: #6dcde7;
	--color-teal-dark: #20a8b5;

	/* Neutrals */
	--color-ink: #1a1a1a;
	--color-ink-mid: #444444;
	--color-ink-light: #666666;
	--color-ink-muted: #999999;
	--color-rule: #e0e0e0;
	--color-white: #ffffff;
	--color-bg: #f7f7f7;
	--color-card-bg: #ffffff;

	/* Typography */
	--font-heading: "Lexend", sans-serif;
	--font-body: "Lexend", sans-serif;

	/* Layout */
	--container-width: 1140px;
	--content-width: 680px;
	--gap: clamp(1rem, 2.5vw, 1.5rem);

	/* Card */
	--card-radius: 12px;
	--card-shadow:
		0 1px 4px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08);

	/* Transitions */
	--t-fast: 150ms ease;
	--t-base: 240ms ease;
}

/* ============================================================================
   2. Reset / Base
   ============================================================================ */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.65;
	color: var(--color-ink);
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
}

img,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition:
		color var(--t-fast),
		opacity var(--t-fast);
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

address {
	font-style: normal;
}

/* ============================================================================
   3. Typography
   ============================================================================ */

h1,
h2,
h3,
h4 {
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-ink);
	margin: 0;
}

/* ============================================================================
   4. Accessibility
   ============================================================================ */

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.screen-reader-text:focus {
	background: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	top: 5px;
	width: auto;
	z-index: 100000;
}

:focus-visible {
	outline: 2px solid var(--color-teal);
	outline-offset: 3px;
}

/* ============================================================================
   5. Archive — Hero Header
   ============================================================================ */

.archive-hero {
	position: relative;
	background-color: var(--color-orange);
	overflow: hidden;
	min-height: 100px;
	display: flex;
	align-items: center;
}

.archive-hero__inner {
	position: relative;
	z-index: 2;
	padding: 2rem clamp(1.25rem, 5vw, 3rem);
}

.archive-hero__title {
	font-family: var(--font-heading);
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: 800;
	color: var(--color-white);
	letter-spacing: -0.02em;
	margin: 0;
}

/* Decorative concentric arcs — top right */
/* .archive-hero__arcs {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 280px;
	height: 280px;
	z-index: 1;
}

.arc {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 14px solid var(--color-arc);
}

.arc--1 {
	transform: scale(1);
	opacity: 0.7;
}
.arc--2 {
	transform: scale(0.82);
	opacity: 0.6;
}
.arc--3 {
	transform: scale(0.64);
	opacity: 0.5;
}
.arc--4 {
	transform: scale(0.46);
	opacity: 0.4;
}
.arc--5 {
	transform: scale(0.28);
	opacity: 0.3;
} */

/* ============================================================================
   6. Archive — Breadcrumbs (shared with single)
   ============================================================================ */
.archive-hero{
	    background-image: url("https://ovationorlando.com/staging/wp-content/uploads/2026/03/Screenshot-2026-02-13-at-10.58.26-AM-1.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumbs {
	margin-bottom: 1.5rem;
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.8rem;
	color: var(--color-ink-muted);
	align-items:center;
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
}

.breadcrumbs__item + .breadcrumbs__item::before {
	content: "›";
	margin: 0 0.4rem;
	opacity: 0.5;
}

.breadcrumbs__link {
	color: var(--color-ink-muted);
}

.breadcrumbs__link:hover {
	color: var(--color-orange);
	text-decoration: underline;
}

.breadcrumbs__current {
	color: var(--color-ink-mid);
}

.breadcrumbs__item:first-child .breadcrumbs__link::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("https://ovationorlando.com/staging/wp-content/uploads/2026/03/chevron-down.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -2px;
}

/* ============================================================================
   7. Archive — Container
   ============================================================================ */

.archive-container {
	max-width: 1680px;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
	padding-block: 2rem 4rem;
}
/* ============================================================================
   Archive — Search Bar
   ============================================================================ */
.archive-search__input{
	border-radius: 10px !important;
	background: var(--Stone, #F2F2F2) !important;
}
.post-card{
	border-radius:20px !important;
}
.post-card__body .post-card__title.entry-title{
	color: var(--Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	margin-bottom:34px;
	
}
.post-card__excerpt p{
	color: var(--Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Lexend;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; /* 177.778% */
}
.post-card__cta{
	color: var(--Black, #000);
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Lexend;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 110% */	
}
a:focus{
	color:#000000 !important;
}
.post-card__cta:focus{
	color:#000;
}
.archive-search-wrap {
	margin-bottom: 2rem;
}

.archive-search__label {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-ink);
	margin: 0 0 0.5rem;
	color: #000;
	font-family: Lexend;
	font-weight: 500;
	line-height: 32px; /* 133.333% */
}

.archive-search__form {
	margin: 0;
	padding: 0;
}

.archive-search__field-wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 320px;
}

/* Icon — absolutely positioned inside the field wrap, never inside input */
.archive-search__icon {
	position: absolute;
	left: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-ink-muted);
	pointer-events: none;
	z-index: 1;
	line-height: 0;
}

.archive-search__icon svg {
	display: block;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

/* Input — left padding makes room for the icon */
.archive-search-wrap .archive-search__form .archive-search__input {
	width: 100%;
	height: 42px;
	padding: 0 1rem 0 2.5rem;
	border: 1.5px solid var(--color-rule);
	border-radius: 8px;
	font-family: var(--font-body);
	font-size: 0.875rem;
	color: var(--color-ink);
	background: var(--color-white);
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color var(--t-fast);
	padding-left: 30px;
}

.archive-search-wrap .archive-search__form .archive-search__input:focus {
	border: 1.5px solid var(--color-teal);
}

.archive-search-wrap .archive-search__form .archive-search__input::placeholder {
	color: var(--color-ink-muted);
}

/* Remove native search clear button in Chrome/Safari */
.archive-search-wrap
	.archive-search__form
	.archive-search__input::-webkit-search-decoration,
.archive-search-wrap
	.archive-search__form
	.archive-search__input::-webkit-search-cancel-button,
.archive-search-wrap
	.archive-search__form
	.archive-search__input::-webkit-search-results-button,
.archive-search-wrap
	.archive-search__form
	.archive-search__input::-webkit-search-results-decoration {
	display: none;
}

/* ============================================================================
   9. Archive — Meta Bar (count + sort dropdown)
   ============================================================================ */

.archive-meta-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}

.archive-meta-bar__count {
	font-size: 0.875rem;
	color: var(--color-ink-mid);
}

/* Shared select style — sort + per-page */
.archive-sort .archive-sort__select,
.per-page-select {
	appearance: none;
	-webkit-appearance: none;
	background-color: var(--color-white);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem center;
	border: 1.5px solid var(--color-rule);
	border-radius: 8px;
	padding: 0.45rem 2.25rem 0.45rem 0.85rem;
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--color-ink);
	cursor: pointer;
	outline: none;
	transition: border-color var(--t-fast);
}

.archive-sort .archive-sort__select:focus,
.per-page-select:focus {
	border-color: var(--color-teal);
}

/* ============================================================================
   10. Archive — Post Grid
   ============================================================================ */

.archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap:29px;;
	row-gap:136px;
	align-items: stretch;
}

/* ============================================================================
   11. Archive — Post Card
   ============================================================================ */

.post-card {
	background: var(--color-card-bg);
	border-radius: var(--card-radius);
	box-shadow: var(--card-shadow);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition:
		box-shadow var(--t-base),
		transform var(--t-base);
	margin-bottom:0;
}

.post-card:hover {
	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.1),
		0 12px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.post-card__body {
	display: flex;
	flex-direction: column;
/* 	gap: 0.75rem; */
	padding: 39px 39px 46px 39px;
	flex: 1;
	border-radius: 20px;
background: #F2F2F2;
box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
}

/* Publication label */
.post-card__publication {
	padding-bottom:40px;
}

.post-card__publication-link,
.post-card__publication-name {
	color: #000;
}
.post-card__publication-name{
	color: var(--Black, #000);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */

}
.post-card__publication-link:hover {
	color: var(--color-orange);
}

/* Title */
.post-card__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-ink);
}

.post-card__title-link {
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.post-card__title-link:hover {
	color: #000 !important;
}

.post-card__title-link:visited {
	color: #000;
}

/* Author — not clickable */
.post-card__author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom:29px;
}

.post-card__avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	background: var(--color-rule);
	flex-shrink: 0;
}

.post-card__author-name {
	color: #000;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
}

/* Excerpt */
.post-card__excerpt {
	font-size: 0.875rem;
	font-weight: 300;
	color: #000;
	line-height: 24px;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-bottom: 42px;
}

.post-card__excerpt p {
	margin: 0;
}

/* READ MORE pill CTA */
.post-card__cta {
	display: block;
	width: 100%;
	margin-top: auto;
	padding: 0.7rem 1rem;
	background: var(--color-teal);
	color: #000;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 9999px;
	transition:
		background var(--t-fast),
		transform var(--t-fast);
}

.post-card__cta:hover {
	color: #000;
	transform: scale(1.02);
}

.post-card__cta:visited {
	color: #000;
}

.post-card__cta:active {
	transform: scale(0.98);
}

/* ============================================================================
   12. Archive — Pagination
   ============================================================================ */
/* ============================================================================
   Pagination — the_posts_pagination()
   ============================================================================ */

.archive-pagination {
	padding-top: 1.5rem;
}

.archive-pagination .nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem;
}

/* Base style — all page numbers, prev, next */
.archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding-inline: 0.5rem;
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--color-ink-mid);
	border: 1.5px solid transparent;
	border-radius: 6px;
	line-height: 1;
	text-decoration: none;
	transition:
		color var(--t-fast),
		background var(--t-fast),
		border-color var(--t-fast);
}

/* Hover */
.archive-pagination .page-numbers:hover {
	color: var(--color-ink);
	background: var(--color-bg);
	border-color: var(--color-rule);
}

/* Active/current page */
.archive-pagination .page-numbers.current {
	color: var(--color-white);
	background: var(--color-ink);
	border-color: var(--color-ink);
	font-weight: 700;
	pointer-events: none;
}

/* Ellipsis dots */
.archive-pagination .page-numbers.dots {
	color: var(--color-ink-muted);
	border-color: transparent;
	background: transparent;
	pointer-events: none;
	min-width: auto;
	padding-inline: 0.25rem;
}

/* Prev / Next — push away from page numbers */
.archive-pagination .prev.page-numbers {
	margin-right: 0.35rem;
}

.archive-pagination .next.page-numbers {
	margin-left: 0.35rem;
}

/* Mobile */
@media (max-width: 600px) {
	.archive-pagination .nav-links {
		gap: 0.15rem;
	}

	.archive-pagination .prev.page-numbers,
	.archive-pagination .next.page-numbers {
		margin: 0;
	}
}

/* ============================================================================
   13. Single — Breadcrumb Bar
   ============================================================================ */

.single-breadcrumb-bar {
	background: var(--color-white);
	border-bottom: 1px solid var(--color-rule);
}

.single-breadcrumb-bar__inner {
	max-width: 1730px;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
	padding-block: 0.75rem;
}

.single-breadcrumb-bar .breadcrumbs {
	margin-bottom: 0;
}

/* ============================================================================
   14. Single — Hero Banner
   ============================================================================ */

.single-hero {
	background: linear-gradient(135deg, #a55b9f 10.51%, #7b96cb 96.7%);
/* 	padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 5vw, 3rem); */
	padding-top:clamp(4.375rem, 3.273rem + 4.4079vw, 8.5625rem);
	padding-bottom: clamp(3.75rem, 3.125rem + 2.5vw, 6.125rem);
	text-align: center;

	/* Ensure hero never bleeds into content below */
	position: relative;
	z-index: 0;
}

.single-post.single-hero {
	display: block;
}

.single-hero__inner {
	max-width: 930px;
	margin-inline: auto;
}

.single-hero__title {
	color: var(--White, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lexend;
font-size: clamp(2.5rem, -1.25rem + 4.1667vw, 3.75rem);
font-style: normal;
font-weight: 700;
line-height: clamp(3.125rem, -0.625rem + 4.1667vw, 4.375rem);
	padding-bottom:  clamp(1.25rem, -3.8125rem + 5.625vw, 2.9375rem);
}
.single-hero__meta.entry-meta{
	padding-top:63px;
}
.single-hero__excerpt {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	max-width: 50ch;
	margin-inline: auto;
	margin-bottom: 1.5rem;
	font-weight: 300;
}

/* Author + date row */
.single-hero__meta {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.9);
}

.single-hero__author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
}

.single-hero__avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.3);
}

/* Author — not clickable */
.single-hero__author-name {
	color: #fff;
	font-weight: 600;
	font-size:16px;
}

.single-hero__divider {
	opacity: 0.4;
}

.single-hero__date {
	color:#fff;
	font-size:16px;
	font-weight:600;
}

/* ============================================================================
   15. Single — Container & Article
   ============================================================================ */

.single-container {
	max-width: 760px;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
	padding-block: 3.688rem 5rem;

	/* Critical: white background fully isolates content from hero gradient */
	background: var(--color-white);
	position: relative;
	z-index: 1;
}
.single-container{
	padding-bottom: clamp(4rem, 2.7005rem + 5.1979vw, 8.938rem);
}
.entry-content p{
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Lexend;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; /* 177.778% */
}
.related-articles__item .related-articles__excerpt{
	color: var(--Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.related-articles__title a{
	color: var(--Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Lexend;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 136.364% */
}
.related-articles__thumb img{
	width: 136px;
	height: 136px;
}
.single-article {
	background: var(--color-white);
}
.single-footer__inner{
	padding-top:17px;
}
.social-share__link svg{
	width:18px !important;
	height:18px !important;
}
.social-share__label{
	color: var(--Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Lexend;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 22px !important; /* 137.5% */
	letter-spacing: 2px;
}
.single-footer__back-link{
	color: var(--Black, #000);
text-align: right;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lexend;
font-size: 16px !important; 
font-style: normal;
font-weight: 600 !important;
line-height: 22px !important; /* 137.5% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.breadcrumbs__item .breadcrumbs__link  span{
	color: var(--Charcoal, #171517);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.breadcrumbs__item .breadcrumbs__current{
	color: var(--Charcoal, #171517);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
}
.breadcrumbs__item:first-child .breadcrumbs__link::before{
	color: var(--Teal, #084F5A) !important;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Font Awesome 7 Pro";
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: 14px; /* 100% */
letter-spacing: 0.036px;
}
.breadcrumbs__item + .breadcrumbs__item::before{
	color: #C84389;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Font Awesome 7 Pro";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 100% */
letter-spacing: 0.036px;
}
/* ============================================================================
   16. Single — Entry Content
   ============================================================================ */

.single-content {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--color-ink-mid);
}

.single-content p {
	margin-block: 1.3em;
}

.single-content p:first-child {
	margin-top: 0;
}

.single-content h2 {
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--color-ink);
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
}

.single-content h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--color-ink);
	margin-top: 1.75rem;
	margin-bottom: 0.35rem;
}

.single-content h4 {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.5rem;
}

.single-content ul,
.single-content ol {
	list-style: revert;
	padding-left: 1.5rem;
	margin-block: 1.2em;
}

.single-content li {
	margin-block: 0.3em;
}

.single-content a {
	color: var(--color-teal-dark);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.single-content a:hover {
	color: var(--color-ink);
}

.single-content blockquote {
	margin-inline: 0;
	padding: 1rem 1.25rem 1rem 1.5rem;
	border-left: 3px solid var(--color-teal);
	color: var(--color-ink-mid);
	font-size: 1.05rem;
	font-style: italic;
	background: #f0fbfc;
	border-radius: 0 6px 6px 0;
}

.single-content blockquote p:first-child {
	margin-top: 0;
}
.single-content blockquote p:last-child {
	margin-bottom: 0;
}

.single-content img,
.single-content figure {
	margin-block: 2em;
	border-radius: 12px;
	overflow: hidden;
	background: var(--color-rule);
}
.single-container .single-content figure{
	background-color: transparent !important;
}
.single-container .single-content img{
    margin: 0 !important;
    border-radius: 24px !important;
}
.single-content figcaption {
	font-size: 0.8rem;
	color: var(--color-ink-muted);
	text-align: center;
	margin-top: 0.4rem;
}

.single-content code {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.875em;
	background: #f3f4f6;
	padding: 0.15em 0.4em;
	border-radius: 4px;
	border: 1px solid #e5e7eb;
}

.single-content pre {
	background: #1e1e2e;
	color: #cdd6f4;
	padding: 1.5rem;
	border-radius: 8px;
	overflow-x: auto;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-block: 2em;
}

.single-content pre code {
	background: none;
	border: none;
	padding: 0;
}
.single-container .entry-content{
	margin-top:0;
}
/* Multi-page post links */
.page-links {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	flex-wrap: wrap;
	margin-block: 2rem;
	font-size: 0.875rem;
}

.page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	border: 1px solid var(--color-rule);
	border-radius: 4px;
	padding-inline: 0.35rem;
}

/* ============================================================================
   17. Single — Entry Footer (Share bar + Back link)
   ============================================================================ */

.single-footer {
	margin: 0;
	padding: 0;
	background: var(--color-white);
}

.single-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 1rem;
	flex-wrap: wrap;
	padding-top: 0.875rem;
	border-top: 1px solid var(--color-ink);
}

.single-footer__back-link {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--color-ink);
	white-space: nowrap;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.single-footer__back-link:hover {
	color: #000000;
}

/* ============================================================================
   18. Single — Social Share Icons
   ============================================================================ */

.social-share {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.social-share__label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--color-ink);
	text-transform: uppercase;
	margin-right: 0.1rem;
}

.social-share__list {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0;
	margin: 0;
}

.social-share__item {
	list-style: none;
}

.social-share__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background-color: var(--color-white);
	color: var(--color-white);
	flex-shrink: 0;
	transition:
		opacity var(--t-fast),
		transform var(--t-fast);
}

.social-share__link:hover {
	opacity: 0.8;
	transform: translateY(-1px);
	color: var(--color-white);
}

.social-share__link svg {
	display: block;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
}

/* ============================================================================
   19. Single — Tags
   ============================================================================ */

.entry-taxonomy {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.cat-links {
	font-size: 0.8rem;
	color: var(--color-ink-muted);
}

.cat-links a {
	color: var(--color-ink-mid);
	font-weight: 600;
}

.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.tag-item a {
	display: inline-block;
	font-size: 0.75rem;
	color: var(--color-ink-mid);
	border: 1px solid var(--color-rule);
	border-radius: 9999px;
	padding: 0.2em 0.75em;
	transition:
		border-color var(--t-fast),
		color var(--t-fast);
}

.tag-item a:hover {
	border-color: var(--color-teal);
	color: var(--color-teal-dark);
}

.edit-link a {
	font-size: 0.78rem;
	color: var(--color-ink-muted);
	text-decoration: underline;
}

/* ============================================================================
   20. Related Articles
   ============================================================================ */

.related-articles {
	margin-top: 2.75rem;

	/* Ensure related articles sit on white, never on gradient */
	background: var(--color-white);
	position: relative;
	z-index: 1;
}

.related-articles__heading {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-ink);
	margin: 0 0 1.25rem;
}

.related-articles__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 0;
	margin: 0;
}

.related-articles__item {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	list-style: none;
	padding: 0;
}

/* Thumbnail */
.related-articles__thumb-link {
	flex-shrink: 0;
	display: block;
	width: 120px;
	height: 100px;
	border-radius: 12px;
	overflow: hidden;
	background: #e0e0e0;
}

.related-articles__thumb {
	width: 100%;
	height: 100%;
}

.related-articles__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity var(--t-fast);
}

.related-articles__img-placeholder {
	width: 100%;
	height: 100%;
	background: #e0e0e0;
}

.related-articles__thumb-link:hover .related-articles__img {
	opacity: 0.88;
}

/* Body */
.related-articles__body {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	flex: 1;
	min-width: 0;
	padding-top: 0.1rem;
}

.related-articles__title {
	font-size: 0.975rem;
	font-weight: 700;
	color: var(--color-ink);
	line-height: 1.3;
	margin: 0;
}

.related-articles__title a {
	color: inherit;
	text-decoration: none;
}

.related-articles__title a:hover {
	color: var(--color-orange);
}

.related-articles__excerpt {
	font-size: 0.82rem;
	color: var(--color-ink-light);
	line-height: 1.6;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* ============================================================================
   21. No Results
   ============================================================================ */

.no-results {
	margin-inline: auto;
	padding-block: 4rem;
	text-align: center;
}
.not-found p{
	color:#ffffff;
}
.no-results .page-header{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-results .page-title {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}

.no-results .page-content {
	font-size: 0.95rem;
	color: var(--color-ink-light);
}

/* ============================================================================
   22. Search Page
   ============================================================================ */

/* Italic query text in hero title */
.search-hero__query {
	font-style: italic;
	opacity: 0.9;
}

/* "Browse All Posts" CTA on no-results — reuses post-card__cta pill style */
.search-no-results__cta {
	display: inline-block;
	width: auto;
	margin-top: 1.5rem;
	padding: 0.7rem 2rem;
}

/* Highlighted search term inside card excerpts (WP wraps matched text in <mark>) */
.search-grid mark {
	background: rgba(46, 191, 204, 0.18);
	color: var(--color-ink);
	border-radius: 2px;
	padding: 0 0.15em;
}

/* ============================================================================
   22. Responsive
   ============================================================================ */

@media (max-width: 960px) {
	.archive-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap:20px;;
	row-gap:30px;
	align-items: stretch;
	}
}

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

	.archive-hero__arcs {
		width: 180px;
		height: 180px;
		top: -20px;
		right: -20px;
	}

	.archive-meta-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.archive-pagination {
		flex-direction: column;
		align-items: flex-start;
	}

	.archive-pagination__pages .prev.page-numbers,
	.archive-pagination__pages .next.page-numbers {
		margin: 0;
	}

	.single-hero {
		text-align: left;
	}

	.single-hero__meta {
		flex-wrap: wrap;
	}

	.single-footer__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.related-articles__thumb-link {
		width: 90px;
		height: 76px;
		border-radius: 8px;
	}

	.related-articles__heading {
		font-size: 1.25rem;
	}
}

/* ============================================================================
   Single Post — Body Background
   ============================================================================ */

body.wp-singular.single.single-post {
	background: #fff;
}

@media (max-width:767px){
	.post-card__body {
		padding: 15px 15px 25px 15px;
	}
}
