/**
 * Custom Zone Shipping - Shop Styles
 */

/* Zone styling for product list/shop pages */
.custom-price-message.custom-delivery-zone {
    margin: 5px 0 10px;
    font-size: 13px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-price-message .delivery-label {
    color: #555;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.custom-price-message .zone-name {
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f0f6ff;
    border: 1px solid #c7d7ef;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}