.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;
}
.wp-block-newspack-blocks-carousel .swiper-button-prev,
.wp-block-newspack-blocks-carousel .swiper-button-next,
.wp-block-newspack-blocks-carousel .swiper-button-pause,
.wp-block-newspack-blocks-carousel .swiper-button-play {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.wp-block-newspack-blocks-carousel .swiper-button-prev,
.wp-block-newspack-blocks-carousel .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.wp-block-newspack-blocks-carousel .swiper-button-prev:hover,
.wp-block-newspack-blocks-carousel .swiper-button-next:hover {
  opacity: 1;
}
.wp-block-newspack-blocks-carousel .swiper-button-prev::after,
.wp-block-newspack-blocks-carousel .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.wp-block-newspack-blocks-carousel .swiper-button-prev::after {
  content: "←";
}
.wp-block-newspack-blocks-carousel .swiper-button-next::after {
  content: "→";
}
.wp-block-newspack-blocks-carousel .swiper-button-pause,
.wp-block-newspack-blocks-carousel .swiper-button-play {
  position: absolute;
  top: auto;
  bottom: 16px;
  right: 16px;
  left: auto;
  width: 32px;
  height: 32px;
  margin: 0;
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.wp-block-newspack-blocks-carousel .swiper-button-pause:hover,
.wp-block-newspack-blocks-carousel .swiper-button-play:hover {
  opacity: 1;
}
.wp-block-newspack-blocks-carousel .swiper-button-pause svg,
.wp-block-newspack-blocks-carousel .swiper-button-play svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}
.ticker-item img {
  width: 18px !important;
  height: 18px !important;
  max-width: none !important;
}
