.tab-group .tab-item {
    flex: none!important;
    padding: 1rem 2rem!important;
}

.tab-group .tab-item:last-child {
    border-top-right-radius: 0!important;
}

/* nova-tab-translatable */
#nova-tab-translatable .tab-items {
    border-bottom-color: transparent !important;
    padding-top: 0 !important;
    justify-content: end;
}

#nova-tab-translatable .tab-items .tab-item {
    border-color: transparent !important;
}

#nova-tab-translatable .tab-items .tab-item:hover {
    background-color: rgb(123 137 177 / 8%); !important;
}

#nova-tab-translatable .tab-items .tab-item.active {
    border-bottom-color: rgb(14 165 233) !important;
    background-color: transparent !important;
}

.whitespace-nowrap {
    white-space: normal !important;
}

/* Убирает вертикальный скрол в метрике */
.overflow-hidden.overflow-y-auto.max-h-\[90px\]  {
    max-height: none !important;
}

/* Текстовое поле занимает все доступное пространство https://github.com/laravel/nova-issues/discussions/5027#discussioncomment-4936303 */
.prose {
    max-width: 100% !important;
}
