.view-intermunicipal-newsletter .view-content {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.view-intermunicipal-newsletter .views-row {
    display: flex;
    align-self: stretch;
}

.view-intermunicipal-newsletter .view-filters .form-type-select {
  display: flex;
  flex-direction: row;
  padding: 16px;
  background-color: var(--color-primary--xclear);
  justify-content: center;
  align-items: center;
  gap : 5px;

  border-radius: 10px;;

  color: var(--color-black);

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

.view-intermunicipal-newsletter .view-filters .select {
  border : none;
  margin: 0;
}

.view-intermunicipal-newsletter .view-filters select {
  border : none;
  background-color: var(--color-primary--xclear);
  padding:  0;


  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;

  color: var(--color-black);

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
