.news-webform-filter-form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  align-items: center;
}
.news-webform-filter-form .form-item {
  max-width: 320px;
  width: fit-content;
}
.news-webform-filter-form .form-select {
  height: 34px;
}
.news-webform-filter-form option {
  max-width: 100%;
  display: inline-block;
  width: 100%;
  word-break: break-all;
}
.news-webform-filter-form .form-submit,
.news-webform-filter-form .button {
  margin-top: 16px;
}

.news-webform-filter-form a.button {
  position: absolute;
  right: 20px;
}
