/*
 * Page Header / Controls v1.0-g1 — APPROVED / GOLDEN.
 * Scope: storeOperationReview + promotionReviewCenter only.
 */
body[data-page-route="storeOperationReview"] .app-shell,
body[data-page-route="promotionReviewCenter"] .app-shell {
  padding: 28px 26px 26px;
  background: #f7f7f7;
}

body[data-page-route="storeOperationReview"] .app-shell > .topbar,
body[data-page-route="promotionReviewCenter"] .app-shell > .topbar {
  display: none !important;
}

.page-header-region {
  position: relative;
  width: 100%;
  height: 103.5859375px;
  margin: 0 0 4px;
  padding: 0 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: normal;
  color: #202b3d;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-header-region::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #2b68d3;
}

.page-header-copy {
  min-width: 0;
  transform: translateY(0.015625px);
}

.page-header-eyebrow {
  margin: 0 0 7px;
  color: #2b68d3;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", sans-serif;
  font-size: 9px;
  font-weight: 750;
  line-height: 12.6px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

.page-header-region h1 {
  margin: 0;
  color: #172238;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: -.8px;
}

.page-header-subtitle {
  margin: 7px 0 0;
  color: #68768b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.6px;
}

.page-header-controls {
  height: 58px;
  margin-right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

body .page-header-region .page-header-control {
  width: auto;
  height: 58px;
  min-width: 0;
  min-height: 58px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-template-rows: 15px 38px;
  align-items: stretch;
  gap: 5px;
  background: transparent;
  box-shadow: none;
  color: #202b3d;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif !important;
}

body .page-header-region .page-header-control > span {
  margin: 0;
  color: #a0a0a5;
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

body .page-header-region .page-header-control select,
body .page-header-region .page-header-control > strong {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #e8e8ea;
  border-radius: 12px;
  background: #fff;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 11.5px;
  font-weight: 650;
  line-height: normal;
  box-shadow: none;
}

body .page-header-region .page-header-control select {
  appearance: auto;
  outline: 0;
  cursor: pointer;
}

body .page-header-region .page-header-shop-control::after,
body .page-header-region .page-header-month-control::after {
  content: none;
}

body .page-header-region .page-header-control > strong {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.page-header-shop-control {
  width: 94px !important;
}

.page-header-month-control {
  width: 109.5px !important;
}

.page-header-date-control {
  width: 192px !important;
}

.store-review-page,
.promotion-report-page {
  gap: 16px;
}

@media (max-width: 1080px) {
  .page-header-region {
    height: auto;
    min-height: 103.5859375px;
    align-items: flex-start;
    flex-direction: column;
  }

  .page-header-controls {
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
  }
}
