/* Late-cascade date filter refinements shared by Matches and Tournaments. */
.matches-date-filter__day {
  top: 8px;
  font-size: 0.48rem;
}

@media (max-width: 640px) {
  .page-matches .matches-date-filter__summary,
  .page-tournaments .matches-date-filter__summary {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 12px;
  }

  .page-matches .matches-date-filter__icon,
  .page-matches .matches-date-filter__icon svg,
  .page-tournaments .matches-date-filter__icon,
  .page-tournaments .matches-date-filter__icon svg {
    width: 18px;
    height: 18px;
  }

  .page-matches .matches-date-filter__day,
  .page-tournaments .matches-date-filter__day {
    top: 8px;
    right: 0;
    left: 0;
    font-size: 0.43rem;
    line-height: 1;
    letter-spacing: -0.03em;
    transform: scaleX(0.94);
    transform-origin: center;
  }

  .page-matches .matches-date-filter__label,
  .page-tournaments .matches-date-filter__label {
    display: none !important;
  }
}
