:root {
	--wc-ink: #111827;
	--wc-ink-soft: #4b5563;
	--wc-ink-muted: #6b7280;
	--wc-line: rgba(17, 24, 39, 0.1);
	--wc-surface: #ffffff;
	--wc-surface-alt: #f4efe8;
	--wc-surface-dark: #17202b;
	--wc-accent: #bb5a2c;
	--wc-accent-strong: #8a3f1d;
	--wc-highlight: #f7c66a;
	--wc-radius-lg: 28px;
	--wc-radius-md: 18px;
	--wc-radius-sm: 12px;
	--wc-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
	--wc-title-font: "Libre Baskerville", Georgia, serif;
	--wc-body-font: "Source Sans 3", "Segoe UI", sans-serif;
}

body {
	font-family: var(--wc-body-font);
	color: var(--wc-ink);
	background:
		radial-gradient(circle at top left, rgba(247, 198, 106, 0.16), transparent 28%),
		linear-gradient(180deg, #fcfaf7 0%, #f6f2eb 100%);
}

.site-header.layout--default .row-one .bb-bldr-widget {
	width: 100%;
}

.site-header.layout--default .row-wrap.row-two {
	display: none;
}

.site-header.layout--default .row-wrap.row-three.full-width,
.site-header.layout--default .row-wrap.row-three .full-width {
	padding-top: 12px;
	padding-bottom: 12px;
}

.site-header.layout--default .top-date-time.top-header-social-icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 18px;
}

.site-header.layout--default .row-one .bb-bldr-row.column-2.layout-one {
	grid-template-columns: 1fr;
}

.site-header.layout--default .row-one .bb-bldr-row.column-2.layout-one > .bb-bldr-column.one {
	width: 100%;
}

.site-header.layout--default .row-one .bb-bldr-row.column-2.layout-one > .bb-bldr-column.two {
	display: none;
}

.site-header.layout--default .top-date-time.top-header-social-icons .date,
.site-header.layout--default .top-date-time.top-header-social-icons .time {
	white-space: nowrap;
}

.site-header.layout--default .top-date-time.top-header-social-icons .social-icons-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	margin-left: auto;
}

.site-header.layout--default .top-date-time.top-header-social-icons .social-icon,
.site-header.layout--default .top-date-time.top-header-social-icons .social-icon i {
	color: #ffffff;
}

.social-icons-wrap .social-icon.is-empty {
	pointer-events: none;
}

.wc-site-main {
	padding-bottom: 72px;
}

.wc-hero,
.wc-article-hero {
	padding: 56px 0 24px;
}

.wc-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.78fr);
	gap: 24px;
	align-items: stretch;
	min-height: 500px;
}

.wc-hero-slider {
	position: relative;
	height: clamp(380px, 46vw, 500px);
	min-height: clamp(380px, 46vw, 500px);
	overflow: hidden;
}

.wc-hero-slider:not(.slick-initialized) .wc-hero-slide:not(:first-child) {
	display: none;
}

.wc-hero-slider .slick-list,
.wc-hero-slider .slick-track,
.wc-hero-slider .slick-slide,
.wc-hero-slider .slick-slide > div,
.wc-hero-slider .wc-hero-slide {
	height: 100%;
}

.wc-hero-slider .slick-slide {
	margin: 0;
}

.wc-hero-slider .slick-list {
	overflow: hidden;
	border-radius: 0;
}

.wc-hero__inner,
.wc-article-hero .newsmatic-container {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	/* padding: 15px 28px 48px; */
	/* border: 1px solid rgba(255, 255, 255, 0.14); */
	/* border-radius: var(--wc-radius-lg); */
	/* background:
		linear-gradient(135deg, rgba(187, 90, 44, 0.98), rgba(23, 32, 43, 0.95)),
		linear-gradient(180deg, #202b36, #10161d); */
	/* box-shadow: var(--wc-shadow); */
	color: #000;
}

.wc-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-height: 100%;
	max-height: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wc-hero__inner--with-image {
	background:
		var(--wc-hero-image);
}

.wc-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	max-width: min(42rem, 100%);
	min-width: 0;
}

.wc-hero__top,
.wc-hero__bottom {
	width: 100%;
}

.wc-hero__bottom {
	margin-top: auto;
}

.wc-hero__inner > *,
.wc-article-hero .newsmatic-container > * {
	position: relative;
	z-index: 1;
}

.wc-hero__inner--with-image .wc-hero__content {
	filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.95));
}

