/* ===========================
   MODALES DONACIÓN
   =========================== */

#dcwoo-modal-amount,
#dcwoo-modal-orgs {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.dcwoo-modal-inner {
    max-width: 520px;
    margin: 5% auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.dcwoo-radio {
    display: block;
    margin-bottom: 8px;
}

.dcwoo-extra-wrap {
    margin: 10px 0;
}

.dcwoo-orgs-list {
    max-height: 260px;
    overflow-y: auto;
    margin: 10px 0;
}

.dcwoo-org-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.dcwoo-org-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.dcwoo-preview-amount {
    margin: 10px 0;
    font-weight: bold;
}

.dcwoo-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
