/**
 * Báo cáo khách hàng — subpage từ màn Khách hàng (mobile owner).
 */

@media (max-width: 900px) {
  body.use-new-ui.route-customer-report .topbar-title-group {
    pointer-events: auto;
    justify-self: stretch;
    text-align: left;
  }

  body.use-new-ui.route-customer-report .topbar-subpage-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
    min-width: 0;
  }

  body.use-new-ui.route-customer-report .topbar-subpage-back {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  body.use-new-ui.route-customer-report .topbar-subpage-back:active {
    opacity: 0.72;
  }

  body.use-new-ui.route-customer-report .topbar-subpage-head .page-title-text {
    font-size: 17px;
    font-weight: 750;
    line-height: 1.2;
    padding: 0;
    text-align: left;
  }

  body.use-new-ui.route-customer-report .topbar {
    min-height: calc(var(--mobile-topbar-h) + 8px);
  }

  body.use-new-ui.route-customer-report .customer-report-page--mo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 8px;
    min-width: 0;
  }

  body.use-new-ui.route-customer-report .customer-reports-section--subpage {
    padding-top: 2px;
  }
}

@media (min-width: 901px) {
  body.use-new-ui.route-customer-report .topbar-subpage-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    pointer-events: auto;
  }

  body.use-new-ui.route-customer-report .topbar-subpage-back {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(249, 115, 22, 0.28);
    background: rgba(255, 255, 255, 0.9);
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  body.use-new-ui.route-customer-report .customer-report-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
