/* ==========================================================================
   Price List (.sentio-pl)
   ==========================================================================
   Extracted from frontend.css during the Batch 8 mechanical extraction
   (2026-04-18). Behavior-preserving. NO JS handler.

   This widget's PHP originally declared an explicit empty get_script_depends()
   — the "EMPTY-depends case" in the authoring guide §4 Transformation rules.
   After this extraction the empty return is preserved (no JS asset to load).
   ========================================================================== */


.sentio-pl__item + .sentio-pl__item {
	margin-top: 20px;
}

.sentio-pl__item {
	position: relative;
}

.sentio-pl__item--highlight {
	background-color: #FFFDE7;
}

.sentio-pl__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.sentio-pl__link:hover {
	color: inherit;
}

/* --- Header row (media + text wrap) --- */

.sentio-pl__header {
	display: flex;
	align-items: flex-start;
}

/* --- Media (image / icon) --- */

.sentio-pl__media {
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin-right: 16px;
	flex-shrink: 0;
	overflow: hidden;
}

.sentio-pl__media--image {
	border-radius: 0;
}

.sentio-pl__media--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sentio-pl__media--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.sentio-pl__media--icon svg {
	width: 1em;
	height: 1em;
}

/* --- Text wrap --- */

.sentio-pl__text-wrap {
	flex: 1;
	min-width: 0;
}

/* --- Title row: title + badge + separator + price --- */

.sentio-pl__title-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.sentio-pl__title {
	margin: 0;
	font-weight: 600;
	white-space: nowrap;
}

/* --- Separator (Differentiator #3) --- */

.sentio-pl__separator {
	flex: 1;
	border-bottom: 2px dotted #ccc;
	align-self: center;
	min-width: 20px;
}

/* --- Price area --- */

.sentio-pl__price-wrap {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	white-space: nowrap;
}

.sentio-pl__price {
	font-weight: 600;
}

/* Sale strikethrough (Differentiator #1) */

.sentio-pl__original-price {
	color: #999;
	text-decoration: line-through;
	font-size: 0.85em;
}

/* --- Badge (Differentiator #2) --- */

.sentio-pl__badge {
	display: inline-block;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-color: #E74C3C;
	color: #fff;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: middle;
}

/* --- Description --- */

.sentio-pl__desc {
	margin: 6px 0 0;
	font-size: 13px;
	color: #999;
	line-height: 1.5;
}