.wc-hero__inner--with-image .wc-post-categories a,
.wc-hero__inner--with-image .wc-hero__title,
.wc-hero__inner--with-image .wc-hero__title a {
	text-shadow:
		0 2px 8px rgba(0, 0, 0, 0.95),
		0 8px 24px rgba(0, 0, 0, 0.8);
}

.wc-hero__inner--with-image .wc-post-categories a {
	background: rgba(17, 24, 39, 0.55);
	color: #fff8ef;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.wc-panel--hero {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: clamp(380px, 46vw, 500px);
	min-height: clamp(380px, 46vw, 500px);
	padding: 32px 28px;
	border: 1px solid var(--wc-line);
	/* border-radius: var(--wc-radius-lg); */
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(17, 24, 39, 0.05);
	color: var(--wc-ink);
}


.wc-hero__inner::after,
.wc-article-hero .newsmatic-container::after {
	content: "";
	position: absolute;
	inset: auto -6% -35% auto;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(247, 198, 106, 0.16);
	filter: blur(6px);
	z-index: 0;
}

.wc-panel--hero::after {
	display: none;
}

.wc-hero__eyebrow,
.wc-section-heading__eyebrow,
.wc-article__meta,
.wc-headline__meta,
.wc-card__meta {
	margin: 0 0 12px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	/* text-transform: uppercase; */
}

.wc-hero__title,
.wc-article__title,
.wc-section-heading__title,
.wc-static-card h2,
.wc-panel__title,
.wc-card__title,
.wc-headline__title {
	margin: 0;
	font-family: var(--wc-title-font);
	line-height: 1.08;
}

.wc-hero__title,
.wc-article__title {
	font-size: clamp(2.4rem, 3vw, 4.6rem);
	/* max-width: 11ch; */
}

.wc-hero .wc-hero__title {
	font-size: 44.8px;
	max-width: none;
}

.wc-hero__title a {
	display: block;
	color: #fff8ef;
	text-decoration: none;
	overflow-wrap: anywhere;
	word-break: normal;
}

.wc-hero__description {
	max-width: 58rem;
	margin: 18px 0 0;
	font-size: 1.1rem;
	line-height: 1.7;
	color: rgba(255, 248, 239, 0.84);
}

.wc-text-link--hero {
	margin-top: 18px;
	color: var(--wc-highlight);
}

.wc-panel--hero .wc-section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
}

.wc-panel--hero .wc-section-heading__eyebrow,
.wc-panel--hero .wc-headline__meta {
	color: var(--wc-ink-muted);
}

.wc-panel--hero .wc-section-heading__title,
.wc-panel--hero .wc-headline__title,
.wc-panel--hero .wc-headline__title a {
	color: var(--wc-ink);
}

.wc-panel--hero .wc-headline__title {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.35;
}

.wc-panel--hero .wc-headline__title a {
	display: block;
	line-height: 1.35;
	overflow: visible;
}

.wc-panel--hero .wc-headline-list,
.wc-panel--hero .wc-empty-state {
	position: relative;
	z-index: 1;
}

.wc-panel--hero .wc-headline-list {
	display: grid;
	flex: 1 1 auto;
	align-content: start;
	overflow: auto;
	padding-right: 6px;
}

.wc-panel--hero .wc-headline {
	/* display: grid; */
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	border-bottom-color: var(--wc-line);
}

.wc-panel--hero .wc-headline__thumb-link {
	display: block;
}

.wc-panel--hero .wc-headline__thumb {
	display: block;
	width: 88px;
	height: 68px;
	object-fit: cover;
	background: #e5e7eb;
}

.wc-panel--hero .wc-headline__body {
	min-width: 0;
}

.wc-hero-slider .wc-hero-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.76);
	color: #fff8ef;
	transform: translateY(-50%);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.wc-hero-slider .wc-hero-slider__arrow:hover {
	background: rgba(17, 24, 39, 0.92);
	transform: translateY(-50%) scale(1.04);
}

.wc-hero-slider .slick-prev.wc-hero-slider__arrow {
	left: 18px;
}

.wc-hero-slider .slick-next.wc-hero-slider__arrow {
	right: 18px;
}

.wc-hero-slider .wc-hero-slider__arrow::before {
	display: none;
}

.wc-hero-slider .slick-dots {
	position: absolute;
	right: 24px;
	bottom: 20px;
	left: 24px;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wc-hero-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.wc-hero-slider .slick-dots li button {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 248, 239, 0.48);
	font-size: 0;
}

