/* TAC typography */
.terms-copy {
    font-size: 1.05rem;
    line-height: 1.8;
}


/* <b> = RedMoon accent */
.terms-copy b {
    color: #cc0000;
    font-weight: 700;
}


/* <strong> = stronger danger red */
.terms-copy strong {
    color: #f05a5a;
    font-weight: 700;
}


/* Links */
.terms-copy a {
    color: #4e8bc9;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.terms-copy a:hover {
    color: #6ca5df;
}


/* Section headings */
.terms-copy h2 {
    margin: 1.75rem 0 0.75rem;
    font-family: 'Patrick Hand', cursive;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
}


/* Paragraph spacing */
.terms-copy p + p {
    margin-top: 1rem;
}


/* Dividers */
.terms-copy hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #4b4b4b;
}


/* Commission steps */
.terms-copy ol {
    margin: 1rem 0 1.5rem;
    padding-left: 1.6rem;
}

.terms-copy li {
    margin-bottom: 0.55rem;
    padding-left: 0.25rem;
}

.terms-copy li::marker {
    color: #d94b4b;
    font-weight: 700;
}


/* Underlined text */
.terms-copy u {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}