.tos-scroll-box {
    height: 300px;
    overflow-y: scroll;
    padding: 1.5rem;
    background-color: #f8f9fa;
    /* Light grey background */
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #495057;
}

/* Optional: Custom scrollbar for a cleaner look */
.tos-scroll-box::-webkit-scrollbar {
    width: 8px;
}

.tos-scroll-box::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 4px;
}