.give-donation-submit>.give-donation-summary-section {
    margin-bottom: 0
}

.give-donation-summary-section {
    font-family: Montserrat,serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}

.give-donation-summary-section svg {
    margin: 0 5px;
    vertical-align: text-top
}

.give-donation-summary-section svg path {
    fill: var(--primary-color,#3ba2e0)
}

.give-donation-summary-section .heading {
    font-style: italic
}

.give-donation-summary-section .give-donation-summary-table-wrapper {
    background-color: #f9f9f9;
    color: #333;
    margin: 20px -20px;
    padding: 0 20px
}

.give-donation-summary-section .back-btn {
    background-color: transparent;
    border: 0;
    color: var(--primary-color,#3ba2e0);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-decoration: underline
}

.give-donation-summary-section .give-donation-summary-help-text {
    align-items: center;
    color: #8c8c8c;
    display: flex;
    gap: 5px;
    margin: 10px 0
}

.give-donation-summary-section .give-donation-summary-help-text .back-btn {
    font-size: inherit
}

.give-donation-summary-section table {
    border-collapse: collapse;
    width: 100%
}

.give-donation-summary-section tbody {
    color: #444
}

.give-donation-summary-section tr {
    border-bottom: 1px solid #f2f2f2
}

.give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr {
    height: 42px;
    padding: 10px 0
}

.give-donation-summary-section th {
    text-align: left
}

.give-donation-summary-section td {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child {
    text-align: right
}

@media screen and (max-width: 500px) {
    .give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr {
        height:26px
    }

    .give-donation-summary-section td,.give-donation-summary-section th {
        padding-top: 15px;
        vertical-align: top
    }

    .give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child {
        width: 40%
    }

    .give-donation-summary-section .give-donation-summary-help-text {
        align-items: start
    }

    .give-donation-summary-section .give-donation-summary-help-text img {
        margin-top: 3px
    }
}
