/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 04:26:14 */
/* Style for the shipping zone dropdown */
tr.shipping-zone-select {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

tr.shipping-zone-select th {
    padding: 12px 10px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

tr.shipping-zone-select td {
    padding: 10px;
}

tr.shipping-zone-select select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    transition: border 0.3s ease;
}

tr.shipping-zone-select select:focus {
    border-color: #00b894;
    outline: none;
    box-shadow: 0 0 3px #00b89455;
}
