/**
 * Styles for cmc/creche-review block.
 *
 * Crèche client testimonial card — single column with logo, quote, author.
 */

.cmc-creche-review {
	background: var(--wp--preset--color--white, #fff);
	border-radius: 1rem;
	border: 2px solid var(--wp--preset--color--gray, #e0e0e0);
	padding: 2rem;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Logo */
.cmc-creche-review .cmc-creche-review__logo {
	margin-bottom: 1.5rem;
}

.cmc-creche-review .cmc-creche-review__logo img {
	max-height: 80px;
	width: auto;
	display: block;
}

/* Quote text */
.cmc-creche-review .cmc-creche-review__quote {
	margin-bottom: 1.5rem;
}

.cmc-creche-review .cmc-creche-review__quote p {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--wp--preset--color--primary, #2c4a7c);
	margin: 0;
}

/* Author */
.cmc-creche-review .cmc-creche-review__name {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wp--preset--color--primary, #2c4a7c);
	margin: 0 0 0.25rem;
}

.cmc-creche-review .cmc-creche-review__title {
	font-size: 0.9375rem;
	color: var(--wp--preset--color--secondary, #e05a6d);
	margin: 0;
}

/* Skeleton pulse animation (editor only) */
@keyframes cmc-skeleton-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}
