#ursa-delivery-checkout-fields {
	margin: 25px 0;
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background: #fafafa;
}

#ursa-delivery-checkout-fields h3 {
	margin-top: 0;
	margin-bottom: 18px;
}

#ursa-delivery-checkout-fields .form-row {
	margin-bottom: 15px;
}

#ursa-delivery-checkout-fields select {
	width: 100%;
}

#ursa-delivery-zone-message {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
}

#ursa-delivery-zone-message:empty {
	display: none;
}

.ursa-delivery-free-shipping-row th,
.ursa-delivery-free-shipping-row td {
	vertical-align: middle;
}

.ursa-delivery-free-shipping-message,
.ursa-delivery-free-shipping-achieved {
	display: inline-block;
	line-height: 1.4;
}

.ursa-delivery-location {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e2e2e2;
}

.ursa-delivery-location h4 {
	margin: 0 0 8px;
}

#ursa-delivery-location-status {
	margin: 10px 0 0;
	font-weight: 600;
}

#ursa-delivery-location-status.is-success {
	color: #16733c;
}

#ursa-delivery-location-status.is-error {
	color: #b42318;
}

#ursa-delivery-location-status.is-loading {
	color: #555;
}

.ursa-delivery-location-required {
	font-size: 13px;
	font-weight: 600;
}


.ursa-delivery-scheduling {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e2e2e2;
}

.ursa-delivery-scheduling h4 {
	margin: 0 0 8px;
}

.ursa-delivery-estimated-date {
	padding: 10px 12px;
	border-radius: 4px;
	background: #f0f7f2;
}

.ursa-delivery-estimated-date.is-unavailable {
	background: #fff2f0;
}

.ursa-delivery-custom-schedule-toggle {
	margin-top: 12px;
}

/* Selector de Delivery Ursa dentro de Total del carrito. */
.ursa-delivery-cart-fields-row th,
.ursa-delivery-cart-fields-row td {
	vertical-align: top;
}

#ursa-delivery-cart-fields label {
	display: block;
	margin: 0 0 5px;
	font-weight: 600;
}

#ursa-delivery-cart-fields select {
	width: 100%;
	margin: 0 0 12px;
}

#ursa-delivery-cart-fields .ursa-delivery-cart-help {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

/* Checkout simplificado de Ursa. */
.woocommerce-checkout .create-account,
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .woocommerce-shipping-fields {
	display: none !important;
}

.woocommerce-checkout #ursa-delivery-checkout-fields {
	margin-top: 20px;
	background: #fff;
}

.woocommerce-checkout .ursa-delivery-estimated-date {
	font-size: 15px;
	line-height: 1.5;
	border-left: 4px solid currentColor;
}


/* Diseño 4.4: selector local/nacional en el carrito. */
#ursa-delivery-cart-fields input[type="text"],
#ursa-delivery-cart-fields select { width:100%; box-sizing:border-box; min-height:42px; margin-bottom:12px; }
.ursa-delivery-type-badge { margin:4px 0 12px; padding:9px 11px; border-radius:5px; font-weight:700; }
.ursa-delivery-type-badge.local { background:#fff3e3; border-left:4px solid #f7941d; }
.ursa-delivery-type-badge.national { background:#eef5ff; border-left:4px solid #2878c8; }
.ursa-delivery-checkout-summary { padding:14px 16px; margin-bottom:15px; background:#f7f7f7; border:1px solid #e2e2e2; border-radius:5px; }
.ursa-delivery-checkout-summary h4 { margin:0 0 8px; }
.ursa-delivery-checkout-summary p { margin:0; line-height:1.65; }

/* 4.4.2: la dirección se selecciona con los campos propios del plugin. */
.woocommerce-cart .shipping-calculator-button {
	display: none !important;
}

.ursa-delivery-type-choice{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.ursa-delivery-type-choice label{font-weight:600;cursor:pointer}.ursa-delivery-type-choice input{margin-right:8px}
