@charset "UTF-8";
: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);
}

.altmanset .title,
.surmanset .title,
.anamanset .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.altmanset .desktop-img img,
.surmanset .desktop-img img,
.anamanset .desktop-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .altmanset img,
  .surmanset img,
  .anamanset img {
    width: 100%;
    height: auto;
  }
}
.altmanset .mobile-img img,
.surmanset .mobile-img img,
.anamanset .mobile-img img {
  object-fit: cover;
}
@media (min-width: 992px) {
  .altmanset .title,
  .surmanset .title,
  .anamanset .title {
    transition: all 0.5s ease-in-out;
  }
  .altmanset .item:hover .title,
  .surmanset .item:hover .title,
  .anamanset .item:hover .title {
    color: #D2232A !important;
  }
}
.altmanset .arsiv:before,
.surmanset .arsiv:before,
.anamanset .arsiv:before {
  content: "Arşiv";
  position: absolute;
  background: red;
  padding: 3px 10px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .altmanset .item .title {
    -webkit-line-clamp: 2;
  }
}
.altmanset .item .title:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #D2232A;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media (min-width: 992px) {
  .altmanset .item:not(:first-child) {
    padding-top: 26px;
  }
}
@media (max-width: 991.98px) {
  .altmanset .item:not(:first-child) {
    padding-top: 20px;
  }
}
.altmanset .item:last-child:after {
  content: none;
}
@media (min-width: 992px) {
  .altmanset .item:last-child {
    padding-bottom: 0 !important;
  }
}
.altmanset .arsiv:before {
  position: relative;
}

@media (min-width: 992px) {
  .surmanset .item:not(:first-child) {
    padding-top: 36px;
  }
}
@media (max-width: 991.98px) {
  .surmanset .item:not(:first-child) {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .surmanset .item:first-child {
    padding-top: 0 !important;
  }
}

.altmanset .item:last-child,
.surmanset .item:last-child {
  border-bottom: 0 !important;
}

@media (min-width: 992px) {
  .anamanset h2 {
    line-height: 3.25rem;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 2rem;
  }
  .anamanset.item,
  .altmanset {
    border-bottom: 1px solid #E5E5E5;
  }
  .surmanset .title {
    -webkit-line-clamp: 3;
  }
  .surmanset picture {
    width: 100%;
    height: auto;
    max-width: fit-content;
  }
  .surmanset .item:last-child {
    padding-bottom: 32px !important;
    border-bottom: 1px solid #E5E5E5 !important;
    margin-bottom: 32px;
  }
}

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