.es-editorial-review {
	margin: clamp(3rem, 7vw, 5.5rem) 0 0;
	padding: clamp(1.35rem, 3vw, 2rem);
	border: 1px solid #cbd5e1;
	border-radius: 18px;
	background: linear-gradient(145deg, #f8fafc 0%, #ffffff 70%);
	box-shadow: 0 18px 44px rgba(7, 27, 54, 0.08);
	color: #20324b;
}
.es-editorial-review__heading {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 1.25rem;
}
.es-editorial-review__heading > span {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: #e8f7f0;
	color: #087a55;
	font-weight: 800;
}
.es-editorial-review__heading p {
	margin: 0 0 0.2rem;
	color: #0757c8;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}
.es-editorial-review__heading h2 {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}
.es-editorial-review__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	margin: 0 0 1.2rem;
	border: 1px solid #dbe4ef;
	border-radius: 12px;
	background: #dbe4ef;
}
.es-editorial-review__facts > div {
	padding: 0.85rem 1rem;
	background: #fff;
}
.es-editorial-review__facts strong,
.es-editorial-review__facts span {
	display: block;
}
.es-editorial-review__facts strong {
	margin-bottom: 0.15rem;
	color: #475569;
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.es-editorial-review__facts span {
	color: #071b36;
	font-weight: 700;
}
.es-editorial-review__scope,
.es-editorial-review__note {
	margin: 0.75rem 0;
}
.es-editorial-review details {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e2e8f0;
}
.es-editorial-review summary {
	color: #0757c8;
	font-weight: 750;
	cursor: pointer;
}
.es-editorial-review ul {
	margin: 0.8rem 0 0;
}
.es-editorial-review__correction {
	margin: 1rem 0 0;
	font-size: 0.88rem;
}
@media (max-width: 820px) {
	.es-editorial-review__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
	.es-editorial-review { border-radius: 14px; }
	.es-editorial-review__facts { grid-template-columns: 1fr; }
}
