.hff-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hff-section {
    background-color: #faf5f1;
    border: 1px solid #f0edec;
    border-radius: 16px;
    padding: 20px 20px 0 20px;
    margin: 0 0 30px;
}

.hff-section legend {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    padding: 0;
}

.ac-icon-image-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url('https://wp3.preprod-agence-colombo.fr/wp-content/uploads/2026/06/icone-form-adoption.png') center center no-repeat #b86442;
    background-size: 60%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 15px;
}

#ac-icon-image-coordonnees {
    background-image: url('https://wp3.preprod-agence-colombo.fr/wp-content/uploads/2026/06/icone-form-coordonnees.png');
}

#ac-icon-image-foyer {
    background-image: url('https://wp3.preprod-agence-colombo.fr/wp-content/uploads/2026/06/icone-form-foyer.png');
}

#ac-icon-image-adoption {
    background-image: url('https://wp3.preprod-agence-colombo.fr/wp-content/uploads/2026/06/icone-form-adoption.png');
}

.hff-field {
    margin-bottom: 18px;
}
.hff-field[hidden] {
    display: none !important;
}
.hff-field label:not(.hff-checkbox),
.hff-label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: #000;
}
.hff-field input[type="text"],
.hff-field input[type="email"],
.hff-field input[type="tel"],
.hff-field select,
.hff-field textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: inherit;
    box-sizing: border-box;
}
.hff-field input:focus,
.hff-field select:focus,
.hff-field textarea:focus {
    border-color: #b86442;
    outline: none;
}

.hff-field.hff-has-error input,
.hff-field.hff-has-error select,
.hff-field.hff-has-error textarea {
    border-color: #c0392b;
}

.hff-checkboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}
.hff-checkboxes-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.hff-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    margin: 0;
    font-size: 0.85em;
}
.hff-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    accent-color: #b86442;
}

.hff-rgpd {
    margin: 24px 0;
}
.hff-rgpd label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    cursor: pointer;
}
.hff-rgpd input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #b86442;
}

.hff-error {
    color: #c0392b;
    font-size: 0.8rem;
    margin: 4px 0 0;
}

.hff-submit-row {
    text-align: center;
}

.hff-submit-icon {
    vertical-align: middle;
    margin-left: 8px;
}

.hff-turnstile {
    margin: 16px 0;
}

.uk-alert-success {
    padding: 16px 20px;
    background: #eaf6ea;
    border-radius: 8px;
    color: #2e7d32;
}
