/* Agma Promo 1 + 1 = 3 — frontend styles */

.agma-promo-113-wrap:empty {
	display: none;
}

.agma-promo-113-notice {
	margin: 0 0 1.25em;
	padding: 14px 18px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.45;
	border: 1px solid transparent;
	animation: agma-promo-113-fade 0.25s ease-out;
}

@keyframes agma-promo-113-fade {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.agma-promo-113-notice {
		animation: none;
	}
}

.agma-promo-113-notice.agma-promo-113-info {
	background: #eef4ff;
	border-color: #b9d0ff;
	color: #1a3a6b;
}

.agma-promo-113-notice.agma-promo-113-success {
	background: #eafaf0;
	border-color: #a9e6c1;
	color: #14663a;
	font-weight: 600;
}

.agma-promo-113-product-badge {
	display: block;
	margin: 12px 0 16px;
	padding: 12px 16px;
	background: #fff7ed;
	border: 1px solid #f5cfa0;
	border-left: 4px solid #e08a2b;
	border-radius: 6px;
}

.agma-promo-113-product-badge .agma-promo-113-line1 {
	display: block;
	font-weight: 600;
	color: #9a5410;
	font-size: 15px;
}

.agma-promo-113-product-badge .agma-promo-113-line2 {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	color: #7a5a2e;
}

/* Mini cart / side cart variants — more compact for the narrow widget */
.agma-promo-113-notice.agma-promo-113-mini {
	margin: 12px 0;
	padding: 10px 12px;
	font-size: 13px;
	border-radius: 6px;
}

.woocommerce-mini-cart__promo.agma-promo-113-mini-discount {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
	margin: 6px 0;
	font-size: 14px;
	color: #14663a;
}

.woocommerce-mini-cart__promo.agma-promo-113-mini-discount .agma-promo-113-amount {
	font-weight: 600;
	white-space: nowrap;
}

.woocommerce-mini-cart__promo.agma-promo-113-mini-discount .woocommerce-Price-amount {
	color: inherit;
}

/* Card-payment info notice (3% discount) */
.agma-promo-113-notice.agma-promo-113-card {
	background: #f3eefc;
	border-color: #d6c2f0;
	color: #4a2a75;
	font-weight: 500;
}
