.terms-conditions-page h1 {
    margin-bottom: 1.5rem;
    color: #333;
}

.terms-conditions-page h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    color: #333;
}

.terms-conditions-page p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #555;
}

.terms-conditions-page .terms-notice {
    font-weight: 600;
    text-transform: uppercase;
}

.terms-conditions-page .terms-notice a {
    color: inherit;
    text-decoration: underline;
}

.terms-conditions-page ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.terms-conditions-page ul li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
    color: #555;
}
