/* Base styling for the CGV page */
body {
    font-family: 'Noto Sans', 'Nunito', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.cgv-content h1, .cgv-content h2 {
    color: #18AB2F;
}

.cgv-content .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.cgv-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.cgv-content h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cgv-content p {
    margin-bottom: 10px;
}

.cgv-content a {
    color: #18AB2F;
    text-decoration: none;
}

.cgv-content a:hover {
    text-decoration: underline;
}
/* Additional styling can be added as needed */
