/* Testimonios por producto — Distriperfume */

.dt-seccion {
	background: #faf6ee;
	border-radius: 14px;
	padding: 52px 28px;
	margin: 28px 0;
}
.dt-rotulo {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #a62053;
	text-align: center;
	margin: 0 0 10px;
}
.dt-titulo {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 4.5vw, 34px);
	font-weight: 400;
	color: #1a1612;
	text-align: center;
	margin: 0 0 32px;
}
.dt-lista {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
	max-width: 900px;
	margin: 0 auto;
}
.dt-card {
	background: #fff;
	border: 1px solid rgba(166, 32, 83, 0.20);
	border-radius: 12px;
	padding: 22px 24px;
}
.dt-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.dt-avatar {
	width: 38px; height: 38px;
	flex: none;
	border-radius: 50%;
	background: #f9e7ef;
	color: #a62053;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
}
.dt-quien { display: flex; flex-direction: column; min-width: 0; }
.dt-autor { font-size: 15px; font-weight: 600; color: #1a1612; }
.dt-ciudad { font-size: 12px; color: #7a7469; }
.dt-stars { margin-left: auto; color: #a62053; font-size: 14px; letter-spacing: 2px; white-space: nowrap; }
.dt-texto p { font-size: 15px; line-height: 1.7; color: #4a453d; margin: 0 0 8px; }
.dt-fecha { font-size: 12px; color: #7a7469; }
.dt-aviso {
	text-align: center;
	font-size: 12px;
	color: #7a7469;
	margin: 26px auto 0;
	max-width: 520px;
}

@media only screen and (max-width: 48em) {
	.dt-seccion { padding: 36px 16px; border-radius: 10px; }
	.dt-card { padding: 18px 18px; }
	.dt-stars { margin-left: 0; width: 100%; }
	.dt-card-head { flex-wrap: wrap; }
}
