/* ===== Köşe yazısı detay — referans düzen ===== */

.yy-page {
  background: #f9f7f2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  padding-bottom: 48px;
}

.yy-shell {
  width: 100%;
  max-width: var(--max);
  padding-top: 18px;
  padding-bottom: 40px;
  min-width: 0;
}

.yy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.yy-main {
  min-width: 0;
}

.yy-rail {
  position: sticky;
  top: 80px;
  min-width: 0;
}

/* Breadcrumb */
.yy-bc {
  margin-bottom: 16px;
}

.yy-bc-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-sans);
  font-size: 12px;
  color: #8a8f98;
}

.yy-bc-list a {
  color: #8a8f98;
  text-decoration: none;
}

.yy-bc-list a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.yy-bc-sep {
  color: #b0b5be;
  font-size: 11px;
}

.yy-bc-current {
  color: #8a8f98;
}

/* Yazar başlık kutusu */
.yy-article {
  width: 100%;
}

.yy-author-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px 20px;
  align-items: start;
  padding-bottom: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8eaed;
}

.yy-author-photo {
  display: block;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #e0e3e8;
  background: #f4f5f7;
  text-decoration: none;
}

.yy-author-photo img,
.yy-author-photo-slot {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.yy-author-main {
  min-width: 0;
  padding-top: 2px;
}

.yy-author-name {
  display: inline-block;
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #1a5fb4;
  text-decoration: none;
  line-height: 1.2;
}

.yy-author-name:hover {
  text-decoration: underline;
}

.yy-article-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}

.yy-author-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  text-align: right;
}

.yy-head-date {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: #8a8f98;
  white-space: nowrap;
}

.yy-contact {
  position: relative;
}

.yy-contact-btn {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.yy-contact-btn:hover,
.yy-contact-btn.is-open {
  color: #1a5fb4;
}

.yy-contact-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 220px;
  padding: 6px;
  border-radius: 4px;
  background: var(--paper);
  border: 1px solid #e0e3e8;
  box-shadow: 0 4px 16px oklch(20% 0.02 260 / 0.12);
  z-index: 20;
}

.yy-contact-menu a {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--ink-2);
  text-decoration: none;
  word-break: break-all;
}

.yy-contact-menu a:hover {
  background: #f4f5f7;
}

/* Paylaşım — haber detay (.hd-share) ile aynı ikon stili */
.yy-share-row {
  display: flex;
  justify-content: flex-end;
  margin: 4px 0 14px;
}

/* Ses çubuğu */
.yy-audio-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 14px;
  margin-bottom: 22px;
  border: 1px solid #d8dce2;
  background: #f7f8fa;
  font-family: var(--font-sans);
  font-size: 12px;
  color: #5c6370;
}

.yy-audio-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
}
.yy-audio-left:disabled {
  cursor: default;
  opacity: 0.7;
}

.yy-audio-mic {
  display: inline-flex;
  color: #8a8f98;
}

.yy-audio-hint {
  font-weight: 500;
  white-space: nowrap;
}

.yy-audio-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 160px;
}

.yy-audio-ctrl-play {
  width: 24px;
  height: 24px;
  border: 1px solid #c8ccd4;
  border-radius: 50%;
  background: #fff;
  color: #5c6370;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}
.yy-audio-ctrl-play:hover:not(:disabled) {
  border-color: var(--accent);
  color: var(--accent);
}
.yy-audio-ctrl-play:disabled {
  cursor: default;
  opacity: 0.5;
}

.yy-audio-track {
  position: relative;
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: #d8dce2;
  min-width: 60px;
  overflow: hidden;
}
.yy-audio-track-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--accent, #c8102e);
  border-radius: 2px;
  transition: width .2s linear;
}

.yy-audio-time {
  font-size: 11px;
  color: #8a8f98;
  white-space: nowrap;
}

.yy-audio-vol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a8f98;
  border: 0;
  background: transparent;
  padding: 2px;
  cursor: pointer;
}
.yy-audio-vol:hover:not(:disabled) {
  color: var(--ink);
}
.yy-audio-vol:disabled {
  cursor: default;
  opacity: 0.5;
}

.yy-audio-stop {
  width: 20px;
  height: 20px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  background: #fff;
  color: #5c6370;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.yy-audio-stop:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.yy-audio-bar.is-playing .yy-audio-mic {
  color: var(--accent, #c8102e);
}

/* Gövde */
.yy-body {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink);
  margin-bottom: 28px;
}

.yy-body p {
  margin: 0 0 1.15em;
}

.yy-body p:first-child::first-letter,
.yy-body--html > p:first-child::first-letter {
  float: left;
  margin: 0.06em 0.12em 0 0;
  font-size: 3.4em;
  line-height: 0.78;
  font-weight: 700;
  color: var(--ink);
  font-family: var(--font-serif);
}

.yy-body--html h2,
.yy-body--html h3 {
  font-family: var(--font-sans);
  font-size: 1.1em;
  margin: 1.4em 0 0.6em;
}

.yy-body--html strong,
.yy-body--html b {
  font-weight: 700;
}

.yy-body--html {
  min-width: 0;
  overflow-wrap: anywhere;
}
.yy-body--html img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1.25rem auto;
  border-radius: 8px;
}
.yy-body--html figure,
.yy-body--html .embed-youtube {
  max-width: 100%;
  margin: 1.25rem 0;
  overflow: hidden;
}
.yy-body--html iframe,
.yy-body--html video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}
.yy-body--html table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

/* Yasal uyarı */
.yy-legal {
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-style: italic;
  line-height: 1.55;
  color: #3d7ab8;
}

.yy-legal strong {
  font-style: italic;
  font-weight: 700;
}

.yy-legal a {
  color: #3d7ab8;
  text-decoration: underline;
}

/* Önceki yazılar */
.yy-prev {
  border: 1px solid #e0e3e8;
  background: var(--paper);
}

.yy-prev-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px 10px;
  border-bottom: 2px solid #c41e3a;
}

.yy-prev-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #c41e3a;
}

.yy-prev-all {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.yy-prev-all:hover {
  text-decoration: underline;
}

.yy-prev-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yy-prev-list li {
  border-bottom: 1px solid #eceef1;
}

.yy-prev-list li:last-child {
  border-bottom: 0;
}

.yy-prev-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--ink);
  transition: background 0.12s;
}

.yy-prev-link:hover {
  background: #f7f8fa;
}

.yy-prev-chevron {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: #c41e3a;
  line-height: 1.35;
}

.yy-prev-text {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.yy-prev-date {
  font-weight: 600;
  color: var(--ink);
}

@media (max-width: 1100px) {
  .yy-layout {
    grid-template-columns: 1fr;
  }

  .yy-rail {
    position: static;
  }

  .yy-rail .hd-rail-ad,
  .yy-rail .hd-rail-ad-slot {
    display: none;
  }
}

@media (max-width: 720px) {
  .yy-shell {
    padding-top: 12px;
  }

  .yy-author-head {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .yy-author-side {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .yy-head-date {
    white-space: normal;
  }

  .yy-audio-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .yy-audio-controls {
    width: 100%;
  }

  .yy-body {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .yy-author-photo {
    width: 72px;
    height: 72px;
  }

  .yy-author-name {
    font-size: 15px;
  }

}
