.iv-header-nav {
	border-radius: 999px;
	padding: 8px 20px;
}

.iv-header-nav ul {
	gap: 20px;
}

.iv-header-nav a {
	color: #fff !important;
}

.iv-header-title {
	flex: 1;
	justify-content: center;
}

.iv-header-title .wp-block-site-title,
.iv-header-title .wp-block-site-title a {
	font-size: 22px;
	margin: 0;
}

.iv-hero-card {
	position: relative;
	overflow: hidden;
}

.iv-hero-card .wp-block-post-featured-image {
	margin: 0;
	height: 100%;
}

.iv-hero-card .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.iv-hero-card:hover .wp-block-post-featured-image img {
	transform: scale(1.06);
}

.iv-hero-overlay .wp-block-post-title a {
	transition: color 0.2s ease;
}

.iv-hero-card:hover .iv-hero-overlay .wp-block-post-title a {
	color: #C86F58;
}

.iv-hero-card .wp-block-post-featured-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 70%);
	pointer-events: none;
}

.iv-hero-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px 28px;
	z-index: 2;
}

.iv-hero-overlay-small {
	padding: 14px;
}

.iv-hero-overlay .wp-block-post-title a,
.iv-hero-overlay .wp-block-post-title {
	color: #fff;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: normal;
	word-break: normal;
}

.iv-hero-overlay .wp-block-post-excerpt {
	color: #efeeea;
	margin-top: 6px;
}

.iv-hero-overlay .wp-block-post-excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}

.iv-hero-equal .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.iv-hero-equal .wp-block-post-template > li {
	margin: 0;
}

.iv-category-card a {
	text-decoration: none;
	font-weight: 600;
}

.iv-category-grid .wp-block-columns {
	justify-content: center;
}

.iv-category-grid .wp-block-columns > .wp-block-column {
	flex: 0 0 240px !important;
	width: 240px !important;
}

@media (max-width: 600px) {
	.iv-category-grid .wp-block-columns > .wp-block-column {
		flex: 0 0 47% !important;
		width: 47% !important;
	}

	.iv-category-card {
		max-width: 100%;
	}
}

.iv-category-card {
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.iv-category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(58, 58, 58, 0.18);
}

.iv-category-card h3 {
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
}

.iv-category-card .iv-see-more {
	text-align: center;
}

.iv-see-more {
	font-size: 13px;
	margin-top: 6px;
}

.iv-see-more a {
	text-decoration: underline;
}

.iv-theme-section-query .wp-block-post-template {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.iv-theme-section-query .wp-block-post-template > li {
	flex: 0 0 220px;
	width: 220px;
	margin: 0;
	padding: 0;
}

.iv-vignette {
	width: 220px;
}

.iv-vignette .wp-block-post-featured-image {
	margin: 0 0 10px !important;
	width: 220px !important;
	height: 140px !important;
	overflow: hidden;
	display: block;
}

.iv-vignette .wp-block-post-featured-image img {
	width: 220px !important;
	height: 140px !important;
	max-width: none;
	object-fit: cover !important;
	display: block;
}

.iv-vignette .wp-block-post-title {
	margin: 0;
	height: 2.6em;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: normal;
	word-break: normal;
}

.iv-theme-section,
.iv-theme-section-spacer {
	margin-block-start: 0 !important;
}

.iv-footer {
	position: relative;
	padding: 60px 5% 30px;
	background-image: linear-gradient(rgba(58, 58, 58, 0.82), rgba(58, 58, 58, 0.82)), url("https://www.indexvegan.com/wp-content/uploads/2026/08/temp-footer-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}

.iv-footer-columns {
	gap: 40px;
	margin-bottom: 40px;
}

.iv-footer-col {
	min-width: 160px;
}

.iv-footer-nav ul {
	gap: 10px;
}

@media (max-width: 600px) {
	.iv-footer-columns {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 28px;
	}

	.iv-footer-col {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.iv-footer-nav.wp-block-navigation .wp-block-navigation__container {
		align-items: center;
	}
}

.iv-footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
}

@media (max-width: 782px) {
	.iv-footer {
		background-attachment: scroll;
	}
}

.iv-page-title {
	text-align: left;
	margin-bottom: 48px;
}

.iv-page-content {
	text-align: left;
}

.iv-page-content h2 {
	margin-top: 48px;
	margin-bottom: 16px;
}

.iv-page-content p {
	margin-bottom: 20px;
}

.iv-pillar-articles .wp-block-post-template.is-layout-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.iv-pillar-article-card {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	display: block;
}

.iv-pillar-article-card .wp-block-post-featured-image {
	position: absolute;
	inset: 0;
	margin: 0;
	height: 100%;
}

.iv-pillar-article-card .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
}

.iv-pillar-article-card .wp-block-post-featured-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 65%);
	pointer-events: none;
}

.iv-pillar-article-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px;
	z-index: 2;
}

