.uu-section-head--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.uu-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wogoods-trust-panel {
	margin-top: 28px;
	padding: 28px;
	border: 1px solid rgba(140, 95, 63, 0.12);
	border-radius: 28px;
	background: linear-gradient(180deg, #fffdfb 0%, #f8efe7 100%);
	box-shadow: 0 10px 24px rgba(59, 33, 20, 0.05);
}

.wogoods-trust-panel__eyebrow {
	margin: 0 0 10px;
	color: #8f4e22;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wogoods-trust-panel__title {
	margin: 0;
	color: #2f241f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.9rem, 3vw, 2.7rem);
	line-height: 1.08;
}

.wogoods-trust-panel__copy {
	margin: 14px 0 0;
	max-width: 62ch;
	color: #6c5a4d;
	font-size: 15px;
	line-height: 1.65;
}

.wogoods-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.wogoods-trust-card {
	padding: 20px;
	border: 1px solid rgba(140, 95, 63, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.88);
}

.wogoods-trust-card h3 {
	margin: 0 0 10px;
	color: #2f241f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	line-height: 1.25;
}

.wogoods-trust-card p {
	margin: 0;
	color: #6c5a4d;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 767px) {
	.uu-section-head--split,
	.uu-btn-row {
		flex-direction: column;
		align-items: stretch;
	}

	.wogoods-trust-panel {
		padding: 20px;
		border-radius: 22px;
	}

	.wogoods-trust-grid {
		grid-template-columns: 1fr;
	}
}