.wc-hero-slider .slick-dots li button::before {
	display: none;
}

.wc-hero-slider .slick-dots li.slick-active button {
	background: #fff8ef;
}

@media (max-width: 1280px) {
	.wc-hero-layout {
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.82fr);
		gap: 20px;
		min-height: 460px;
	}

	.wc-hero .wc-hero__title {
		font-size: 38px;
	}
}

@media (max-width: 1100px) {
	.wc-hero-layout {
		grid-template-columns: 1fr;
		gap: 18px;
		min-height: 0;
	}

	.wc-hero-slider,
	.wc-hero__inner {
		height: 460px;
		min-height: 460px;
	}

	.wc-hero__inner {
		padding: 18px 22px 42px;
	}

	.wc-panel--hero {
		height: auto;
		min-height: 0;
		padding: 24px 22px;
	}

	.wc-panel--hero .wc-headline-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 18px;
		overflow: visible;
		padding-right: 0;
	}

	.wc-panel--hero .wc-headline {
		padding-bottom: 12px;
	}

	.wc-hero .wc-hero__title {
		font-size: 34px;
	}
}

.wc-section {
	padding: 24px 0;
}

.wc-section-heading {
	/* margin-bottom: 24px; */
}

.wc-section-heading__eyebrow {
	color: var(--wc-accent-strong);
}

.wc-section-heading__title {
	font-size: clamp(1.8rem);
}

.wc-grid--featured {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 22px;
}

.wc-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--wc-line);
	/* border-radius: var(--wc-radius-md); */
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(6px);
	box-shadow: 0 18px 36px rgba(17, 24, 39, 0.06);
}

.wc-card--featured:first-child {
	grid-column: span 7;
}

.wc-card--featured {
	grid-column: span 5;
}

.wc-card--horizontal {
	display: grid;
	grid-template-columns: minmax(220px, 320px) 1fr;
}

.wc-card__image-link {
	display: block;
}

.wc-card__image,
.wc-card__image--placeholder,
.wc-article__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wc-card__image {
	aspect-ratio: 16 / 10;
}

.wc-card__image--placeholder {
	min-height: 100%;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(187, 90, 44, 0.9), rgba(23, 32, 43, 0.96));
}

.wc-card__content,
.wc-panel,
.wc-static-card,
.wc-legal-shell,
.wc-page-content {
	padding: 10px 15px;
}

.wc-card__title {
	font-size: clamp(1.35rem, 2vw, 2rem);
	margin-bottom: 12px;
}

.wc-card__title a,
.wc-headline__title a,
.wc-mini-list__item,
.wc-text-link,
.wc-tag,
.wc-post-categories a {
	text-decoration: none;
}

.wc-card__excerpt,
.wc-panel p,
.wc-static-card p,
.wc-page-content,
.wc-legal-shell,
.wc-article__content {
	font-size: 0.8rem;
	line-height: 1.8;
	color: var(--wc-ink-soft);
}

.wc-post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	/* margin-bottom: 14px; */
}

.wc-post-categories a,
.wc-tag {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--wc-brand-red);
	color: white;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wc-split,
.wc-blog-layout,
.wc-generic-layout,
.wc-article-layout {
	display: grid;
	/* grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr); */
	gap: 24px;
}

.wc-panel,
.wc-static-card,
.wc-legal-shell,
.wc-page-content,
.wc-sidebar-panel .wc-panel {
	border: 1px solid var(--wc-line);
	/* border-radius: var(--wc-radius-md); */
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 18px 36px rgba(17, 24, 39, 0.05);
}

.wc-panel.wc-panel--hero {
	border: 1px solid var(--wc-line);
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(17, 24, 39, 0.05);
	color: var(--wc-ink);
}

.wc-headline-list,
.wc-mini-list,
.wc-metric-list {
	display: grid;
	gap: 14px;
}

.wc-headline {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--wc-line);
}

.wc-headline:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.wc-headline__title {
	font-size: 1rem;
}

.wc-static-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.wc-blog-layout {
	align-items: start;
}

.wc-home-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.55fr) minmax(320px, 0.85fr);
	gap: 28px;
	align-items: stretch;
}

.wc-home-main {
	display: grid;
	gap: 32px;
	min-width: 0;
}

.wc-home-block {
	display: grid;
	gap: 18px;
}

.wc-home-sidebar {
	min-width: 0;
	display: flex;
}

