.ign-document-last-updated {
    color: var(--ign-alt-text);
    font-style: italic;
}

.ign-document h1 {
    color: var(--ign-color-green-bright-dark);
}

.ign-document li {
    padding-left: .5%;
    line-height: 1.6em;
}

.ign-document-divider {
    border-top: 1px solid var(--ign-color-peach) !important;
    padding-top: 1.5% !important;
    margin-top: 1.5%;
}

address .ign-document-phone-number {
    /* Keeps it on its own line */
    display: block;
    /* Tightens space above */
    margin-top: 0.25em;
    /* Slightly smaller line gap */
    line-height: 1.2;
}

.ign-document p {
    margin-bottom: unset;
}

.ign-document-thank-you {
    margin-top: 2.5%;
}

.ign-document-thank-you-questions {
    margin-top: 2.5%;
}

.ign-document-thank-you-message {
    font-family: 'Alpha 54';
    color: var(--ign-alt-text);
    font-size: 1.5vw;
    /* line-height: 1.6; */
    line-height: normal;
}