.clinical-insight-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.clinical-insight-card .card__header {
  position: relative;
  padding: 27px 30px;
  background-color: #00a3dd;
  border-radius: 10px 10px 0 0;
}
.clinical-insight-card .card__header-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 90%;
  margin: -3px -3px 22px -3px;
  padding: 0;
  list-style: none;
}
.clinical-insight-card .card__header-tag li {
  margin: 3px;
  padding: 2px 8px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 2px solid #fff;
  inline-size: -webkit-min-content;
  inline-size: -moz-min-content;
  inline-size: min-content;
}
.clinical-insight-card .card__header-title {
  display: -webkit-box;
  height: 3.8em;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.clinical-insight-card .card__header-newtag {
  position: absolute;
  top: -12px;
  right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 12px;
  background-color: #e97625;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px 0 #0006;
          box-shadow: 0 4px 4px 0 #0006;
}
.clinical-insight-card .card__body {
  padding: 16px 30px 30px 30px;
}
.clinical-insight-card .card__body-caption p {
  margin-bottom: 0;
  color: #494949;
  font-size: 16px;
}

.dornier-posts-carousel .swiper-container {
  position: relative;
  width: calc(100% + 50px);
  margin-left: -25px;
  padding: 20px 25px;
}
@media only screen and (max-width: 575.98px) {
  .dornier-posts-carousel .swiper-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px 20px;
  }
}
.dornier-posts-carousel .swiper-container .swiper-slide {
  height: auto;
  overflow: visible;
  text-align: inherit;
}
.dornier-posts-carousel .posts-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 575.98px) {
  .dornier-posts-carousel .posts-carousel__nav {
    width: 30px;
    height: 30px;
  }
}
.dornier-posts-carousel .posts-carousel__nav:hover {
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.dornier-posts-carousel .posts-carousel__nav:hover rect {
  opacity: 1;
}
.dornier-posts-carousel .posts-carousel__nav.swiper-button-disabled {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.dornier-posts-carousel .posts-carousel__nav--prev {
  left: 0;
}
.dornier-posts-carousel .posts-carousel__nav--next {
  right: 0;
}
.dornier-posts-carousel .posts-carousel__nav rect {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/*# sourceMappingURL=styles-posts-carousel.css.map */