.iv-pillar-article-overlay .wp-block-post-title,
.iv-pillar-article-overlay .wp-block-post-title a {
	color: #fff;
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: normal;
	word-break: normal;
}

.iv-pillar-article-overlay .wp-block-post-date {
	display: block;
	color: #efeeea;
	font-size: 12px;
	margin-top: 6px;
}

@media (max-width: 782px) {
	.iv-pillar-articles .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.iv-pillar-articles .wp-block-post-template.is-layout-grid {
		grid-template-columns: 1fr;
	}
}

.iv-single-hero {
	position: relative;
	overflow: hidden;
}

.iv-single-hero .wp-block-post-featured-image {
	margin: 0;
	height: 420px;
}

.iv-single-hero .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	border-radius: 0;
}

.postid-519 .iv-single-hero .wp-block-post-featured-image img {
	object-position: center 15%;
}

.iv-single-hero .wp-block-post-featured-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.35));
	pointer-events: none;
}

.iv-single-hero-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px 5% 36px;
	z-index: 2;
}

.iv-single-category {
	display: inline-block;
	background: #C86F58;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 5px 14px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.iv-single-category a {
	color: #fff;
	text-decoration: none;
}

.iv-single-title {
	color: #fff;
	margin: 0;
	line-height: 1.25;
}

.iv-single-date {
	display: block;
	color: #efeeea;
	font-size: 14px;
	margin-top: 10px;
}

.iv-single-body .iv-page-content h2 {
	margin-top: 40px;
	margin-bottom: 16px;
}

.iv-single-body .iv-page-content {
	font-size: 1.05rem;
}

.iv-single-body .iv-page-content p {
	margin-bottom: 20px;
	line-height: 1.55;
}

.iv-single-body .iv-page-content,
.iv-single-body .iv-page-content p,
.iv-single-body .iv-page-content li,
.iv-single-body .iv-page-content h2,
.iv-single-body .iv-page-content h3 {
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.iv-single-body .iv-page-content img {
	max-width: 75%;
	height: auto;
	display: block;
	margin: 28px auto;
	border-radius: 8px;
}

@media (max-width: 600px) {
	.iv-single-hero {
		min-height: 320px !important;
		height: 320px !important;
	}

	.iv-single-hero .wp-block-post-featured-image,
	.iv-single-hero .wp-block-post-featured-image img {
		height: 320px !important;
	}

	.iv-single-title {
		font-size: 1.6rem;
	}
}

.iv-page-content strong,
.iv-page-content b {
	font-weight: 700;
	color: #3A3A3A;
}

.iv-page-content div[style*="overflow"] {
	width: 100%;
	margin: 28px 0;
}

.iv-page-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.iv-page-content table tr:first-child td,
.iv-page-content table th {
	background: #3A3A3A;
	color: #fff;
	font-weight: 600;
}

.iv-page-content table td,
.iv-page-content table th {
	padding: 12px 16px;
	border: 1px solid rgba(58, 58, 58, 0.15);
	text-align: center;
}

.iv-page-content table tr:not(:first-child):nth-child(even) td,
.iv-page-content table tbody tr:nth-child(even) td {
	background: rgba(138, 156, 139, 0.1);
}

.iv-page-content h2 {
	font-size: 1.7rem;
}

.iv-page-content h3 {
	font-size: 1.55rem;
	line-height: 1.3;
	margin-top: 28px;
	margin-bottom: 12px;
}

.iv-page-content ol li,
.iv-page-content ul li {
	margin-bottom: 8px;
}

.iv-faq-item {
	background: #fff;
	border-left: 4px solid #8A9C8B;
	border-radius: 8px;
	padding: 20px 24px;
	margin-bottom: 16px;
	counter-increment: iv-faq;
}

.iv-faq-item h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.iv-faq-item h3::before {
	content: counter(iv-faq);
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background: #C86F58;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
}

.iv-faq-item p {
	margin: 0;
}

.iv-faq-wrap {
	counter-reset: iv-faq;
	margin-top: 20px;
}

#iv-back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background: #8A9C8B;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(58, 58, 58, 0.28);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 40;
}

#iv-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#iv-back-to-top:hover {
	background: #C86F58;
}

@media (max-width: 600px) {
	#iv-back-to-top {
		right: 16px;
		bottom: 16px;
		width: 42px;
		height: 42px;
		font-size: 1.15rem;
	}
}

.iv-author-card {
	gap: 28px;
	align-items: center;
}

.iv-author-photo img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.iv-author-text {
	flex: 1;
	min-width: 220px;
}

.iv-author-label {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 12px;
	font-weight: 600;
	color: #8A9C8B;
	margin: 0 0 6px;
}

.iv-author-text h3 {
	margin: 0 0 8px;
}

.iv-author-text p {
	margin: 0;
	color: #3A3A3A;
}

@media (max-width: 600px) {
	.iv-author-card {
		flex-direction: column;
		text-align: center;
	}

	.iv-author-label,
	.iv-author-text h3 {
		text-align: center;
	}
}
