/**
 * Multiple Shipping Addresses Unlimited - Frontend styles (v2).
 */

/* -----------------------------------------------------------
   Selector de direcciones guardadas en checkout
   ----------------------------------------------------------- */
.msau-saved-row {
	background: #f6f7f8;
	border: 1px dashed #c9d1d9;
	border-radius: 6px;
	padding: 12px 14px;
	margin-bottom: 18px !important;
}

.msau-saved-row label {
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}

.msau-saved-row .msau-saved-select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
	box-sizing: border-box;
}

.msau-saved-row .msau-saved-select:focus {
	border-color: #6c5ce7;
	outline: none;
	box-shadow: 0 0 0 2px rgba(108, 92, 231, 0.15);
}

.msau-saved-help {
	margin: 8px 0 0;
	font-size: 13px;
	color: #555;
}

.msau-saved-help a {
	text-decoration: underline;
}

.msau-no-addresses {
	background: #fff8e1;
	border-color: #f5c34b;
}

/* -----------------------------------------------------------
   Página "Mis direcciones múltiples" en Mi cuenta
   ----------------------------------------------------------- */
.msau-account-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.msau-account-table th,
.msau-account-table td {
	border: 1px solid #eee;
	padding: 10px;
	vertical-align: top;
}

.msau-account-form .form-row {
	margin-bottom: 12px;
}

.msau-account-form label {
	display: block;
	font-weight: 500;
	margin-bottom: 4px;
}

.msau-account-form .msau-input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.msau-pill {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 12px;
	background: #6c5ce7;
	color: #fff;
	font-size: 12px;
}
