/* Pathao Courier Checkout Styling */
.pathao-location-field select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    transition: border-color 0.2s ease;
}
.pathao-location-field select:focus {
    border-color: #e01e26;
    outline: none;
    box-shadow: 0 0 0 1px #e01e26;
}
.pathao-location-field label {
    font-weight: 600;
    color: #333;
}
