@import '../../../styles/variables.scss'; .section-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--tk-gap-md); &__left { display: flex; align-items: center; gap: 10px; } &__bar { width: 3px; height: 20px; background: $pri; border-radius: 2px; flex-shrink: 0; } &__icon { flex-shrink: 0; } &__text-wrap { display: flex; flex-direction: column; } &__text { font-size: var(--tk-font-h2); font-weight: 600; color: $tx; } &__subtitle { font-size: var(--tk-font-body-sm); color: $tx3; margin-top: 2px; } &__action { font-size: var(--tk-font-body-sm); color: $pri; min-height: var(--tk-touch-min); display: flex; align-items: center; } }