/* Match the View Week label color to the Selected Store label. */
.week-picker > span {
  color: #807a76 !important;
}

/* Make the visible week range easier to read without changing the control height. */
.week-picker small,
#weekRangeLabel {
  font-size: 12px !important;
  line-height: 1 !important;
  align-self: center !important;
  white-space: nowrap !important;
}

@media (max-width: 1100px) {
  .compact-nav-control-row .week-picker small,
  .compact-nav-control-row #weekRangeLabel {
    font-size: 12px !important;
    line-height: 1 !important;
  }
}
