/* Blog liste ve detay — Lion Erotik */

body.page-blog-list,
body.page-blog-detail {
  background:
    radial-gradient(1000px 420px at 10% -12%, rgba(255, 83, 180, 0.16), transparent 60%),
    radial-gradient(900px 380px at 100% 0%, rgba(100, 54, 255, 0.14), transparent 58%),
    #0f0b18;
  color: #f8f6ff;
}

.lr-blog {
  padding: 2rem 1.25rem 4rem;
  min-height: 48vh;
}

.lr-blog__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.lr-blog__wrap--narrow {
  max-width: 820px;
}

.lr-blog__header {
  margin-bottom: 2rem;
}

.lr-blog__crumb {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
}

.lr-blog__crumb a {
  color: rgba(255, 200, 120, 0.95);
  text-decoration: none;
}

.lr-blog__crumb a:hover {
  text-decoration: underline;
}

.lr-blog__crumb-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

.lr-blog__crumb-here {
  color: rgba(255, 255, 255, 0.75);
}

.lr-blog__title {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.lr-blog__intro {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 1rem;
}

.lr-blog__empty {
  color: rgba(255, 255, 255, 0.6);
  padding: 2rem 0;
}

.lr-blog__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.lr-blog-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, rgba(28, 16, 40, 0.92), rgba(12, 8, 22, 0.96));
  border: 1px solid rgba(255, 120, 180, 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lr-blog-card__media-link {
  display: block;
  overflow: hidden;
  background: #120a18;
  border-bottom: 1px solid rgba(255, 120, 180, 0.1);
}

/* Kırpma yok: görsel orijinal en-boy oranında tam görünür */
.lr-blog-card__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.lr-blog-card:hover .lr-blog-card__img {
  transform: scale(1.02);
}

.lr-blog-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.lr-blog-card__title {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
}

.lr-blog-card__title a {
  color: #fff8fc;
  text-decoration: none;
}

.lr-blog-card__title a:hover {
  color: #ffb8e0;
}

.lr-blog-card__excerpt {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  flex: 1;
}

.lr-blog-card__more {
  margin-top: 0.25rem;
  align-self: flex-start;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ff7eb3;
  text-decoration: none;
}

.lr-blog-card__more:hover {
  text-decoration: underline;
}

/* Detay */
.lr-blog-article__hero {
  margin-bottom: 2rem;
}

.lr-blog-article__media {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 120, 180, 0.15);
  background: #120a18;
  padding: 0.5rem;
  box-sizing: border-box;
}

/* Ana görsel: tam ekran kaplamasın — yükseklik + genişlik üst sınır */
.lr-blog-article__media img {
  display: block;
  width: auto;
  max-width: min(100%, 720px);
  max-height: min(42vh, 380px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 600px) {
  .lr-blog-article__media img {
    max-height: min(36vh, 280px);
    max-width: 100%;
  }
}

.lr-blog-article__meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.lr-blog-article__meta-line {
  margin: 0;
  line-height: 1.5;
  color: #ffffff;
}

.lr-blog-article__meta-label {
  font-weight: 600;
  color: #ffffff;
  margin-right: 0.35rem;
}

.lr-blog-article__meta-value {
  font-weight: 500;
  color: #ffffff;
}

.lr-blog-article__h1 {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff !important;
}

/* İçerik: header.css içindeki global h2/h3 !important ve yapıştırılan inline renkleri ezer */
.lr-prose {
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.75;
}

.page-blog-detail .lr-prose,
.page-blog-detail .lr-prose p,
.page-blog-detail .lr-prose li,
.page-blog-detail .lr-prose blockquote,
.page-blog-detail .lr-prose td,
.page-blog-detail .lr-prose th,
.page-blog-detail .lr-prose dd,
.page-blog-detail .lr-prose dt,
.page-blog-detail .lr-prose div {
  color: #ffffff !important;
}

.page-blog-detail .lr-prose strong,
.page-blog-detail .lr-prose b,
.page-blog-detail .lr-prose em,
.page-blog-detail .lr-prose i {
  color: #ffffff !important;
}

/* Editörden gelen <font color="..."> / span inline renk */
.page-blog-detail .lr-prose font,
.page-blog-detail .lr-prose span {
  color: inherit !important;
}

.page-blog-detail .lr-prose h2 {
  font-family: "Sora", system-ui, sans-serif;
  margin: 1.75rem 0 0.75rem;
  line-height: 1.3;
  color: #ff9f1c !important;
  font-weight: 800;
}

.page-blog-detail .lr-prose h3 {
  font-family: "Sora", system-ui, sans-serif;
  margin: 1.5rem 0 0.65rem;
  line-height: 1.3;
  color: #4ade80 !important;
  font-weight: 700;
}

.page-blog-detail .lr-prose h4,
.page-blog-detail .lr-prose h5,
.page-blog-detail .lr-prose h6 {
  font-family: "Sora", system-ui, sans-serif;
  margin: 1.35rem 0 0.55rem;
  line-height: 1.3;
  color: #f8fafc !important;
}

.lr-prose p {
  margin: 0 0 1rem;
}

.lr-prose ul,
.lr-prose ol {
  margin: 0 0 1rem 1.2rem;
}

.page-blog-detail .lr-prose a {
  color: #7dd3fc !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-blog-detail .lr-prose a:hover {
  color: #bae6fd !important;
}

.lr-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Blog detay: editörden gelen görseller — metin içi, küçük ve okunabilir */
.page-blog-detail .lr-blog-article__content.lr-prose img {
  display: block;
  max-width: min(100%, 360px);
  width: auto;
  height: auto;
  max-height: min(40vh, 320px);
  object-fit: contain;
  margin: 1rem auto;
  border-radius: 10px;
}

.lr-blog-author {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2.5rem;
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 120, 180, 0.12);
  background: rgba(20, 12, 32, 0.6);
}

.lr-blog-author__avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 140, 190, 0.25);
}

.lr-blog-author__name {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  text-decoration: none;
}

.lr-blog-author__name:hover {
  color: #ffb8e0;
}

.lr-blog-author__role {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.2rem;
}

.lr-blog-author__social {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  font-size: 0.8rem;
}

.lr-blog-author__social a {
  color: #ff9ec9;
  word-break: break-all;
}

.lr-blog-back {
  margin-top: 2rem;
}

.lr-blog-back a {
  color: rgba(255, 200, 120, 0.95);
  text-decoration: none;
  font-weight: 600;
}

.lr-blog-back a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .lr-blog {
    padding: 1.25rem 1rem 3rem;
  }

  .lr-blog__grid {
    grid-template-columns: 1fr;
  }
}
