.terms-section {
    background: #f9f9f9;
    color: #1d2d3c;
}

.terms-content h2 {
    border-left: 4px solid #019246;
    padding-left: 10px;
}

.terms-content h3 {
    color: #1d2d3c;
    font-size: 20px;
}

.terms-content p {
    font-size: 16px;
    color: #555;
}

.terms-content ul.custom-list {
    list-style: none;
    padding-left: 0;
}

.terms-content ul.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.terms-content ul.custom-list li::before {
    content: "✔";
    color: #019246;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}

.text-muted {
    color: #6c757d !important;
}

a.text-decoration-none {
    color: #019246;
    text-decoration: none;
}

a.text-decoration-none:hover {
    text-decoration: underline;
}
