.pg-header {
  width: var(--dh-table-width, auto);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #000;
}

.pg-header-top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #000;
  padding: 10px 16px;
}

.pg-header-top-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.pg-header-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
}

.pg-header-local {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  text-align: left;
}

.pg-header-local-label {
  font-weight: 600;
}

.pg-header-local-value {
  font-weight: 400;
}

.pg-header-top-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-header-logo {
  height: 48px;
  width: auto;
}

.pg-header-main-box {
  display: flex;
  align-items: stretch;
  border: 1px solid #000;
  min-height: 46px;
}

.pg-header-main-title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px 16px;
}

.pg-header-main-date {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #000;
  padding: 4px 12px;
  min-width: 130px;
}

.pg-header-date-label {
  font-size: 10px;
  font-weight: 600;
}

.pg-header-date-value {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.pg-header-subtitle {
  border: 1px solid #000;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 3px 0;
  background: #f5f5f5;
}