/* WooDelivery Manager - stile frontend (Tailwind-like, palette AA, CSS custom) */

/* ===== Tabella allergeni nel tab prodotto ===== */
.aa-wdm-table-wrap {
	overflow-x: auto;
	border: 1px solid #dcd8d6;
	border-radius: 12px;
}
.aa-wdm-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin: 0;
}
.aa-wdm-table thead th {
	background: #f8fafc;
	text-align: left;
	font-weight: 600;
	color: #334155;
	padding: 12px 16px;
	border-bottom: 1px solid #dcd8d6;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.aa-wdm-table tbody td {
	padding: 14px 16px;
	border-bottom: 1px solid #ebe8e7;
	vertical-align: top;
	color: #655d5b;
}
.aa-wdm-table tbody tr:last-child td { border-bottom: none; }
.aa-wdm-table__img { width: 72px; }
.aa-wdm-table .aa-wdm-thumb {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
	border: 1px solid #dcd8d6;
}
.aa-wdm-thumb--empty {
	display: inline-block;
	background: repeating-linear-gradient(45deg, #ebe8e7, #ebe8e7 6px, #dcd8d6 6px, #dcd8d6 12px);
}
.aa-wdm-table__name { white-space: nowrap; }

/* badge nome allergene */
.aa-wdm-badge {
	display: inline-flex;
	align-items: center;
	background: #ebe8e7;
	color: #4a4342;
	border: 1px solid #dcd8d6;
	border-radius: 9999px;
	padding: 4px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

/* ===== Elenco nomi (categoria, carrello, ordine, email) ===== */
.aa-wdm-names {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.5;
}
.aa-wdm-names__label {
	font-weight: 600;
	color: #9a3412;
	display: inline-block;
	margin-bottom: 2px;
}
.aa-wdm-names__list {
	margin: 2px 0 0;
	padding-left: 18px;
	list-style: disc;
	color: #655d5b;
}
.aa-wdm-names__list li { margin: 0; }
.aa-wdm-names--loop { margin: 6px 0 4px; font-size: 13px; }

/* ===== Fascia oraria nel dettaglio ordine ===== */
.aa-wdm-order-slot {
	margin: 10px 0;
	padding: 10px 14px;
	background: #f8fafc;
	border: 1px solid #dcd8d6;
	border-radius: 10px;
	font-size: 14px;
	color: #2b2726;
}

/* ===== Shortcode orari / offline ===== */
.aa-wdm-shortcode {
	font-size: 15px;
	line-height: 1.6;
	color: #2b2726;
}
.aa-wdm-shortcode--offline {
	max-width: 640px;
	margin: 40px auto;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

/* campo fascia oraria al checkout */
.aa-wdm-checkout-slot select {
	border-radius: 10px;
}

/* Fascia oraria di consegna al checkout: allineata a destra */
.aa-wdm-checkout-slot {
	text-align: right;
}
.aa-wdm-checkout-slot label {
	display: block;
	width: 100%;
}
.aa-wdm-checkout-slot .aa-wdm-slot-select {
	text-align: right;
	margin-left: auto;
}
.aa-wdm-checkout-slot .aa-wdm-slot-select option:disabled {
	color: #a69f9d;
}
