/**
 * Важные данные товара — верстка как на скрине.
 */
.avrora-specs-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
	max-width: 350px;
}

.avrora-spec-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
}

.avrora-spec-label {
	font-weight: normal;
	font-size: 1em;
	color: #333;
}

.avrora-spec-value {
	font-weight: 700;
	font-size: 1.05em;
	color: #333;
}

.avrora-description-extra {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #eee;
}

.avrora-description-extra p {
	margin-bottom: 0.5em;
}

.avrora-description-extra p:last-child {
	margin-bottom: 0;
}
