.block-views-blockbootstrap-carousels-news-block-1 .col-auto {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bootstrap-carousel-news-view .carousel-inner .active .carousel-caption>h3 {
  display: none !important;
}

.new-homepage-news-grid .news-grid-category {
  font-family: var(--ff-dopisregular-sans-serif);
  font-size: var(--fs-14px);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 170%;
  padding-bottom: 10px;
  color: var(--color-2D2A1F);
}

.new-homepage-news-grid .news-grid-title a {
  font-family: var(--ff-meursault-variable-serif);
  font-size: var(--fs-44px);
  font-variation-settings: 'wdth'50, 'wght'400;
  font-weight: bold !important;
  line-height: 120%;
  color: var(--color-black);
  text-decoration: none !important;
}

.new-homepage-news-grid .news-grid-title a:hover,
.new-homepage-news-grid .news-grid-title a:focus {
  text-decoration: underline !important;
  font-weight: 700;
}

.new-homepage-news-grid .more-link {
  width: 200px;
  padding-top: 0px !important;
  float: none !important;
  margin-top: 50px !important;
}

.new-homepage-news-grid div.more-link a {
  text-decoration: none !important;
  text-transform: none;
  padding: 0 0 3px 0;
  font-weight: normal;
  background-color: transparent;
  position: relative !important;
}

.new-homepage-news-grid div.more-link a:hover {
  font-weight: 500 !important;
}

/*.new-homepage-news-grid div.more-link a:hover,
.new-homepage-news-grid div.more-link a:focus {
  text-decoration: none !important;
  font-weight: 500;
  border-bottom: 4px solid var(--color-spring-violet-a50);
}*/

@media screen and (min-width: 768px) {
  #views-bootstrap-new-homepage-news-grid-block-1.row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
  }

  #views-bootstrap-new-homepage-news-grid-block-1.row .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.js-form-item.js-form-type-select.form-type-select.js-form-item-field-home-featured-category-target-id.form-item-field-home-featured-category-target-id.mb-3 {
  display: inherit;
  padding-bottom: 30px;
}

.view-new-homepage-news-grid .view-filters .js-form-item label {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  width: 100%;
}

.view-new-homepage-news-grid .js-form-item {
  width: fit-content !important;
}

#views-exposed-form-new-homepage-news-grid-block-1 .form-select {
  background-color: unset !important;
  border: none;
  border-bottom: 1px solid #2D2A1F;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {
  .new-homepage-news-grid .news-grid-title a {
    font-size: var(--fs-24px);
  }

  .view-new-homepage-news-grid .view-filters .js-form-item label {
    font-size: 1rem;
  }
}
