.wp-block-newspack-blocks-carousel {
  background: transparent;
  margin: 0 0 2rem 0;
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-newspack-blocks-carousel .swiper-slide {
  background: #111;
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-newspack-blocks-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.wp-block-newspack-blocks-carousel .swiper-slide img:hover {
  opacity: 0.8;
}
.wp-block-newspack-blocks-carousel .entry-wrapper {
  background: linear-gradient(to top,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 70%) !important;
  padding: 2rem 1.5rem 1.5rem;
}
.wp-block-newspack-blocks-carousel .cat-links a {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.75;
}
.wp-block-newspack-blocks-carousel .entry-title,
.wp-block-newspack-blocks-carousel .entry-title a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}
.wp-block-newspack-blocks-carousel .entry-title a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .wp-block-newspack-blocks-carousel .entry-title,
  .wp-block-newspack-blocks-carousel .entry-title a {
    font-size: 1rem;
  }
}
.wp-block-newspack-blocks-carousel .swiper-pagination {
  display: none;
}
.swiper-pagination-bullets {
  display: none !important;
}
.wp-block-newspack-blocks-carousel .swiper-slide::before {
  content: "NEW";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  background: #fff;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: 3px;
}
.wp-block-newspack-blocks-carousel .swiper-slide::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 15px;
  height: 15px;
  background: #ff0000;
  border-radius: 50%;
}
.wp-block-html {
  background: transparent !important;
}
.wp-block-html,
.wp-block-html .swiper,
.wp-block-html .swiper-wrapper,
.wp-block-html .bl-carousel-wrap {
  background: transparent !important;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.disco-post-list-pattern .wp-block-post-title {
  min-height: auto !important;
  display: block !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.wp-site-blocks {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 0px !important;
}
.wp-block-search__input.has-border-color {
  padding-left: 8px !important;
  padding-right: 10px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.wp-block-search__input.has-border-color {
  background-color: #ffffff !important;
}
