.ag-custom-tabs-widget {
    margin-top: 20px;
}

.ag-custom-tabs-titles {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.ag-custom-tab-title {
    padding: 10px 15px;
    cursor: pointer;
}

.ag-custom-tab-title.active {
    background-color: #f1f1f1;
}

.ag-custom-tab-content {
    padding: 20px;
    display: none;
}

.ag-custom-tab-content.active {
    display: block;
}
