.ati-tabs-content {
    flex: 1;
    overflow: auto;
}
.ati-tabs {
    display: flex;
    width: 100%;
    gap: var(--ati-s-gap);
    align-items: center;
}
.ati-tab {
    cursor: pointer;
}