* { box-sizing: border-box; } body { font-family: 'Quicksand', sans-serif; color: #333; } .btn-elavon { background-color: #A8DADC; color: #1D3557; transition: none; } .btn-elavon:hover { background-color: #457B9D; color: #fff; } .nav-scrolled { background-color: rgba(255, 255, 255, 0.98); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); } .faq-content { transition: none; } h1, h2, h3 { color: #1D3557; } .word-break-all { word-break: break-all; }/* Main container spacing */
.termsCaveBox {
    padding: 30px 20px;
    box-sizing: border-box;
}

/* Paragraph styles */
.termsCaveBox p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #333;
}

/* Heading styles with moderate sizes */
.termsCaveBox h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 15px;
    line-height: 1.3;
}

.termsCaveBox h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 22px 0 12px;
    line-height: 1.3;
}

.termsCaveBox h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
    line-height: 1.3;
}

.termsCaveBox h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0 10px;
    line-height: 1.3;
}

.termsCaveBox h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 8px;
    line-height: 1.3;
    text-transform: uppercase;
}

/* List styles */
.termsCaveBox ul {
    margin: 0 0 16px 20px;
    padding: 0;
    list-style-type: disc;
}

.termsCaveBox li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #444;
}

/* Remove margin from the last element to prevent extra spacing */
.termsCaveBox > *:last-child {
    margin-bottom: 0;
}
