/**
 * Aviso personalizado do produto (single product).
 * Inserido via JS entre disponibilidade e botões; só exibido quando o backend envia texto.
 */

.gstore-product-notice {
	margin-top: 16px;
	padding: 14px;
	border-radius: var(--gstore-radius-base);
	background: #fef9c3;
	border: 1px solid var(--gstore-color-border-accent-warm, #eab308);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gstore-product-notice__row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.gstore-product-notice__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--gstore-color-accent, #ff5c00);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
}

.gstore-product-notice__row > div:last-child {
	flex: 1;
	font-size: var(--gstore-font-size-base, 1rem);
	color: var(--gstore-color-text-body-dark, #1a1a1a);
	line-height: 1.4;
}
