/* ============================================================
   AP BURYAK HOT SALE — Frontend styles
   ============================================================ */

/* ── Price display: tachado + nuevo precio ── */
.ap-hs-original {
	display: inline;
	text-decoration: line-through;
	color: #94a3b8;
	font-size: .9em;
	margin-right: 4px;
}

/* Remove WooCommerce's default del styling interference */
.ap-hs-original .woocommerce-Price-amount {
	color: inherit;
}

.ap-hs-discounted {
	display: inline;
	text-decoration: none;
	font-weight: 700;
	color: #16a34a;
	font-size: 1.05em;
}

.ap-hs-discounted .woocommerce-Price-amount {
	color: inherit;
}

.ap-hs-badge {
	display: inline-block;
	background: #16a34a;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 20px;
	margin-left: 6px;
	vertical-align: middle;
	letter-spacing: .04em;
}

/* ── Checkout: gateway labels with discount pill ── */
.payment_method_ap_hotsale_transfer label,
.payment_method_ap_hotsale_mp3 label,
.payment_method_ap_hotsale_mp6 label {
	font-weight: 600;
}

/* Discount highlight row shown when gateway is selected */
.ap-hs-discount-notice {
	display: none;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	padding: 10px 14px;
	margin-top: 8px;
	font-size: 13px;
	color: #15803d;
	font-weight: 500;
}

.ap-hs-discount-notice.visible {
	display: block;
}

/* ── Transfer page: bank details ── */
.ap-hs-transfer-info {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 10px;
	padding: 20px 24px;
	margin: 24px 0;
}

.ap-hs-transfer-info h2 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #15803d;
}

.ap-hs-bank-details {
	background: #fff;
	border: 1px solid #d1fae5;
	border-radius: 6px;
	padding: 12px 16px;
	font-family: monospace;
	font-size: 13px;
	white-space: pre-wrap;
	margin: 10px 0 0;
}

/* ── Product loop: keep layout tidy ── */
.woocommerce ul.products li.product .price .ap-hs-badge {
	display: block;
	margin: 4px 0 0;
	width: fit-content;
}
