/**
 * Global status hint lines (delivery time, low stock, sold-out, …).
 * Plain text — not alert/notice boxes.
 */

:root {
	--toboo-hint-size: 0.875rem;
	--toboo-hint-weight: 400;
	--toboo-hint-line: 1.35;
	--toboo-hint-color: var(--toboo-green-text, var(--wp--preset--color--green-text, #586b08));
	--toboo-hint-color-on-dark: #f5d76e;
	--toboo-hint-color-danger: var(--wp--preset--color--danger, #ff3c17);
}

.toboo-hint {
	margin: 0 0 0.5rem;
	font-size: var(--toboo-hint-size);
	font-weight: var(--toboo-hint-weight);
	line-height: var(--toboo-hint-line);
	color: var(--toboo-hint-color);
}

.toboo-hint--danger {
	color: var(--toboo-hint-color-danger);
}

/* Dark product surfaces (hero / selection) */
.toboo-product-hero .toboo-hint:not(.toboo-hint--danger) {
	color: var(--toboo-hint-color-on-dark);
}

/* Lieferzeit-Zeile: Icon + Text optisch auf einer Linie. */
.toboo-delivery-time,
.toboo-product-addon__delivery,
p.toboo-delivery-time,
p.toboo-product-addon__delivery,
.toboo-delivery-time.delivery-time-info,
.toboo-product-addon__delivery.delivery-time-info,
.toboo-delivery-time.wc-gzd-additional-info,
.toboo-product-addon__delivery.wc-gzd-additional-info {
	display: block;
}

.toboo-delivery-time__icon,
.toboo-delivery-time .icon-svg,
.toboo-product-addon__delivery .icon-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin-right: 0.35rem;
	line-height: 0;
}

.toboo-delivery-time__icon svg,
.toboo-delivery-time .icon-svg svg,
.toboo-product-addon__delivery .icon-svg svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.toboo-delivery-time .delivery-time-data,
.toboo-product-addon__delivery .delivery-time-data {
	display: inline;
	vertical-align: middle;
}

/* Jelly-Fill-LKW sitzt im ViewBox optisch etwas hoch. */
.toboo-delivery-time__icon.icon-name-truck svg,
.toboo-delivery-time .icon-name-truck svg,
.toboo-product-addon__delivery .icon-name-truck svg {
	transform: translateY(0.08em);
}
