.sds-donation-wrap {
    max-width: 760px;
    margin: 1.5rem auto;
}
.sds-donation-form {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.sds-donation-form h2 {
    margin-top: 0;
}
.sds-intro,
.sds-donation-row p,
.sds-small,
.sds-optional {
    color: #555;
}
.sds-required {
    color: #c0392b;
    font-weight: 700;
}
.sds-field-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: .65rem 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
}
.sds-field-grid input,
.sds-donation-form textarea,
.sds-donation-form select,
.sds-money-input input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    padding: .65rem;
    font-size: 1rem;
}
.sds-donation-categories {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: .75rem 1rem;
    margin: 1rem 0;
}
.sds-donation-categories legend {
    font-weight: 700;
    padding: 0 .5rem;
}
.sds-donation-row {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}
.sds-donation-row:last-child {
    border-bottom: 0;
}
.sds-donation-row label,
.sds-note-label {
    font-weight: 700;
}
.sds-donation-row p {
    margin: .25rem 0 0;
    font-size: .95rem;
}
.sds-money-input {
    display: flex;
    align-items: center;
}
.sds-money-input span {
    border: 1px solid #b9b9b9;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    padding: .65rem .55rem;
    background: #f6f6f6;
}
.sds-money-input input {
    border-radius: 0 6px 6px 0;
}
.sds-tuition-controls {
    display: grid;
    gap: .45rem;
}
.sds-student-label {
    margin-top: .25rem;
}
.sds-student-warning {
    margin: .15rem 0 0;
}
.sds-student-review-line {
    color: #555;
}

.sds-fee-checkbox {
    display: flex;
    gap: .55rem;
    align-items: flex-start;
    margin: 1rem 0;
}
.sds-note-label {
    display: block;
    margin-top: 1rem;
    margin-bottom: .35rem;
}
.sds-review {
    margin-top: 1.25rem;
    padding: 1rem;
    background: #f8f8f8;
    border-radius: 10px;
}
.sds-review h3 {
    margin-top: 0;
}
.sds-review dl {
    margin: 0;
}
.sds-review dl div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .35rem 0;
}
.sds-review dt {
    font-weight: 600;
}
.sds-review dd {
    margin: 0;
}
.sds-total-line {
    border-top: 1px solid #ddd;
    margin-top: .35rem;
    padding-top: .65rem !important;
    font-size: 1.1rem;
}
.sds-total-line dt,
.sds-total-line dd {
    font-weight: 800;
}
.sds-error {
    margin-top: 1rem;
    padding: .75rem;
    border-radius: 6px;
    background: #ffe9e9;
    color: #7b1d1d;
}
.sds-submit {
    margin-top: 1rem;
    padding: .8rem 1.2rem;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
}
@media (max-width: 640px) {
    .sds-field-grid,
    .sds-donation-row {
        grid-template-columns: 1fr;
    }
    .sds-donation-form {
        padding: 1rem;
    }
}
.sds-notice {
    margin-bottom: 1rem;
    padding: .75rem;
    border-radius: 6px;
    background: #eef7ff;
    color: #1d4d70;
}

.sds-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
