@media (min-width: 768px) {
  header.yazar-header:first-child {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  header.yazar-header:nth-child(2) {
    padding-top: 13px;
  }
}
@media (max-width: 767.98px) {
  header.yazar-header:nth-child(2) {
    padding-top: 8px;
  }
}
header.yazar-header .swiper-control-btn {
  width: 115px;
  right: 0;
  top: 22px;
  margin: unset;
  left: 0;
}
@media (max-width: 575.98px) {
  header.yazar-header p {
    font-size: 0.813rem !important;
  }
}
@media (min-width: 992px) {
  header.yazar-header span.border-bottom {
    width: 65% !important;
  }
}
@media (max-width: 991.98px) {
  header.yazar-header span.border-bottom {
    min-width: 70%;
    width: 54% !important;
  }
}
@media (max-width: 575.98px) {
  header.yazar-header span.border-bottom {
    min-width: 50% !important;
  }
}

@media (min-width: 768px) {
  .yazarin-yazilari {
    padding-bottom: 14px;
  }
}
@media (max-width: 575.98px) {
  .yazarin-yazilari {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
  }
}
.yazarin-yazilari .defaultAuthorImg {
  object-fit: cover !important;
}
.yazarin-yazilari .swiper-wrapper .swiper-slide {
  max-width: unset !important;
}
.yazarin-yazilari .swiper-wrapper .swiper-slide picture img {
  border-radius: 10px;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 767.98px) {
  .yazarin-yazilari .swiper-wrapper .swiper-slide .img-wrap {
    float: left;
    width: 120px;
    height: auto;
    margin: 0px 15px 6px 0;
    max-width: 120px;
  }
  .yazarin-yazilari .swiper-wrapper .swiper-slide .img-wrap img {
    max-width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .yazarin-yazilari .swiper-wrapper .swiper-slide .img-wrap {
    margin: 0;
    max-width: unset;
    width: unset;
    margin-bottom: 10px;
  }
  .yazarin-yazilari .swiper-wrapper .swiper-slide .img-wrap img {
    width: 100%;
    max-width: unset;
  }
}
.yazarin-yazilari .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .yazarin-yazilari .swiper-wrapper .swiper-slide img.astroloji-default-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  .yazarin-yazilari .swiper-wrapper .swiper-slide img.astroloji-default-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  .yazarin-yazilari .swiper-wrapper .swiper-slide .slider-title {
    font-size: 0.813rem !important;
    line-height: normal !important;
  }
}
@media (max-width: 991.98px) {
  .yazarin-yazilari .swiper-wrapper .swiper-slide .makale-tarih {
    font-size: 0.813rem !important;
  }
}
.yazarin-yazilari .makale-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: white;
  border-radius: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 400px) {
  .yazarin-yazilari .makale-card {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .yazarin-yazilari .makale-card {
    min-height: 189px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .yazarin-yazilari .makale-card {
    min-height: 196px;
  }
}
@media (max-width: 767.98px) {
  .yazarin-yazilari .makale-card {
    min-height: 118px;
  }
  .yazarin-yazilari .makale-card:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
}
.yazarin-yazilari .makale-card .blog-ozet {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .yazarin-yazilari .makale-card .blog-ozet {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .yazarin-yazilari .makale-card .blog-ozet {
    max-height: 80px;
  }
}

.author-wrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 991.98px) {
  .author-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 991.98px) {
  .author-wrapper .author-circle {
    float: left;
    width: 90px;
    height: auto;
    margin: 0px 15px 6px 0;
  }
  .author-wrapper .author-circle img {
    max-width: 90px;
  }
}
.author-wrapper .author-circle img {
  width: fit-content;
  height: fit-content;
  border-radius: 1rem;
}

[data-bs-theme=dark] body .yazar-header {
  border: 0 !important;
}
[data-bs-theme=dark] body .author-wrapper .author-title.text-dark-blue-70 {
  opacity: 0.7;
}
[data-bs-theme=dark] body .makale-card,
[data-bs-theme=dark] body .author-wrapper {
  background-color: #1f2931 !important;
}
[data-bs-theme=dark] body .ih-homepage .bg-blue-tax-bg {
  background-color: #1c2029 !important;
}

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