section{
    padding: 5px 0;
}

h3{
    font-size: 20px;
    padding-top: 5px
}

section ul li {
    list-style: circle;
    margin-left: 10px;
}

section ol li {
    margin-left: 25px;
}

.terms-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    max-width: 1200px;
}

.terms-text h2 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #4b2ca1;
    margin-top: 2rem;
    border-bottom: 2px solid #eee;
    padding-bottom: .4rem;
}

.terms-text ul {
    margin-left: 1.2rem;
}

#terms-search {
    max-width: 300px;
    border-radius: 30px;
    border: 1px solid #ccc;
    transition: all .3s ease-in-out;
}

#terms-search:focus {
    border-color: #4b2ca1;
    box-shadow: 0 0 0 2px rgba(75,44,161,0.15);
}

mark.search-highlight {
    background-color: #fff6b2;
    color: #000;
    padding: 0 .2rem;
    border-radius: 3px;
}

@media (max-width: 576px) {
    h1.fw-bold {
        font-size: 1.5rem;
    }
    #terms-search {
        width: 100%;
        margin-top: 1rem;
    }
}
