/* PostEx City Selector – Checkout Styles */

/* Make the city select inherit WooCommerce's select2 look */
#billing_city_field .select2-container,
#shipping_city_field .select2-container {
    width: 100% !important;
}

/* Highlight the dropdown so it stands out as a required field */
#billing_city,
#shipping_city {
    width: 100%;
}

/* Small notice beneath the dropdown */
.pcs-city-notice {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    display: block;
}
