#branding .premium-header-widget {
  --premium-header-progress: 0%;
  align-self: stretch;
  background: linear-gradient(135deg, #10384a 0%, #185b62 100%);
  border: 1px solid rgba(118, 210, 210, 0.3);
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff !important;
  display: grid !important;
  flex: 0 0 174px;
  gap: 3px;
  justify-content: stretch;
  min-height: 38px;
  order: 999;
  padding: 5px 10px 4px;
  text-decoration: none !important;
  width: 174px;
}

#branding .premium-header-widget:hover {
  background: linear-gradient(135deg, #12465a 0%, #1a6970 100%);
  border-color: rgba(136, 229, 219, 0.58);
}

#branding .premium-header-widget:focus-visible {
  outline: 3px solid #62d7c6;
  outline-offset: 2px;
}

.premium-header-widget__summary,
.premium-header-widget__meta {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  min-width: 0;
}

.premium-header-widget__summary > span {
  color: #d8f1f3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.premium-header-widget__summary > strong {
  color: #ffd05a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.premium-header-widget.is-locked .premium-header-widget__summary > strong {
  color: #e9f4f5;
}

.premium-header-widget__meter {
  background: rgba(207, 235, 237, 0.2);
  border-radius: 999px;
  display: block;
  height: 4px;
  overflow: hidden;
  width: 100%;
}

.premium-header-widget__meter i {
  background: #30c7ae;
  border-radius: inherit;
  display: block;
  height: 100%;
  max-width: 100%;
  width: var(--premium-header-progress);
}

.premium-header-widget__meta {
  color: #c5e7e9;
  font-size: 8.5px;
  line-height: 1;
}

.premium-header-widget__meta strong {
  color: #fff;
  font-size: 9px;
}

.premium-header-widget__meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-header-widget__empty {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  line-height: 1;
}

@media (max-width: 760px) {
  #branding .premium-header-widget {
    align-self: auto;
    flex-basis: 174px;
    min-height: 38px;
  }
}