.wc-home-sidebar__panel {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	position: sticky;
	top: 24px;
}

.wc-section-heading--inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.wc-section-heading--inline .wc-text-link {
	margin-top: 0;
}

.wc-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.wc-card--story .wc-card__content {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

.wc-card--story .wc-card__title {
	font-size: clamp(1.2rem, 1.3vw, 1.4rem);
	margin-bottom: 0;
	line-height: 1.15;
	color: #000 !important;
}

.wc-card--story .wc-card__title a {
	color: #000;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.wc-home-feed {
	display: grid;
	flex: 0 0 auto;
	gap: 0;
	align-content: start;
}

.wc-headline--sidebar {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	padding: 20px 0;
	align-items: start;
}

.wc-headline--sidebar .wc-headline__thumb-link {
	display: block;
}

.wc-headline--sidebar .wc-headline__thumb {
	display: block;
	width: 92px;
	height: 72px;
	object-fit: cover;
}

.wc-headline--sidebar .wc-headline__body {
	display: grid;
	align-content: start;
	gap: 2px;
}

.wc-headline--sidebar .wc-headline__meta {
	margin-bottom: 0;
}

.home .wc-home-sidebar__panel .wc-headline__meta {
	font-size: 0.7rem;
}

.wc-headline--sidebar .wc-headline__title {
	line-height: 1.15;
}

.wc-headline--sidebar .wc-headline__title a {
	color: #000;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wc-pagination--sidebar {
	margin-top: 24px;
}

.wc-post-list {
	display: grid;
	gap: 22px;
}

.wc-sidebar-panel {
	display: grid;
	gap: 20px;
}

.wc-text-link {
	display: inline-flex;
	margin-top: 6px;
	color: var(--wc-accent-strong);
	font-weight: 700;
}

.wc-pagination {
	margin-top: 8px;
}

.wc-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	margin-right: 8px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid var(--wc-line);
	background: rgba(255, 255, 255, 0.8);
	color: var(--wc-ink);
	text-decoration: none;
}

.wc-pagination .current {
	background: var(--wc-surface-dark);
	color: #fff;
}

.wc-article-layout {
	align-items: start;
	padding-top: 14px;
}

.wc-article__main {
	min-width: 0;
}

.wc-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	color: rgba(255, 248, 239, 0.72);
}

.wc-article__media {
	overflow: hidden;
	margin-bottom: 22px;
	border-radius: var(--wc-radius-md);
}

.wc-article__image {
	aspect-ratio: 16 / 9;
}

/* .wc-article__content,
.wc-page-content,
.wc-legal-shell {
	border: 1px solid var(--wc-line);
	border-radius: var(--wc-radius-md);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 36px rgba(17, 24, 39, 0.05);
    padding: 15px 35px;
} */

.wc-article__content h2,
.wc-page-content h2,
.wc-legal-shell h2,
.wc-page-content h3,
.wc-legal-shell h3 {
	font-family: var(--wc-title-font);
	color: var(--wc-ink);
	margin-top: 1.6em;
}

.wc-article__content p:first-child,
.wc-page-content p:first-child,
.wc-legal-shell p:first-child {
	margin-top: 0;
}

.wc-article__tags {
	margin-top: 18px;
}

.wc-article__tags a {
	display: inline-flex;
	margin: 0 8px 8px 0;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.08);
	color: var(--wc-ink);
	text-decoration: none;
}

.wc-mini-list__item {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--wc-line);
	color: var(--wc-ink);
	font-weight: 700;
}

.wc-mini-list__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.wc-metric {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 12px 0;
	border-bottom: 1px solid var(--wc-line);
}

.wc-metric:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.wc-metric strong {
	font-family: var(--wc-title-font);
	font-size: 1.8rem;
	color: var(--wc-accent-strong);
}

.wc-empty-state {
	padding: 28px;
	border: 1px dashed rgba(17, 24, 39, 0.18);
	border-radius: var(--wc-radius-md);
	background: rgba(255, 255, 255, 0.72);
	color: var(--wc-ink-soft);
}

