/* Small styling hooks used by the skillsren/* block patterns. Brand colours still come from theme.json classes. */

.skillsren-card {
	background: var(--sr-white);
	border-radius: 12px;
	padding: 1.75rem;
	box-shadow: 0 2px 10px rgba(58, 58, 54, 0.08);
}

.skillsren-provisional-note {
	opacity: 0.75;
}

/* Task 18 tokens, from the site mockup — thank-you page. */
.skillsren-eyebrow {
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #00b8aa;
}

.skillsren-heading {
	font-weight: 900;
	letter-spacing: -0.018em;
	line-height: 1.14;
}

.skillsren-lede {
	font-size: 18px;
	line-height: 1.6;
	opacity: 0.76;
}

.skillsren-lede--tight {
	font-size: 1rem;
}

.skillsren-dashed-card {
	border: 2px dashed rgba(58, 58, 54, 0.22);
	background: rgba(250, 247, 242, 0.5);
	border-radius: 28px;
	padding: 2rem;
}

.skillsren-pill-btn .wp-block-button__link {
	background: #00b8aa;
	color: #faf7f2;
	font-size: 15px;
	font-weight: 800;
	padding: 13px 18px;
	border-radius: 999px;
}

.skillsren-pill-btn .wp-block-button__link:hover {
	background: #009488;
}
