/* Allhart Block Test — frontend styles. Minimal defaults; individual site themes will override. */
.abt-block { box-sizing: border-box; }

/* Hero slot */
.abt-hero { text-align: center; padding: 40px 20px; }
.abt-hero-h { font-size: 2.5rem; line-height: 1.15; margin: 0 0 16px; font-weight: 800; }
.abt-hero-sub { font-size: 1.1rem; color: #555; margin: 0 0 24px; max-width: 640px; margin-left: auto; margin-right: auto; }
.abt-hero-cta {
	display: inline-block; background: #0b1020; color: #fff; padding: 14px 28px;
	border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 16px;
	transition: transform .1s;
}
.abt-hero-cta:hover { transform: translateY(-1px); color: #fff; }

/* PDP USP panel */
.abt-pdp-usp { background: #fafafa; border-left: 3px solid #0b1020; padding: 12px 16px; margin: 12px 0; border-radius: 0 4px 4px 0; }
.abt-usp-h { font-size: 15px; font-weight: 700; margin: 0 0 8px; }
.abt-usp-bullets { margin: 0 0 8px; padding-left: 20px; }
.abt-usp-bullets li { margin: 2px 0; font-size: 14px; color: #333; }
.abt-usp-urgency { font-size: 13px; color: #d63638; margin: 6px 0 0; font-weight: 600; }