.wc-card__title a,
.wc-headline__title a,
.wc-mini-list__item,
.wc-article__tags a,
.wc-pagination .page-numbers,
.wc-post-categories a,
.wc-tag,
.wc-text-link {
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.wc-card__title a:hover,
.wc-headline__title a:hover,
.wc-mini-list__item:hover,
.wc-text-link:hover {
	color: var(--wc-accent-strong);
}

.wc-post-categories a:hover,
.wc-tag:hover,
.wc-article__tags a:hover,
.wc-pagination .page-numbers:hover {
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.wc-hero-layout,
	.wc-grid--featured,
	.wc-story-grid,
	.wc-static-grid,
	.wc-split,
	.wc-blog-layout,
	.wc-generic-layout,
	.wc-article-layout {
		grid-template-columns: 1fr;
	}

	.wc-card--featured:first-child,
	.wc-card--featured,
	.wc-card--horizontal {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.wc-hero-layout {
		gap: 18px;
		min-height: 0;
	}

	.wc-hero-layout,
	.wc-hero-slider,
	.wc-hero__inner,
	.wc-panel--hero {
		height: auto;
		max-height: none;
	}

	.wc-hero-slider,
	.wc-hero__inner {
		min-height: 440px;
	}

	.wc-panel--hero {
		min-height: 0;
	}

	.wc-panel--hero .wc-headline-list {
		grid-template-columns: 1fr;
	}

	.wc-home-layout {
		grid-template-columns: 1fr;
	}

	.wc-home-sidebar__panel {
		position: static;
	}

	.wc-story-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.wc-hero-layout {
		gap: 16px;
	}

	.wc-hero-slider,
	.wc-hero__inner {
		min-height: 380px;
	}

	.wc-hero__inner {
		padding: 16px 18px 72px;
	}

	.wc-panel--hero {
		padding: 24px 18px;
	}

	.wc-panel--hero .wc-headline-list {
		gap: 0;
	}

	.wc-hero .wc-hero__title {
		font-size: 30px;
		line-height: 1.14;
	}

	.wc-hero-slider .wc-hero-slider__arrow {
		top: auto;
		bottom: 18px;
		transform: none;
		width: 38px;
		height: 38px;
	}

	.wc-hero-slider .wc-hero-slider__arrow:hover {
		transform: scale(1.04);
	}

	.wc-hero-slider .slick-prev.wc-hero-slider__arrow {
		left: 18px;
	}

	.wc-hero-slider .slick-next.wc-hero-slider__arrow {
		right: 18px;
	}

	.wc-hero-slider .slick-dots {
		right: 18px;
		left: 18px;
		bottom: 14px;
	}

	.wc-story-grid {
		grid-template-columns: 1fr;
	}

	.wc-section-heading--inline {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.site-header.layout--default .top-date-time.top-header-social-icons {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 8px;
	}

	.site-header.layout--default .top-date-time.top-header-social-icons .social-icons-wrap {
		width: 100%;
		justify-content: center;
		margin-left: 0;
	}

	.wc-hero,
	.wc-article-hero {
		padding-top: 32px;
	}

	.wc-hero__inner,
	.wc-panel--hero,
	.wc-article-hero .newsmatic-container,
	.wc-card__content,
	.wc-panel,
	.wc-static-card,
	.wc-page-content,
	.wc-legal-shell,
	.wc-article__content {
		padding: 22px;
	}

	.wc-hero__inner {
		padding: 18px 16px 72px;
	}

	.wc-hero__title,
	.wc-article__title {
		max-width: none;
	}

	.wc-hero-layout {
		gap: 14px;
	}

	.wc-hero__inner {
		min-height: 340px;
	}

	.wc-hero-slider {
		min-height: 340px;
	}

	.wc-panel--hero {
		padding: 20px 16px;
	}

	.wc-hero-slider .wc-hero-slider__arrow {
		width: 34px;
		height: 34px;
		bottom: 14px;
	}

	.wc-hero-slider .slick-dots {
		right: 16px;
		left: 16px;
		bottom: 12px;
		gap: 8px;
	}

	.wc-hero .wc-hero__title {
		font-size: 25px;
		line-height: 1.12;
		max-width: 100%;
	}

	.wc-hero__bottom {
		min-width: 0;
	}

	.wc-hero__title a {
		display: -webkit-box;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.wc-post-categories {
		gap: 6px;
		margin-bottom: 10px;
	}

	.wc-post-categories a,
	.wc-tag {
		padding: 6px 10px;
		font-size: 0.72rem;
	}

	.wc-panel--hero .wc-section-heading__title {
		font-size: 2rem;
	}

	.wc-panel--hero .wc-headline__title {
		font-size: 0.95rem;
	}

	.wc-panel--hero .wc-headline {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
	}

	.wc-panel--hero .wc-headline__thumb {
		width: 72px;
		height: 58px;
	}

	.wc-headline--sidebar {
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 12px;
	}

	.wc-headline--sidebar .wc-headline__thumb {
		width: 78px;
		height: 62px;
	}

	.wc-article__meta {
		gap: 10px;
	}
}

@media (max-width: 769px) {
	.bb-bldr--responsive {
		position: relative;
	}

	.bb-bldr--responsive .row-wrap.row-three .bb-bldr-row.column-3 {
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.bb-bldr--responsive .row-wrap.row-three .bb-bldr-column.two {
		justify-content: flex-end;
		gap: 14px;
	}

	.bb-bldr--responsive .row-wrap.row-three .bb-bldr-column.two > .bb-bldr-widget {
		display: flex;
		align-items: center;
	}

	.bb-bldr--responsive .row-wrap.row-three .toggle-button-wrapper {
		margin: 0;
	}

	.bb-bldr--responsive .bb-bldr-row.mobile-canvas.open {
		top: 100%;
		right: 0;
		max-height: calc(100vh - 120px);
	}
}


button {
	cursor: pointer;
}

footer.site-footer #bottom-footer-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 12px;
	column-gap: 0;
}

footer.site-footer #bottom-footer-menu li {
	display: block;
	width: 100%;
}

footer.site-footer .footer-date-calendar {
	width: 100%;
	max-width: 360px;
	margin: 0;
}

footer.site-footer .footer-date-calendar table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: transparent;
}

footer.site-footer .footer-date-calendar caption {
	padding: 8px 10px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	text-align: left;
}

footer.site-footer .footer-date-calendar th,
footer.site-footer .footer-date-calendar td {
	padding: 8px 4px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.88);
}

footer.site-footer .footer-date-calendar th {
	background: rgba(255, 255, 255, 0.06);
	font-weight: 600;
}

footer.site-footer .footer-date-calendar td a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

footer.site-footer .footer-date-calendar td#today {
	background: rgba(183, 60, 4, 0.2);
	color: #ffffff;
	font-weight: 700;
}

