/* Disabled ülke alanı stil */
select.kktc-country-field:disabled,
select[name="billing_country"]:disabled,
select[name="shipping_country"]:disabled {
    background-color: #f5f5f5 !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
    border-color: #ddd !important;
}

/* City select disabled state */
.kktc-city-field:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

/* Form row spacing */
.woocommerce-billing-fields #billing_country_field,
.woocommerce-shipping-fields #shipping_country_field,
.woocommerce-address-fields #billing_country_field,
.woocommerce-address-fields #shipping_country_field {
    margin-bottom: 20px;
}

/* Hidden country input */
input[id$="_country_hidden"] {
    display: none !important;
}

/* State field */
.kktc-state-field {
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-billing-fields #billing_country_field,
    .woocommerce-shipping-fields #shipping_country_field {
        margin-bottom: 15px;
    }
}