/* 손님앱 상단 제목 세로 깨짐 방지 — customer-shell.css 다음에 로드 */
.hj-page-header {
    display: block !important;
    grid-template-columns: none !important;
}

.hj-page-header > .hj-page-header-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    grid-template-columns: none !important;
    min-height: 44px;
    box-sizing: border-box;
}

.hj-page-header .hj-page-title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: auto !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    word-break: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 1.2;
}

.hj-page-header .hj-nav-back,
.hj-page-header .hj-nav-spacer,
.hj-page-header .hj-nav-icon {
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
}

.hj-store-section-title,
.hj-card-head,
.card-head {
    white-space: nowrap !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
}

.hj-store-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    max-width: 100% !important;
}

.hj-store-card-head {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.hj-store-card-head strong {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    writing-mode: horizontal-tb !important;
    line-height: 1.35 !important;
}
