#main-content {
  padding-top: 120px;
}

.view-filters {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.view-id-news .views-row {
  background-color: var(--grey-extra-light);
  margin-bottom: 2rem;
  display: flex;
  padding: 3rem;
}

.view-id-news .views-row:last-child {
  border-bottom: 0;
}

.views-row > div {
  display: flex;
  column-gap: 1.75rem;
}

#main-content .news-title {
  margin-bottom: 1rem;
}

#main-content .news-title,
#main-content .news-title a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: var(--title-font);
  letter-spacing: 0;
  color: var(--dark-grey);
  font-weight: 500;
}

.news-attachments {
  margin-top: 1rem;
  display: flex;
}

#main-content .news-attachments a {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 7px 20px;
  display: flex;
  font-size: var(--font-body-medium);
  line-height: 1.5rem;
  font-family: var(--title-font);
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 300ms linear;
  font-weight: 500;
}

#main-content .news-attachments a::before {
  background: url(../images/download_black.png);
  background-size: 13px !important;
  content: " ";
  width: 13px !important;
  display: inherit;
  height: 13px;
  display: block;
  margin-right: 12px;
  position: relative;
  top: 5px;
  transition: all 150ms linear;
}

.file-size {
  font-size: var(--font-body-small);
  line-height: 1rem;
  font-family: var(--text-font);
  letter-spacing: 0;
  color: var(--dark-grey) !important;
  margin-top: 6px;
}

.search-download {
  border-right: 1px solid #000;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  display: block;
}

.news-search-read-more {
  margin-top: 0.5rem;
}

.news-attachments .search-download:last-child {
  margin-right: 0;
  border-right: none;
}

.news-search-read-more {
  margin-top: 0.5rem;
}

#views-exposed-form-news-page-1 > .form--inline {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

#views-exposed-form-news-page-1 .form-item {
  width: 39%;
  margin-right: 0;
  margin-left: 0;
  padding: 7px 14px 7px 0;
  display: flex;
  flex-direction: column;
}

#views-exposed-form-news-page-1 #edit-actions {
  margin: 22px 0 0;
  width: 10%;
}

#views-exposed-form-news-page-1 #edit-submit-news {
  width: auto;
  height: 28px;
  font-family: var(--title-font);
  border: 1px solid black;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  font-size: var(--font-body-medium);
  line-height: 1rem;
  font-weight: 500;
  padding: 0 1rem 5px 1rem;
  box-sizing: content-box;
}

#views-exposed-form-news-page-1 #edit-submit-news:hover {
  text-decoration: none;
  border-color: rgb(0 0 0 / 30%);
}

#views-exposed-form-news-page-1 input,
#views-exposed-form-news-page-1 select {
  width: calc(100% - 40px);
  border: none;
  font-size: 12px;
  line-height: 18px;
  font-family: var(--text-font);
  color: var(--dark-grey);
  opacity: 1;
  padding: 0 20px;
  height: 40px;
  background-color: var(--grey-extra-light);
}

#views-exposed-form-news-page-1 label {
  font-size: var(--font-body-medium);
  line-height: 1.125rem;
  font-family: var(--text-font);
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5px;
}

.news-row .news-image,
.news-row .news-image .empty {
  width: 162px;
  flex-shrink: 0;
  height: 162px;
}

.news-image .news-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.views-row .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.views-row .news-image .empty {
  width: 162px;
  height: 162px;
  background-image: url(../images/empty-image.svg);
  background-color: #000;
  opacity: 0.7;
  background-size: 96px 96px;
  background-repeat: no-repeat;
  background-position: center;
}

.views-row .news-image .empty a {
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 0.85rem;
  }

  #main-content {
    padding-top: 160px;
  }

  #views-exposed-form-news-page-1 .form-item {
    width: 100%;
  }

  #views-exposed-form-news-page-1 .form-item + .form-item {
    margin-top: 0;
  }

  .views-row > div {
    flex-direction: column;
    row-gap: 1rem;
  }

  .news-row .news-image {
    width: 100%;
  }

  .view-id-news .views-row {
    padding: 1.75rem;
  }

  #views-exposed-form-news-page-1 > .form--inline {
    display: block;
  }

  .news-attachments {
    flex-direction: column;
    row-gap: 0.5rem;
  }

  .news-attachments .file-download {
    display: flex;
  }
}
