.resource__teaser-published {
  margin-block-end: 1rem;
}

.ecl .resource__teaser-title {
  border-bottom: 0;
}

.details-resources--type {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background: #C07221;
  display: inline-block;
  padding: 0.25em;
}

.details-resources--title {
  font-size: 1.2em;
  margin: 1em 0;
}

.details-resources--reference,
.details-resources--date {
  margin: 0.5em 0;
}

.details-resources--reference img,
.details-resources--date img {
  margin-right: 0.5em;
}

.details-resources--date img {
  padding-right: 4px
}

.resource-listing--header {
  margin: 2em 0;
}

.resources-listing--title { margin-bottom: 1em; }

.resources-listing--title a {
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.2;
}

.resources-listing--description {
  margin-top: 1em;
}

.resources-listing--pipe {
  padding: 0 0.5em;
}

.resources-listing--meta {
  color: #555;
}

[id=views-exposed-form-resources-block-1] > div {
  margin-bottom: 1rem;
}

[id=views-exposed-form-resources-block-1] [id=edit-combine] {
    width: 100%;
    padding: 11px;
}

@media (min-width: 996px) {
    [id=views-exposed-form-resources-block-1] [id=edit-combine] {
        width: 323px;
    }
}
input[type="date"] {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  background-color: white;
  padding: 0.5rem;
  /* or whatever suits your layout */
  border: 1px solid #ccc;
  width: 95%;
  /* or a fixed width like 200px */
}