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

.stepsMobile {
    margin-bottom: 8px;
}

.passoHeader {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.passoTitleBlock {
    flex: 1;
    min-width: 0;
}

.promptPre {
    margin: 8px 0;
    padding: 12px;
    background: var(--gray-100);
    border-radius: 8px;
    font-size: 12px;
    overflow: auto;
    max-height: 220px;
    -webkit-overflow-scrolling: touch;
}

@include max-mobile {
    .passoHeader {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }

    .passoStatusTag {
        align-self: flex-start;
    }
}
