.f7-cat-posts .f7-cp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  align-items: flex-end;
}

.f7-cat-posts .f7-cp-filter {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
}

.f7-cat-posts .f7-cp-filter-label {
  font-weight: 600;
  font-size: 0.9rem;
}

.f7-cat-posts .f7-cp-filter select {
  min-width: 12rem;
  max-width: 100%;
  font-weight: normal;
}

.f7-cat-posts .f7-cp-empty {
  margin: 0 0 1rem;
  color: #555;
}

.f7-cp-shortcode-msg {
  margin: 0;
  color: #555;
}

.f7-cat-posts .f7-cp-card[hidden] {
  display: none !important;
}
