.tabs-with-companion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-parent {
    max-width: 100%;
    display: flex;
    height: 70px;
    gap: 21px;
    margin-bottom: 7px;
    overflow-x: auto;
}

#tab-contents {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.htmx-request#tab-contents {
    filter: blur(1px);
}

#no-tab-selected {
    max-height: 50vh;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}