.member-date-range-hint {
  grid-column: 1 / -1;
  margin: -0.25rem 0 0.15rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid #cfe0ef;
  border-radius: 12px;
  background: #f3f8fc;
  color: #536a7f;
  font-size: 0.9rem;
  line-height: 1.45;
}

.member-date-range-hint.is-error {
  border-color: #efaaa8;
  background: #fff3f2;
  color: #a52d29;
  font-weight: 650;
}

.advanced-search-grid input.date-range-invalid {
  border-color: #d84943 !important;
  box-shadow: 0 0 0 3px rgba(216, 73, 67, 0.12) !important;
}

@media (max-width: 720px) {
  .member-date-range-hint {
    grid-column: 1;
    margin-top: -0.1rem;
    font-size: 0.86rem;
  }
}
