/* =========================================================
   Single Post
   ========================================================= */
.vbxwoo-single-post {
	background: var(--vbxwoo-background);
	color: var(--vbxwoo-text);
}

.vbxwoo-post,
.vbxwoo-related-posts,
.comments-area,
.widget-area .widget {
	background: var(--vbxwoo-surface);
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-sm);
	box-shadow: var(--vbxwoo-shadow-soft);
}

.vbxwoo-post,
.vbxwoo-related-posts,
.comments-area {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.vbxwoo-post__title {
	color: var(--vbxwoo-text);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.vbxwoo-post__meta {
	color: var(--vbxwoo-text-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9375rem;
	gap: 0.5rem 1rem;
	margin-top: 1rem;
}

.vbxwoo-post__meta span {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
}

.vbxwoo-post__meta span+span::before {
	color: var(--vbxwoo-border-strong);
	content: "";
	display: inline-block;
	height: 0.35rem;
	width: 0.35rem;
	border-radius: 50%;
	background: currentColor;
}

.vbxwoo-post__meta a,
.vbxwoo-post__breadcrumb a {
	color: var(--vbxwoo-primary);
	text-decoration: none;
}

.vbxwoo-post__meta a:hover,
.vbxwoo-post__meta a:focus,
.vbxwoo-post__breadcrumb a:hover,
.vbxwoo-post__breadcrumb a:focus {
	color: var(--vbxwoo-primary-hover);
	text-decoration: underline;
}

.vbxwoo-post__thumbnail {
	margin: 0 0 2rem;
}

.vbxwoo-post__thumbnail img {
	border-radius: var(--vbx-radius-sm);
	display: block;
	height: auto;
	width: 100%;
}

.vbxwoo-post__thumbnail figcaption {
	color: var(--vbxwoo-text-muted);
	font-size: 0.875rem;
	margin-top: 0.75rem;
	text-align: center;
}

.vbxwoo-post__content {
	color: var(--vbxwoo-text);
	font-size: 1.0625rem;
	line-height: 1.8;
}

.vbxwoo-post__content>*:last-child {
	margin-bottom: 0;
}

.vbxwoo-post__content img,
.vbxwoo-post__content iframe,
.vbxwoo-post__content video {
	max-width: 100%;
}

.vbxwoo-post__content h2,
.vbxwoo-post__content h3,
.vbxwoo-post__content h4 {
	color: var(--vbxwoo-text);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.vbxwoo-post__content blockquote {
	border-left: 4px solid var(--vbxwoo-primary);
	color: var(--vbxwoo-text);
	font-size: 1.125rem;
	margin: 2rem 0;
	padding: 0.5rem 0 0.5rem 1.25rem;
}

.vbxwoo-post__footer {
	border-top: 1px solid var(--vbxwoo-border);
	margin-top: 2rem;
	padding-top: 1.5rem;
}

.vbxwoo-post__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.vbxwoo-post__tags-label {
	color: var(--vbxwoo-text);
	font-weight: 700;
}

.vbxwoo-post__tags a {
	background: var(--vbxwoo-surface-soft);
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-pill);
	color: var(--vbxwoo-primary);
	display: inline-flex;
	font-size: 0.875rem;
	padding: 0.35rem 0.75rem;
	text-decoration: none;
}

.vbxwoo-post__tags a:hover,
.vbxwoo-post__tags a:focus {
	background: var(--vbxwoo-primary);
	border-color: var(--vbxwoo-primary);
	color: var(--vbxwoo-light);
}

.vbxwoo-post .post-navigation {
	margin: 0;
}

.vbxwoo-post .nav-links {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vbxwoo-post .nav-previous a,
.vbxwoo-post .nav-next a {
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-sm);
	color: var(--vbxwoo-text);
	display: block;
	height: 100%;
	padding: 1rem;
	text-decoration: none;
}

.vbxwoo-post .nav-next {
	text-align: right;
}

.vbxwoo-post .nav-subtitle {
	color: var(--vbxwoo-text-muted);
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.vbxwoo-post .nav-title {
	font-weight: 700;
}

.vbxwoo-related-posts {
	margin-top: 2rem;
}

.vbxwoo-related-posts__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.vbxwoo-related-card {
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-sm);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.vbxwoo-related-card__thumb {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: var(--vbxwoo-surface-soft);
	color: var(--vbxwoo-text-muted);
	display: flex;
	font-weight: 700;
	justify-content: center;
	text-decoration: none;
}

.vbxwoo-related-card__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vbxwoo-related-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1rem;
}

.vbxwoo-related-card__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.vbxwoo-related-card__title a {
	color: var(--vbxwoo-text);
	text-decoration: none;
}

.vbxwoo-related-card__title a:hover,
.vbxwoo-related-card__title a:focus {
	color: var(--vbxwoo-primary);
}

.vbxwoo-related-card__meta {
	color: var(--vbxwoo-text-muted);
	font-size: 0.875rem;
	margin-top: auto;
}

.widget-area {
	position: sticky;
	top: 1.5rem;
}

.widget-area .widget {
	margin-bottom: 1.5rem;
	padding: 1.25rem;
}

.widget-area .widget-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area li+li {
	border-top: 1px solid var(--vbxwoo-border);
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

.widget-area a {
	color: var(--vbxwoo-text);
	text-decoration: none;
}

.widget-area a:hover,
.widget-area a:focus {
	color: var(--vbxwoo-primary);
}

@media (max-width: 991.98px) {
	.widget-area {
		position: static;
	}
}

@media (max-width: 575.98px) {
	.vbxwoo-post .nav-links {
		grid-template-columns: 1fr;
	}

	.vbxwoo-post .nav-next {
		text-align: left;
	}
}

/* =========================================================
   Post Archive
   ========================================================= */
.vbxwoo-post-archive {
	background: var(--vbxwoo-background);
	color: var(--vbxwoo-text);
}

.vbxwoo-post-archive__header {
	background: var(--vbxwoo-surface);
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-sm);
	box-shadow: var(--vbxwoo-shadow-soft);
	margin-bottom: 2rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.vbxwoo-post-archive__eyebrow {
	color: var(--vbxwoo-primary);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.vbxwoo-post-archive__title {
	color: var(--vbxwoo-text);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.vbxwoo-post-archive__description {
	color: var(--vbxwoo-text-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 1rem;
	max-width: 52rem;
}

.vbxwoo-post-archive__description>*:last-child {
	margin-bottom: 0;
}

.vbxwoo-post-archive__count {
	background: var(--vbxwoo-surface-soft);
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-pill);
	color: var(--vbxwoo-primary);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 0.4rem 0.8rem;
}

.vbxwoo-post-card {
	background: var(--vbxwoo-surface);
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-sm);
	box-shadow: var(--vbxwoo-shadow-soft);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color var(--vbx-transition), box-shadow var(--vbx-transition), transform var(--vbx-transition);
}

.vbxwoo-post-card:hover {
	border-color: var(--vbxwoo-primary);
	box-shadow: var(--vbxwoo-shadow-card);
	transform: translateY(-2px);
}

.vbxwoo-post-card__thumb {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: var(--vbxwoo-surface-soft);
	color: var(--vbxwoo-text-muted);
	display: flex;
	font-weight: 700;
	justify-content: center;
	text-decoration: none;
}

.vbxwoo-post-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vbxwoo-post-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.25rem;
}

.vbxwoo-post-card__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.vbxwoo-post-card__terms a {
	background: var(--vbxwoo-surface-soft);
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-pill);
	color: var(--vbxwoo-primary);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.3rem 0.65rem;
	text-decoration: none;
}

.vbxwoo-post-card__terms a:hover,
.vbxwoo-post-card__terms a:focus {
	background: var(--vbxwoo-primary);
	border-color: var(--vbxwoo-primary);
	color: var(--vbxwoo-light);
}

.vbxwoo-post-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.vbxwoo-post-card__title a {
	color: var(--vbxwoo-text);
	text-decoration: none;
}

.vbxwoo-post-card__title a:hover,
.vbxwoo-post-card__title a:focus {
	color: var(--vbxwoo-primary);
}

.vbxwoo-post-card__meta {
	color: var(--vbxwoo-text-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	gap: 0.5rem 0.9rem;
	margin-top: 0.75rem;
}

.vbxwoo-post-card__meta span+span::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.3rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 0.3rem;
}

.vbxwoo-post-card__excerpt {
	color: var(--vbxwoo-text-muted);
	line-height: 1.7;
	margin: 1rem 0 1.25rem;
}

.vbxwoo-post-card__read-more {
	color: var(--vbxwoo-primary);
	font-weight: 700;
	margin-top: auto;
	text-decoration: none;
}

.vbxwoo-post-card__read-more:hover,
.vbxwoo-post-card__read-more:focus {
	color: var(--vbxwoo-primary-hover);
	text-decoration: underline;
}

.vbxwoo-post-archive__pagination {
	margin-top: 2rem;
}

.vbxwoo-post-archive__pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.vbxwoo-post-archive__pagination .page-numbers {
	align-items: center;
	background: var(--vbxwoo-surface);
	border: 1px solid var(--vbxwoo-border);
	border-radius: var(--vbx-radius-sm);
	color: var(--vbxwoo-primary);
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.vbxwoo-post-archive__pagination .page-numbers.current,
.vbxwoo-post-archive__pagination .page-numbers:hover,
.vbxwoo-post-archive__pagination .page-numbers:focus {
	background: var(--vbxwoo-primary);
	border-color: var(--vbxwoo-primary);
	color: var(--vbxwoo-light);
}

.vbxwoo-header {
	position: relative;
	z-index: 1030;
}

.vbxwoo-header .navbar {
	min-height: 72px;
}

.vbxwoo-header .navbar-brand,
.vbxwoo-header .custom-logo-link,
.vbxwoo-header .vbxwoo-site-title {
	display: inline-flex;
	align-items: center;
	max-width: min(240px, 52vw);
	font-weight: 700;
	white-space: normal;
}

.vbxwoo-header .custom-logo {
	width: auto;
	max-width: 100%;
	max-height: 52px;
}

.vbxwoo-header .navbar-nav {
	gap: 0.25rem;
}

.vbxwoo-header .nav-link {
	border-radius: 0.375rem;
	color: var(--vbxwoo-dark);
	font-weight: 500;
}

.vbxwoo-header .nav-link:hover,
.vbxwoo-header .nav-link:focus,
.vbxwoo-header .nav-link.active {
	background-color: rgba(13, 110, 253, 0.08);
	color: var(--vbxwoo-primary);
}

.vbxwoo-header .dropdown-menu {
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.08);
}

.vbxwoo-header .dropdown-item.active,
.vbxwoo-header .dropdown-item:active {
	background-color: var(--vbxwoo-primary);
	color: var(--vbxwoo-light);
}

.vbxwoo-header-actions .vbxwoo-search-form {
	min-width: 220px;
}

.vbxwoo-header .dashicons {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.vbxwoo-header .offcanvas {
	max-width: min(88vw, 360px);
}

.vbxwoo-header .offcanvas .dropdown-menu {
	border: 0;
	box-shadow: none;
	margin: 0.25rem 0 0.5rem 1rem;
	padding-top: 0;
}

.vbxwoo-mobile-actions a {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	padding-left: 0;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
	line-height: 1.4;
}