footer.site-footer .footer-date-calendar .pad {
	opacity: 0.45;
}

footer.site-footer .footer-date-calendar .wp-calendar-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
	font-size: 0.85rem;
}

footer.site-footer .footer-date-calendar .wp-calendar-nav a {
	color: #ffffff;
	text-decoration: none;
}

footer.site-footer .footer-social-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

footer.site-footer .footer-social-title {
	margin: 0;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

footer.site-footer .footer-social-description {
	max-width: 320px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
	line-height: 1.6;
	text-align: left;
}

footer.site-footer .footer-social-description p {
	margin: 0;
}

footer.site-footer .footer-social-description a {
	color: #ffffff;
	text-decoration: none;
}

footer.site-footer .footer-social-block .social-icons-wrap {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

footer.site-footer .row-three .bb-bldr-row.column-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 24px 32px;
}

footer.site-footer .row-three .bb-bldr-column,
footer.site-footer .row-three .bb-bldr-widget {
	min-width: 0;
}

footer.site-footer .row-three .bb-bldr-column > .bb-bldr-widget:not(:last-child) {
	margin-bottom: 16px;
}

@media (max-width: 940px) {
	footer.site-footer .row-three .bb-bldr-row.column-3 {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	footer.site-footer .row-three .bb-bldr-column {
		width: 100%;
	}

	footer.site-footer .footer-date-calendar,
	footer.site-footer .footer-social-description {
		max-width: 100%;
	}

	footer.site-footer .footer-social-block {
		align-items: flex-start;
	}

	footer.site-footer .footer-social-block .social-icons-wrap {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	footer.site-footer .row-wrap.row-three .newsmatic-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	footer.site-footer #bottom-footer-menu {
		row-gap: 10px;
	}

	footer.site-footer .footer-date-calendar caption {
		padding: 8px;
		font-size: 0.9rem;
	}

	footer.site-footer .footer-date-calendar th,
	footer.site-footer .footer-date-calendar td {
		padding: 6px 2px;
		font-size: 0.75rem;
	}

	footer.site-footer .footer-date-calendar .wp-calendar-nav {
		gap: 12px;
		flex-wrap: wrap;
	}

	footer.site-footer .footer-social-description {
		font-size: 0.85rem;
		line-height: 1.5;
	}

	footer.site-footer .social-icons-wrap .social-icons {
		flex-wrap: wrap;
	}

	footer.site-footer .social-icons-wrap a i {
		width: 38px;
		height: 38px;
		line-height: 2.55;
	}
}
