/* --- TITRE DU CHAMP --- */
.js-anpf-field .control-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* --- Tooltip aligné --- */
.js-anpf-field .an-pf-tooltip {
    margin-left: 4px;
    cursor: pointer;
}

/* --- RESET DU STYLE RADIO NATIF --- */
.anfield-radio label input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* --- BOX PREMIUM --- */
.anfield-radio {
    border: 2px solid #e5e5e5;
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fafafa;
    transition: 0.25s ease;
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* Hover */
.anfield-radio:hover {
    border-color: #7a7a7a;
    background: #f2f6ff;
}

/* --- Quand sélectionné --- */
.anfield-radio.active {
    border-color: #007bff;
    background: #e9f2ff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.2);
    font-weight: 600;
}

/* Prix à droite dans la box */
.anfield-radio .label-price {
    margin-left: auto;
    font-weight: 500;
    color: #444;
}

/* --- Masquer la description DDD --- */
.an-pf-field-descr-wrap {
    display: none !important;
}
