@use '@/styles/breakpoints' as *;

.root {
    :global(.chamado-comentario-form) {
        margin-bottom: 12px;
    }
}

.actionsRow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}

.submitSticky {
    @include max-mobile-sm {
        position: sticky;
        bottom: calc(72px + env(safe-area-inset-bottom, 0px));
        z-index: 4;
        width: 100%;
        margin: 0;
        padding: 8px 0;
        background: var(--surface, #fff);
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);

        :global(.ant-btn-primary) {
            width: 100%;
            min-height: 44px;
        }
    }
}
