:root {
  --bs-body-bg: #FEFEFE;
  --bs-body-color: #000000;
}

html[data-theme=dark] {
  --bs-body-bg: #000000;
  --color-dark: #FFFFFF;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.manuel-news-wrap {
  margin-bottom: 2rem;
}
.manuel-news-wrap:before {
  opacity: 1;
  bottom: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(12, 12, 15, 0.95) 0%, rgba(36, 38, 41, 0.75) 25%, rgba(60, 62, 66, 0.3) 60%, rgba(64, 69, 78, 0) 90%);
}
@media (max-width: 575.98px) {
  .manuel-news-wrap img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .manuel-news-wrap img {
    width: 100%;
    height: auto;
  }
}
.manuel-news-wrap .news-content {
  position: absolute;
  z-index: 1;
}
.manuel-news-wrap .news-content .kaynak {
  line-height: 1.625rem;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  font-weight: 300;
}
.manuel-news-wrap .news-content .news-title {
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .manuel-news-wrap .news-content .news-title {
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manuel-news-wrap .news-content .news-title {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 575.98px) {
  .manuel-news-wrap .news-content .news-title {
    -webkit-line-clamp: 8;
  }
}
@media screen and (max-width: 340px) {
  .manuel-news-wrap .news-content .news-title {
    -webkit-line-clamp: 3 !important;
  }
}
@media (min-width: 992px) {
  .manuel-news-wrap .news-content {
    bottom: 48px;
    left: 48px;
    right: 48px;
  }
  .manuel-news-wrap .news-content .news-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 991.98px) {
  .manuel-news-wrap .news-content {
    bottom: 32px;
    left: 16px;
    right: 16px;
  }
  .manuel-news-wrap .news-content .news-title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  .manuel-news-wrap .mobil-img img {
    max-height: 650px;
    object-fit: cover;
    width: 100%;
  }
}
.manuel-news-wrap .vh {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.manuel-news-wrap .stretched-link:after {
  z-index: 4;
}

/*# sourceMappingURL=prg_manuel_haber.css.map */
