/* Platform and hotel mobile density layer. Desktop and business behavior stay untouched. */
@media (max-width: 767px) {
  .admin-layout,
  .hotel-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    font-size: 13px;
  }

  .admin-layout *,
  .hotel-shell * {
    box-sizing: border-box;
  }

  .admin-layout .layout-main,
  .admin-layout .layout-content,
  .admin-layout .adm-page,
  .admin-layout .adm-card,
  .hotel-shell .hotel-main,
  .hotel-shell .hotel-content,
  .hotel-shell .hp-page,
  .hotel-shell .hp-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .admin-layout .layout-main,
  .admin-layout .layout-content,
  .hotel-shell .hotel-main,
  .hotel-shell .hotel-content {
    overflow-x: hidden;
  }

  .admin-layout button,
  .admin-layout a[role="button"],
  .admin-layout .adm-btn,
  .admin-layout .sidebar-item,
  .admin-layout .mobile-compact-quick-link,
  .hotel-shell button,
  .hotel-shell a[role="button"],
  .hotel-shell .van-button,
  .hotel-shell .nav-item,
  .hotel-shell .hp-page .quick-entry-button,
  .hotel-shell .hp-page .mobile-compact-quick-link {
    min-height: 44px;
  }

  .admin-layout .hotel-type-tabs .hotel-type-tab {
    min-height: 44px;
  }

  .admin-layout .adm-input,
  .admin-layout .adm-select,
  .admin-layout input:not([type="checkbox"]):not([type="radio"]),
  .admin-layout select,
  .hotel-shell .hp-select,
  .hotel-shell .van-field__control,
  .hotel-shell input:not([type="checkbox"]):not([type="radio"]),
  .hotel-shell select {
    min-width: 0;
    min-height: 44px;
    font-size: 16px;
  }

  .admin-layout .adm-textarea,
  .admin-layout textarea,
  .hotel-shell textarea,
  .hotel-shell .van-field__control--min-height {
    min-width: 0;
    min-height: 88px;
    font-size: 16px;
  }

  .admin-layout .mobile-topbar {
    box-sizing: border-box;
    height: 52px;
    min-height: 52px;
    padding: 4px 10px;
    gap: 8px;
  }

  .admin-layout .mobile-brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }

  .admin-layout .mobile-brand img {
    flex: 0 0 auto;
    max-width: 96px;
  }

  .admin-layout .mobile-brand span {
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .admin-layout .mobile-menu-btn {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 6px;
    font-size: 18px;
  }

  .admin-layout .layout-content {
    padding: 10px;
  }

  .admin-layout .adm-page {
    gap: 10px;
  }

  .admin-layout .adm-card {
    padding: 12px;
    border-radius: 8px;
    box-shadow: none;
  }

  .admin-layout .adm-card-title {
    font-size: 15px;
    line-height: 1.4;
  }

  .admin-layout .adm-card-desc,
  .admin-layout .adm-form-hint,
  .admin-layout .nav-section-label,
  .admin-layout .data-label,
  .admin-layout .rs-lbl,
  .admin-layout .hotel-finance-row span,
  .admin-layout .cockpit-operating-legend,
  .admin-layout .cockpit-operating-chart-labels,
  .admin-layout .cockpit-operating-axis-label {
    font-size: 12px;
    letter-spacing: 0;
  }

  .admin-layout .adm-toolbar,
  .admin-layout .filter-group,
  .admin-layout .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .admin-layout .adm-toolbar > *,
  .admin-layout .filter-group > *,
  .admin-layout .filters > * {
    min-width: 0;
    max-width: 100%;
  }

  .admin-layout .adm-toolbar .spacer {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .admin-layout .adm-toolbar .adm-input,
  .admin-layout .adm-toolbar .adm-select,
  .admin-layout .adm-toolbar .adm-btn {
    width: 100%;
  }

  .admin-layout .adm-form,
  .admin-layout .adm-form-row,
  .admin-layout .form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .admin-layout .filter-actions,
  .admin-layout .adm-modal-foot,
  .admin-layout .actions:not(table):not(caption):not(colgroup):not(col):not(thead):not(tbody):not(tfoot):not(tr):not(th):not(td) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .admin-layout .filter-actions > *,
  .admin-layout .adm-modal-foot > *,
  .admin-layout .actions:not(table):not(caption):not(colgroup):not(col):not(thead):not(tbody):not(tfoot):not(tr):not(th):not(td) > * {
    width: 100%;
    min-width: 0;
  }

  .admin-layout .adm-tabs {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .admin-layout .adm-tabs::-webkit-scrollbar {
    display: none;
  }

  .admin-layout .adm-tab {
    flex: 0 0 auto;
    height: auto;
    min-height: 44px;
  }

  .admin-layout .cockpit-operating {
    gap: 10px;
  }

  .admin-layout .cockpit-operating-mode {
    width: 100%;
    height: 44px;
  }

  .admin-layout .cockpit-operating-mode button {
    min-height: 44px;
  }

  .admin-layout .cockpit-operating-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .admin-layout .cockpit-operating-toolbar .cockpit-operating-field {
    min-width: 0;
  }

  .admin-layout .cockpit-operating-toolbar .cockpit-operating-loading {
    grid-column: 1 / -1;
  }

  .admin-layout .cockpit-daily-toolbar {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-rows: auto auto;
    align-items: end;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .admin-layout .cockpit-daily-toolbar > :nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .admin-layout .cockpit-daily-toolbar > :nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .admin-layout .cockpit-daily-toolbar > :nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .admin-layout .cockpit-daily-toolbar > :nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .admin-layout .cockpit-daily-toolbar > :nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  .admin-layout .cockpit-daily-toolbar:has(> .cockpit-operating-loading) > :nth-child(4) {
    grid-column: 1 / 3;
  }

  .admin-layout .cockpit-daily-toolbar:has(> .cockpit-operating-loading) > :nth-child(5) {
    grid-column: 3;
  }

  .admin-layout .cockpit-daily-toolbar > .cockpit-operating-loading {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .admin-layout .cockpit-daily-toolbar .cockpit-daily-icon-button {
    align-self: end;
    justify-self: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .admin-layout .cockpit-operating-field input,
  .admin-layout .cockpit-operating-field select {
    width: 100%;
    min-width: 0;
    height: 44px;
  }

  .admin-layout .cockpit-operating-loading {
    margin-left: 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .admin-layout .cockpit-operating-content {
    gap: 10px;
  }

  .admin-layout .cockpit-operating-metrics,
  .admin-layout .cockpit-operating-skeleton-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .admin-layout .cockpit-operating-metric {
    order: 6;
    min-width: 0;
    min-height: 92px;
    padding: 12px;
  }

  .admin-layout .cockpit-operating-metric[data-mobile-priority="1"] {
    order: 1;
  }

  .admin-layout .cockpit-operating-metric[data-mobile-priority="2"] {
    order: 2;
  }

  .admin-layout .cockpit-operating-metric[data-mobile-priority="3"] {
    order: 3;
  }

  .admin-layout .cockpit-operating-metric[data-mobile-priority="4"] {
    order: 4;
  }

  .admin-layout .cockpit-operating-metric-label {
    font-size: 12px;
    line-height: 1.4;
  }

  .admin-layout .cockpit-operating-metric-value {
    margin-top: 7px;
    overflow-wrap: anywhere;
    font-size: 20px;
  }

  .admin-layout .cockpit-operating-metric-hint {
    margin-top: 6px;
    font-size: 12px;
  }

  .admin-layout .cockpit-operating-section {
    padding: 12px;
  }

  .admin-layout .cockpit-operating-heading {
    min-height: 0;
    gap: 8px;
  }

  .admin-layout .cockpit-operating-heading h2 {
    font-size: 15px;
  }

  .admin-layout .mobile-compact-quick-links {
    grid-column: 1 / -1;
    order: 5;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
    padding: 8px;
    border: 1px solid var(--platform-line);
    border-radius: 8px;
    background: var(--platform-card);
  }

  .admin-layout .mobile-compact-quick-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 4px 2px;
    border: 1px solid var(--platform-gold-pale);
    border-radius: 6px;
    background: var(--platform-cream);
    color: var(--platform-link-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .admin-layout .hotel-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .admin-layout .hotel-card {
    gap: 10px;
    padding: 12px;
  }

  .admin-layout .hotel-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .admin-layout .hotel-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .admin-layout .hotel-actions > * {
    grid-column: auto !important;
    width: 100%;
    min-width: 0;
  }

  .admin-layout .hotel-actions-readonly .hotel-system-readonly {
    grid-column: 1 / -1 !important;
    justify-content: flex-start;
    min-height: 0;
    padding: 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--platform-text-soft);
    font-weight: 400;
    white-space: normal;
  }

  .admin-layout .adm-table-wrap,
  .admin-layout .cockpit-operating-table-wrap,
  .admin-layout .cockpit-daily-comparison,
  .admin-layout .cockpit-daily-hourly,
  .admin-layout .table-wrap,
  .admin-layout .detail-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .admin-layout .adm-table,
  .admin-layout .cockpit-operating-table,
  .admin-layout .cockpit-daily-table {
    width: max-content;
    min-width: 100%;
  }

  .admin-layout .adm-table th,
  .admin-layout .adm-table td,
  .admin-layout .cockpit-operating-table th,
  .admin-layout .cockpit-operating-table td,
  .admin-layout .cockpit-daily-table th,
  .admin-layout .cockpit-daily-table td {
    height: 44px;
    padding: 8px 10px;
    font-size: 12.5px;
  }

  .admin-layout .adm-modal-mask {
    padding: 10px;
  }

  .admin-layout .adm-modal,
  .admin-layout .van-dialog {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 20px);
    border-radius: 8px;
  }

  .admin-layout .adm-modal-head,
  .admin-layout .adm-modal-body,
  .admin-layout .adm-modal-foot {
    padding: 12px;
  }

  .hotel-shell .hotel-main .top-header {
    min-height: 52px;
    padding: 4px 10px;
    gap: 8px;
  }

  .hotel-shell .hotel-main .heading-area {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }

  .hotel-shell .hotel-main .heading-area > div {
    min-width: 0;
  }

  .hotel-shell .hotel-main .menu-chip {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0 11px;
    border-radius: 6px;
  }

  .hotel-shell .hotel-main .date-label,
  .hotel-shell .hotel-main .page-subtitle,
  .hotel-shell .hotel-main .profile-copy span,
  .hotel-shell .sidebar .brand-eyebrow,
  .hotel-shell .hp-page .metric-note,
  .hotel-shell .hp-page .rate-label,
  .hotel-shell .hp-page .panel-subtitle,
  .hotel-shell .hp-page .cell-label {
    font-size: 12px;
    letter-spacing: 0;
  }

  .hotel-shell .hotel-main .page-title,
  .hotel-shell .hotel-main .page-subtitle,
  .hotel-shell .hotel-main .profile-copy strong {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hotel-shell .hotel-main .page-title {
    margin-top: 2px;
    font-size: 15px;
  }

  .hotel-shell .hotel-main .page-subtitle {
    margin-top: 1px;
  }

  .hotel-shell .hotel-main .action-area,
  .hotel-shell .hotel-main .profile-card,
  .hotel-shell .hotel-main .profile-copy {
    min-width: 0;
  }

  .hotel-shell .hotel-main .action-area {
    flex: 0 1 104px;
    gap: 6px;
  }

  .hotel-shell .hotel-main .profile-card {
    width: 100%;
    gap: 6px;
  }

  .hotel-shell .hotel-main .profile-copy {
    flex: 1 1 auto;
  }

  .hotel-shell .hotel-main .profile-copy strong {
    font-size: 12px;
  }

  .hotel-shell .hotel-main .avatar {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }

  .hotel-shell .hotel-main .hotel-content {
    padding: 10px;
  }

  .hotel-shell .hotel-content .hp-page {
    gap: 10px;
  }

  .hotel-shell .hp-card,
  .hotel-shell .section-card,
  .hotel-shell .task-card {
    padding: 12px;
    border-radius: 8px;
    box-shadow: none;
  }

  .hotel-shell .hp-card-head {
    gap: 8px;
    margin-bottom: 10px;
  }

  .hotel-shell .hp-card-title {
    font-size: 15px;
  }

  .hotel-shell .hp-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hotel-shell .hp-stat {
    min-width: 0;
    padding: 10px;
    border-radius: 8px;
  }

  .hotel-shell .hp-stat strong {
    margin-top: 6px;
    overflow-wrap: anywhere;
    font-size: 19px;
  }

  .hotel-shell .hp-toolbar,
  .hotel-shell .filter-group,
  .hotel-shell .filters,
  .hotel-shell .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .hotel-shell .hp-toolbar > *,
  .hotel-shell .filter-group > *,
  .hotel-shell .filters > *,
  .hotel-shell .form-grid > * {
    min-width: 0;
    max-width: 100%;
  }

  .hotel-shell .hp-actions,
  .hotel-shell .filter-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .hotel-shell .hp-actions > *,
  .hotel-shell .filter-actions > * {
    width: 100%;
    min-width: 0;
  }

  .hotel-shell .van-tabs__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .hotel-shell .van-tabs__wrap::-webkit-scrollbar {
    display: none;
  }

  .hotel-shell .van-tabs__nav {
    min-width: max-content;
    flex-wrap: nowrap;
  }

  .hotel-shell .van-tab {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .hotel-shell .hp-page .hero-tip {
    order: 1;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .hero-tip-icon {
    font-size: 18px;
  }

  .hotel-shell .hp-page .hero-tip-headline {
    font-size: 15px;
  }

  .hotel-shell .hp-page .hero-tip-advice {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.6;
  }

  .hotel-shell .hp-page .hero-grid {
    display: contents;
  }

  .hotel-shell .hp-page .capsule {
    order: 2;
    padding: 14px;
    border-radius: 8px;
    box-shadow: none;
  }

  .hotel-shell .hp-page .capsule-eyebrow {
    padding: 4px 8px;
    font-size: 12px;
  }

  .hotel-shell .hp-page .capsule-title {
    margin-top: 8px;
    font-size: 17px;
  }

  .hotel-shell .hp-page .money-hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 6px 10px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .money-hero[data-mobile-priority="1"] {
    order: 1;
  }

  .hotel-shell .hp-page .money-label {
    grid-column: 1;
    grid-row: 1;
    font-size: 12px;
  }

  .hotel-shell .hp-page .money-value {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    overflow-wrap: anywhere;
    font-size: 21px;
  }

  .hotel-shell .hp-page .money-note {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    min-width: 0;
    margin-top: 0;
    padding-left: 10px;
    border-left: 1px solid var(--hotel-line);
    color: var(--hotel-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
  }

  .hotel-shell .hp-page .money-note[data-mobile-priority="2"] {
    order: 2;
  }

  .hotel-shell .hp-page .metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }

  .hotel-shell .hp-page .metric-card {
    order: 5;
    min-width: 0;
    padding: 12px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .metric-card[data-mobile-priority="3"] {
    order: 3;
  }

  .hotel-shell .hp-page .metric-card[data-mobile-priority="4"] {
    order: 4;
  }

  .hotel-shell .hp-page .metric-label {
    font-size: 12px;
  }

  .hotel-shell .hp-page .metric-value {
    margin-top: 7px;
    overflow-wrap: anywhere;
    font-size: 19px;
  }

  .hotel-shell .hp-page .metric-note {
    margin-top: 7px;
  }

  .hotel-shell .hp-page .conclusion-strip {
    margin-top: 8px;
    padding: 10px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .conclusion-label,
  .hotel-shell .hp-page .conclusion-value,
  .hotel-shell .hp-page .meta-row {
    font-size: 12px;
  }

  .hotel-shell .hp-page .meta-row {
    align-items: flex-start;
    gap: 4px;
    margin-top: 8px;
  }

  .hotel-shell .hp-page .mobile-compact-quick-links {
    order: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
    padding: 8px;
    border: 1px solid var(--hotel-line);
    border-radius: 8px;
    background: var(--hotel-surface);
  }

  .hotel-shell .hp-page .mobile-compact-quick-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 4px 2px;
    border: 1px solid var(--hotel-line);
    border-radius: 6px;
    background: var(--hotel-surface);
    color: var(--hotel-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .hotel-shell .hp-page .quick-entry {
    order: 4;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .quick-entry-title {
    font-size: 15px;
  }

  .hotel-shell .hp-page .quick-entry-subtitle {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
  }

  .hotel-shell .hp-page .quick-entry-button {
    width: 100%;
    min-width: 0;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
  }

  .hotel-shell .hp-page .earnings-panel {
    order: 5;
    padding: 12px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .funnel-panel {
    order: 6;
    padding: 12px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .activity-grid {
    order: 7;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .hotel-shell .hp-page .activity-panel {
    padding: 12px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .earn-row {
    gap: 8px;
    padding-top: 12px;
  }

  .hotel-shell .hp-page .earn-cell,
  .hotel-shell .hp-page .activity-item {
    padding: 10px;
    border-radius: 8px;
  }

  .hotel-shell .hp-page .funnel-row {
    grid-template-columns: 48px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .hotel-shell .hp-page .bar-track,
  .hotel-shell .hp-page .bar-fill,
  .hotel-shell .hp-page .funnel-foot {
    border-radius: 8px;
  }

  .hotel-shell .hotel-operations-balances {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-shell .hotel-operations-balance {
    min-width: 0;
    padding: 10px;
  }

  .hotel-shell .hotel-operations-period {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hotel-shell .hotel-operations-period button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
  }

  .hotel-shell .hp-table-wrap,
  .hotel-shell .hotel-operations-table-wrap,
  .hotel-shell .table-wrap,
  .hotel-shell .detail-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .hotel-shell .hp-table,
  .hotel-shell .hotel-operations-table {
    width: max-content;
    min-width: 100%;
  }

  .hotel-shell .hp-table th,
  .hotel-shell .hp-table td,
  .hotel-shell .hotel-operations-table th,
  .hotel-shell .hotel-operations-table td {
    height: 44px;
    padding: 8px 10px;
    font-size: 12.5px;
  }

  .hotel-shell .van-dialog {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 20px);
    border-radius: 8px;
  }
}
