.wc-dons-boite {
    background: #fffdf0;
    border: 2px solid #f0c040;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.wc-dons-titre {
    font-size: 1.1em;
    margin: 0 0 6px 0;
    color: #333;
}

.wc-dons-description {
    color: #666;
    margin: 0 0 14px 0;
    font-size: 0.95em;
}

.wc-dons-boutons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.wc-dons-btn {
    display: inline-block;
    padding: 10px 22px;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #d4a800;
    border-radius: 6px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.wc-dons-btn:hover {
    background: #ffd700;
    border-color: #c49a00;
    color: #222;
    text-decoration: none;
}

.wc-dons-btn.actif {
    background: #ffd700;
    border-color: #c49a00;
    color: #222;
}

.wc-dons-retirer {
    border-color: #ccc;
    color: #888;
    font-weight: normal;
    font-size: 0.9em;
    padding: 10px 16px;
}

.wc-dons-retirer:hover {
    background: #fee;
    border-color: #c00;
    color: #c00;
}

.wc-dons-custom {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wc-dons-custom form {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.wc-dons-input {
    width: 140px;
    padding: 10px 12px;
    font-size: 1em;
    border: 2px solid #d4a800;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
    height: 44px;
    box-sizing: border-box;
}

.wc-dons-input:focus,
.wc-dons-input.actif {
    border-color: #c49a00;
    background: #fffbe6;
}

.wc-dons-btn-custom {
    padding: 10px 16px;
    height: 44px;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}
    margin: 12px 0 0 0;
    color: #2a7a2a;
    font-weight: bold;
    font-size: 0.95em;
}
