/* WC Kurye - Checkout Styles */

/* WooCommerce'in city alanını gizle (ilçe/mahalle ile değiştiriyoruz) */
.kurye-hidden-field {
    display: none !important;
}

/* İlçe ve Mahalle dropdown stilleri */
.kurye-field {
    margin-bottom: 12px !important;
}

.kurye-field select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 30px;
}

.kurye-field select:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 1px #0073aa;
}

.kurye-field select:disabled {
    background-color: #f5f5f5;
    cursor: wait;
    opacity: 0.7;
}

/* Kurye emoji göstergesi */
.kurye-field select option[data-kurye-aktif="1"] {
    font-weight: 600;
}
