@import '../../styles/variables'; .page-header { display: flex; align-items: center; justify-content: space-between; height: var(--tk-touch-min); padding: 0 var(--tk-page-padding); background: $bg; z-index: 10; &--sticky { position: sticky; top: 0; } &__left { display: flex; align-items: center; gap: 8px; min-width: 0; flex: 1; } &__back { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; min-height: var(--tk-touch-min); } &__back-icon { font-size: 24px; color: $tx; line-height: 1; } &__title { font-size: var(--tk-font-h1); font-weight: 600; color: $tx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } &__right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; } }