/* ==========================================================================
   H3PA Donations - Champ "Montant libre"
   ========================================================================== */

.h3pa-custom-amount-wrapper {
    margin: 1rem 0 1.5rem;
    padding: 1.25rem;
    background: #faf7f0;
    border-left: 4px solid #c8a26a; /* doré H3PA pour rester dans la charte */
    border-radius: 4px;
}

.h3pa-custom-amount-wrapper label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.h3pa-custom-amount-wrapper label .required {
    color: #b00020;
    margin-left: 0.15em;
}

.h3pa-custom-amount-input-group {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 240px;
}

.h3pa-custom-amount-input {
    width: 100%;
    padding: 0.6rem 2.5rem 0.6rem 0.85rem;
    font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid #cfc4ad;
    border-radius: 4px;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    -moz-appearance: textfield;
}

.h3pa-custom-amount-input::-webkit-outer-spin-button,
.h3pa-custom-amount-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.h3pa-custom-amount-input:focus {
    outline: none;
    border-color: #8b1c1c; /* rouge H3PA */
    box-shadow: 0 0 0 3px rgba(139, 28, 28, 0.15);
}

.h3pa-custom-amount-currency {
    position: absolute;
    right: 0.85rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #6b6b6b;
    pointer-events: none;
}

.h3pa-custom-amount-help {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: #6b6b6b;
    font-style: italic;
}
