.leading-relaxed {
    line-height: 1.8;
}

.icon-box-sm {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
}

#terms-nav .nav-link:hover {
    background: rgba(59, 125, 221, 0.05);
    color: var(--primary) !important;
}

#terms-nav .nav-link.active {
    background: var(--primary);
    color: #fff !important;
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}