#cgv-page p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
}
#cgv-page h2 {
    margin-top: 35px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}
#cgv-page{
    margin-bottom: 35px; 
}
#cgv-page .content-table {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}
#cgv-page .table-content-title {
    font-weight: bold;
    font-size: 20px;
    color: #0171bc;
    margin-bottom: 10px;
}
#cgv-page ul.table-content-li a {
    font-size: 16px;
    color: #000;
    text-align: left;
    padding: 5px 0;
    display: block;
}
#cgv-page ul.table-content-li li {
    /* border-top: dashed 1px #c4c4c4; */
}
#cgv-page ul.table-content-li a:hover {
    color: #0171bc;
}
#cgv-page .container{
    position: relative;
}
#cgv-page li {
    font-size: 17px;
    line-height: 28px;
}
#cgv-page #downloadPrintPDF{
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 16px;
    color: #006bb3;
}
#cgv-page #scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #006bb3;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
    z-index: 999;
}

#cgv-page #scrollTopBtn:hover {
    background-color: #005599;
}
    #cgv-page .content-with-sidebar {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

#cgv-page .cgv-content {
    flex: 1;
    min-width: 0;
}

#cgv-page .navContainer {
    width: 320px;
    flex-shrink: 0;
        position: sticky;
    top: 20px;
}

#cgv-page .navContainer nav.content-table {
    position: sticky;
    top: 20px;
}
#cgv-page {
    overflow: visible;
}
#cgv-page ul.table-content-li a {
    font-size: 16px;
    line-height: 23px;
}
#cgv-page .content-with-sidebar::before,#cgv-page .content-with-sidebar::after{
    display: none;
}