.post-content .nf-form-content,
.post-content .nf-form-cont {
    .nf-repeater-fieldsets legend,
    h2 {
        color: #1F5D4E;
        font-family: Inter, sans-serif;
        font-size: 1.375rem;
        font-weight: 600;
        line-height: normal;
    }

    hr {
        background-color: #275C48;
        height: 2px;
        border: none;

        &.ninja-forms-field {
            margin: 2rem 0;
        }
    }

    .sparc-form-agreement-text,
    .nf-field-label label {
        color: #1F5D4E;
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: normal;
    }

    #sparc-form-pay-now-button,
    button,
    input[type="submit"] {
        background-color: #81A152 !important;
        color: white;
        padding: 28px;
        width: fit-content !important;
        height: fit-content !important;

        &:hover {
            background-color: #1F5D4E !important;
        }
    }

    .nf-repeater-fieldsets {
        fieldset {
            position: relative;
        }

        legend {
            border-bottom: 2px solid #275C48;
            margin-bottom: 2rem;
            width: 100%;
        }

        button {
            position: absolute;
            right: 0;
            top: -50px;
            padding: 2px 6px 6px;

        }
    }

    .sparc-form-county-wrapper,
    .sparc-form-id-quarter-divider,
    .repeater-container {
        margin-bottom: 4rem;
    }

    .assessment-totals {
        background-color: ghostwhite;
        padding: 2rem;
    }

    .assessments-totals-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 1rem;

        .collection-fee-value {
            color: #81A152;
        }
    }

    .total-remittance-wrapper  {
        border-top: 2px solid #D9D9D9;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    address {
        margin-bottom: 2rem;
    }
}
