/* 同城 V2 统一 Header（列表/详情通用，各业务页均需引入） */
.tc-v2-header {
    background: linear-gradient(180deg, var(--tc-v2-orange, #ff6600) 0%, var(--tc-v2-orange-dark, #ff7f24) 100%);
    max-width: 760px;
    margin: 0 auto;
    padding: env(safe-area-inset-top, 0) 14px 0;
    border-radius: 0 0 18px 18px;
}
.tc-v2-header__bar {
    display: flex;
    align-items: center;
    height: 44px;
    color: #fff;
}
.tc-v2-header__back {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    color: #fff !important;
    flex-shrink: 0;
}
.tc-v2-header__title {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tc-v2-header__rt {
    width: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    color: #fff;
}
.tc-v2-area {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    margin-top: 4px;
}
