* { font-family: 'Inter', sans-serif; box-sizing: border-box; }
body { overflow-x: hidden; }
.rating-card { transition: none !important; }
.btn { transition: none !important; }
.collapse-title, .collapse-content { transition: none !important; }
img { max-width: 100%; height: auto; }
.overlay-18 { backdrop-filter: blur(5px); }
.disclaimer-box { border-left-width: 6px; }
@media (max-width: 768px) {
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    .container { padding-left: 1rem; padding-right: 1rem; }
}/* Main container spacing: top and sides */
.rightsCloudWrap {
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
}

/* Moderate heading sizes */
.rightsCloudWrap h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.rightsCloudWrap h2 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.rightsCloudWrap h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.rightsCloudWrap h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.rightsCloudWrap h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}

/* Paragraph styles for better readability */
.rightsCloudWrap p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* List and list item styling */
.rightsCloudWrap ul {
    margin-bottom: 15px;
    padding-left: 25px;
    list-style-type: disc;
}

.rightsCloudWrap li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 15px;
}
