.ufwc-post {
	color: #a8a8a8;
}

.ufwc-post__hero {
	position: relative;
	height: 360px;
	background-size: cover;
	background-position: center;
	margin-bottom: 32px;
}

.ufwc-post__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

.ufwc-post__body {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 48px;
	align-items: start;
}

.ufwc-post__main {
	min-width: 0;
}

.ufwc-post__breadcrumb {
	font-size: 13px;
	color: #6b6b6b;
	margin: 0 0 16px;
}

.ufwc-post__breadcrumb a {
	color: #a8a8a8;
	text-decoration: none;
}

.ufwc-post__breadcrumb a:hover {
	color: #f4c60a;
}

.ufwc-post__breadcrumb-sep {
	margin: 0 6px;
	color: #4a4a4a;
}

.ufwc-post .ufwc-badge {
	position: static;
	display: inline-flex;
	margin-bottom: 16px;
}

.ufwc-post__title {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.ufwc-post__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 13px;
}

.ufwc-post__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ufwc-post__meta-item .ufwc-icon {
	display: block;
	color: #6b6b6b;
	fill: #6b6b6b;
}

.ufwc-post__share {
	appearance: none !important;
	-webkit-appearance: none !important;
	margin-left: auto !important;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 0 !important;
	cursor: pointer;
	font-size: 13px;
	transition: color 0.2s ease;
}

.ufwc-post__share:hover {
	color: #f4c60a !important;
}

.ufwc-post__share .ufwc-icon {
	display: block;
}

.ufwc-post__divider {
	border: 0;
	border-top: 1px solid #2e2e2e;
	margin: 24px 0;
}

.ufwc-post__content {
	font-size: 15px;
	line-height: 1.8;
}

.ufwc-post__content > *:first-child {
	margin-top: 0;
}

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

.ufwc-post__content p {
	margin: 0 0 20px;
}

.ufwc-post__content a {
	text-decoration: underline;
}

.ufwc-post__content img {
	max-width: 100%;
	height: auto;
}

.ufwc-post__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
	color: #6b6b6b;
}

.ufwc-post__tags .ufwc-icon {
	display: block;
	color: #6b6b6b;
	fill: #6b6b6b;
}

.ufwc-post__tag {
	padding: 4px 10px;
	background-color: #1a1a1a;
	border: 1px solid #2e2e2e;
	color: #a8a8a8;
	font-size: 12px;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.ufwc-post__tag:hover {
	color: #f4c60a;
	border-color: #f4c60a;
}

.ufwc-post__back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #a8a8a8;
	text-decoration: none;
	font-size: 14px;
}

.ufwc-post__back:hover {
	color: #f4c60a;
}

/* Sidebar */

.ufwc-post__sidebar {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ufwc-post__widget-title {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	padding-left: 10px;
	border-left: 3px solid #f4c60a;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
}

.ufwc-recent-posts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ufwc-recent-post {
	display: flex;
	gap: 12px;
}

.ufwc-recent-post__thumb {
	flex-shrink: 0;
	display: block;
	width: 56px;
	height: 56px;
	overflow: hidden;
}

.ufwc-recent-post__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ufwc-recent-post__body {
	min-width: 0;
}

.ufwc-recent-post__title {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.ufwc-recent-post__title a {
	color: #ffffff;
	text-decoration: none;
}

.ufwc-recent-post__title a:hover {
	color: #f4c60a;
}

.ufwc-recent-post__date {
	font-size: 12px;
	color: #6b6b6b;
}

/* Shop CTA */

.ufwc-shop-cta {
	padding: 24px;
	background-color: #1a1a1a;
}

.ufwc-shop-cta__title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}

.ufwc-shop-cta__desc {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.5;
	color: #a8a8a8;
}

.ufwc-shop-cta__button {
	appearance: none !important;
	-webkit-appearance: none !important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 12px 16px;
	background-color: #f4c60a !important;
	background-image: none !important;
	box-shadow: none !important;
	border: 0 !important;
	color: #1a1a1a !important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.ufwc-shop-cta__button:hover {
	opacity: 0.9;
}

@media (max-width: 900px) {
	.ufwc-post__body {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.ufwc-post__hero {
		height: 220px;
	}

	.ufwc-post__title {
		font-size: 26px;
	}
}
