/**
 * Anelli Delivery Estimate — frontend banner
 */

.anelli-de-banner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	margin: 0 0 14px;
	padding: 0;
	color: #4a4a4a;
	font-size: 13px;
	line-height: 1.45;
	letter-spacing: 0.01em;
	box-sizing: border-box;
}

/* Prodotti semplici: subito sopra il form carrello */
body.single-product form.cart:not(.variations_form) + .anelli-de-banner,
body.single-product .anelli-de-banner + form.cart:not(.variations_form),
body.single-product .summary .anelli-de-banner,
body.single-product .bwp-single-info .anelli-de-banner {
	margin: 0 0 16px;
}

.anelli-de-banner__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	color: #c9a227;
	line-height: 0;
}

.anelli-de-banner__text {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 400;
}

.anelli-de-banner__text strong {
	font-weight: 700;
	color: #333333;
}

/* Riga tabella inserita dal JS */
body.single-product .variations_form tr.anelli-de-banner-row > td,
.quickview-container .variations_form tr.anelli-de-banner-row > td {
	padding: 4px 0 12px !important;
	border: 0 !important;
	vertical-align: middle;
}

body.single-product .variations_form tr.anelli-de-banner-row .anelli-de-banner,
.quickview-container .variations_form tr.anelli-de-banner-row .anelli-de-banner {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.anelli-de-banner {
		font-size: 12px;
		gap: 8px;
	}
}
