/**
 * PF Address - Styles pour le formulaire d'adresse Polynésie française
 */

/* Select ville */
.pf-city-select {
    width: 100%;
}

/* Bouton retour à la liste */
.pf-back-to-select {
    margin-top: 5px;
    padding: 0;
    font-size: 12px;
    color: #666;
}

.pf-back-to-select:hover {
    color: #333;
    text-decoration: underline;
}

/* Animation de chargement */
.pf-city-select:disabled {
    opacity: 0.7;
    cursor: wait;
}

/* Amélioration visuelle des selects */
.js-address-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-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 fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}
