/* =====================================================================
   Poka Why Trust Us
   ===================================================================== */

.pwtu-box {
	margin-top: 2.5rem;
	padding: 1.25rem 1.5rem;
	border-radius: 10px;
	border: 1px solid var(--border-color, #e5e7eb);
	background: var(--card-bg, #f9fafb);
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--text-color, #374151);
}

.pwtu-header {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.75rem;
}

.pwtu-icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: #000;
}

.pwtu-icon svg {
	width: 34px;
	height: auto;
}

.pwtu-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--heading-color, #111827) !important;
	border: none !important;
}

.pwtu-body p:last-child {
	margin-bottom: 0;
}

.pwtu-body a {
	color: var(--primary-color, #2563eb);
	text-decoration: underline;
}

@media (max-width: 600px) {
	.pwtu-box {
		padding: 1rem;
	}
}
