.aw-model-edit {
    &__panel {
        @apply sticky mt-8 flex flex-wrap;
        bottom: calc(1rem + var(--page-buttons-bottom, 0px));
        z-index: 10;
    }

    &__button {
        @apply whitespace-no-wrap flex-1 mt-2;

        &--mobile {
            @apply flex-none;
        }
    }
}

@screen md {
    .aw-model-edit {
        &__button {
            @apply mt-4 flex-none;
        }
    }
}
