/* include/css/cg_ai.css */
.cg-page-list-wrapper {
    margin-top: 20px;
}

.cg-tab-content {
    padding: 20px;
}

.cg-tab-content ul {
    list-style-type: none;
    padding: 0;
}

.cg-tab-content ul li {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.cg-tab-content ul li:last-child {
    border-bottom: none;
}
