.nc-donation-wrapper {
    max-width: 600px;
    margin: 60px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: Mulish, Helvetica, Arial, sans-serif;
}

.nc-donation-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
}

.nc-form-row {
    margin-bottom: 20px;
}

.nc-form-row input,
.nc-form-row select,
.nc-form-row textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.two-col {
    display: flex;
    gap: 4%;
}

.two-col input {
    width: 48%;
}

.nc-form-row textarea {
    height: 90px;
    resize: none;
}

.nc-form-row input:focus,
.nc-form-row select:focus,
.nc-form-row textarea:focus {
    outline: none;
    border-color: #e10600;
}

.nc-checkbox {
    font-size: 13px;
}

.nc-pay-now-btn {
    width: 100%;
    padding: 14px;
    background: #e10600;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.nc-pay-now-btn:hover {
    background: #b80000;
}

.nc-donation-banner-link {
    text-decoration: none;
    display: block;
}

.nc-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.nc-amount-options {
    display: flex;
    gap: 20px;
}

.nc-amount-options label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    cursor: pointer;
}


