.ifs-filter-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.ifs-filter-reset {
  border: 0;
  background: transparent;
  color: #0d638d;
  padding: 0.25rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ifs-filter-reset:hover { color: #0f7067; }
.ifs-contact-card { max-width: 28rem; }
@media (max-width: 42rem) {
  .ifs-filter-toolbar { align-items: flex-start; flex-direction: column; }
}
