.container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 8px 0 4px;
}

.separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.separatorLine {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: var(--ta-color-background-tertiary);
}

.arrowBadge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--ta-color-background-tertiary);
    background-color: var(--ta-color-background);
    color: var(--ta-color-text-tertiary);
}
