.tnaa-terms {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
    overflow-y: auto;
    max-height: 30rem;
}

.tnaa-terms > h2 {
    color: #101828;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    margin: 0;
}

.tnaa-terms--content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tnaa-terms--content > p {
    margin: 0;
    text-align: left;
    color: #101828;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
}

.tnaa-terms--content a {
    color: #F51238;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.tnaa-terms--content a:hover {
    color: #CC0F2F;
}

.footer-back-btn {
    display: flex;
    padding: 0.625rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.5rem;
    border: 1px solid #0C111D;
    background: #0C111D;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);

    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}
