/* Avodah Core — estilos del front (Mi Cuenta, checkout, producto) */

.avodah-card {
	background: #fff;
	border: 1px solid #ded6c2;
	border-radius: 14px;
	padding: 18px 20px;
	box-shadow: 0 8px 24px rgba(47, 58, 30, 0.08);
	margin-bottom: 18px;
}

.avodah-account-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

.avodah-account-table th,
.avodah-account-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #ded6c2;
	vertical-align: middle;
}

.avodah-account-table th {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #6e6b5e;
}

.avodah-pill {
	display: inline-block;
	padding: 0.2em 0.7em;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.avodah-pill--ok { background: #dcebc8; color: #3f5a23; }
.avodah-pill--warn { background: #f5e2c0; color: #8a5a18; }
.avodah-pill--muted { background: #e6e1d4; color: #6e6b5e; }

/* Filas de formulario en dos columnas dentro de las tarjetas de Avodah */
.avodah-card .form-row-first,
.avodah-card .form-row-last {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.avodah-card .form-row-first { margin-right: 3%; }
.avodah-card .form-row-wide { width: 100%; }

.avodah-card .input-text,
.avodah-card select,
.avodah-card textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ded6c2;
	border-radius: 10px;
	background: #fff;
}

.avodah-card label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	color: #46562f;
}

@media (max-width: 600px) {
	.avodah-card .form-row-first,
	.avodah-card .form-row-last {
		width: 100%;
		margin-right: 0;
	}
}

/* Checkout: método de entrega */
.avodah-delivery .avodah-delivery-method { margin: 0 0 6px; }
.avodah-delivery .avodah-delivery-method label {
	display: flex; align-items: center; gap: 8px;
	padding: 10px 12px; margin: 0 0 6px;
	border: 1px solid #ded6c2; border-radius: 10px;
	font-weight: 700; color: #2f3a1e; cursor: pointer;
}
.avodah-delivery .avodah-delivery-method input { margin: 0; }
.avodah-delivery-pickup { display: none; }
.avodah-delivery .description { color: #6e6b5e; font-size: 0.85rem; }
