/* =========================================================
   OZD Radyo Teması - Modüller
========================================================= */

/* Sabit alt player */
.ozd-player.ozd-module--player {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  min-height: var(--ozd-player-height);
  margin: 0 !important;
  padding: 12px 0 !important;
  background: rgba(17, 24, 39, 0.98) !important;
  color: #ffffff !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px 18px 0 0 !important;
  box-shadow: 0 -16px 40px rgba(15, 23, 42, 0.30);
}

.ozd-player.ozd-module--player .ozd-container {
  width: min(100% - 28px, var(--ozd-container));
}

.ozd-player__inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(280px, 1.5fr);
  align-items: center;
  gap: 18px;
  width: 100%;
}

.ozd-player__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-width: 0;
}

.ozd-player__heading,
.ozd-player__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ozd-player__heading {
  min-height: 38px;
  font-weight: 900;
}

.ozd-player__heading-text,
.ozd-player__dj,
.ozd-player__live-text {
  white-space: nowrap;
}

.ozd-player__dj {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.ozd-player__live {
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.18);
  color: #bbf7d0;
  font-size: 0.92rem;
  font-weight: 900;
}

.ozd-player__live--off {
  background: rgba(148, 163, 184, 0.20);
  color: #e5e7eb;
}

.ozd-player__embed {
  min-width: 0;
}

.ozd-player__embed audio {
  display: block;
  width: 100%;
  min-width: 0;
  max-height: 54px;
}

.ozd-player__empty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.ozd-player__empty-link {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ozd-front-fixed-player .ozd-player {
  margin: 0 !important;
}

/* İstek paneli */
.ozd-request-panel {
  width: 100%;
  margin: 0;
}

.ozd-request-panel__inner {
  padding: 0;
  border: 0;
  background: transparent;
}

.ozd-request-panel__title,
.ozd-top10__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--ozd-primary);
  font-size: clamp(1.35rem, 1rem + 1vw, 1.9rem);
  font-weight: 900;
  line-height: 1.2;
}

.ozd-request-panel__desc {
  margin: 0 0 16px;
  color: var(--ozd-muted);
}

.ozd-request-panel__notice,
.ozd-request-panel__closed {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(185, 28, 28, 0.22);
  border-radius: var(--ozd-radius-md);
  background: rgba(185, 28, 28, 0.08);
  color: var(--ozd-danger);
  font-weight: 900;
}

.ozd-request-form .ozd-form__actions {
  justify-content: flex-start;
}

/* Yayın akışı */
.ozd-broadcast-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.ozd-broadcast-item {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--ozd-border);
}

.ozd-broadcast-time {
  min-width: 88px;
  color: var(--ozd-accent);
  font-weight: 900;
  white-space: nowrap;
}

.ozd-broadcast-title {
  margin: 0;
  color: var(--ozd-primary);
  font-weight: 900;
}

.ozd-broadcast-meta,
.ozd-broadcast-dj {
  color: var(--ozd-muted);
  font-size: 0.95rem;
}

.ozd-broadcast-dj a {
  color: var(--ozd-accent);
  font-weight: 800;
}

/* Haber listesi */
.ozd-news-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.ozd-news-item {
  padding: 12px 0;
  border-top: 1px solid var(--ozd-border);
}

.ozd-news-title {
  margin: 0 0 6px;
  color: var(--ozd-primary);
  font-weight: 900;
}

.ozd-news-excerpt {
  margin: 0;
  color: var(--ozd-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* DJ listeleme */
.ozd-dj-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ozd-dj-card {
  display: block;
  padding: 16px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--ozd-border);
  border-radius: var(--ozd-radius-lg);
  background: #ffffff;
  box-shadow: var(--ozd-shadow-sm);
}

.ozd-dj-card:hover {
  color: inherit;
  border-color: rgba(37, 99, 235, 0.35);
}

.ozd-dj-card h2 {
  margin: 12px 0 0;
  color: var(--ozd-primary);
  font-size: 1.15rem;
  font-weight: 900;
}

.ozd-dj-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--ozd-radius-md);
  background: var(--ozd-surface-soft);
}

.ozd-dj-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ozd-dj-apply {
  max-width: 680px;
  margin: 0 auto;
  padding: var(--ozd-space-lg);
  border: 1px solid var(--ozd-border);
  border-radius: var(--ozd-radius-lg);
  background: #ffffff;
  box-shadow: var(--ozd-shadow-sm);
}

/* Top 10 */
.ozd-top10 {
  margin: 0;
}

.ozd-top10 .ozd-container {
  width: 100%;
}

.ozd-top10__header {
  margin-bottom: 12px;
}

.ozd-top10__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ozd-top10;
}

.ozd-top10__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--ozd-border);
  border-radius: var(--ozd-radius-md);
  background: var(--ozd-surface-soft);
}

.ozd-top10__rank {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--ozd-primary);
  color: #ffffff;
  font-weight: 900;
}

.ozd-top10__song {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ozd-top10__link,
.ozd-top10__name {
  color: var(--ozd-primary);
  font-weight: 900;
}

.ozd-top10__artist,
.ozd-top10__empty {
  color: var(--ozd-muted);
  font-size: 0.95rem;
}

/* Arşiv ve tekil içerik yardımcıları */
.ozd-archive-list {
  display: grid;
  gap: 18px;
}

.ozd-archive-card {
  margin: 0;
}

/* Görünürlük yardımcıları */
@media (max-width: 768px) {
  .ozd-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .ozd-hide-desktop {
    display: none !important;
  }
}

.ozd-archive-card + .ozd-archive-card {
  margin-top: 18px;
}

.ozd-archive-card__title {
  margin: 0 0 10px;
  color: var(--ozd-primary);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.25;
}

.ozd-single-thumb {
  margin: 12px 0 16px;
  overflow: hidden;
  border-radius: var(--ozd-radius-lg);
}

.ozd-single-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.ozd-dj-links {
  margin-top: 16px;
  display: block;
}

.ozd-dj-links__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
}

.ozd-dj-links__list {
  margin: 0;
  padding-left: 18px;
}

/* =========================================================
   Player ve ana sayfa modül iyileştirmeleri
========================================================= */
.ozd-player.ozd-module--player {
  min-height: var(--ozd-player-height);
  border-radius: 22px 22px 0 0 !important;
}

.ozd-player__inner {
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.35fr);
}

.ozd-player__head {
  padding: 8px 12px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.50);
}

.ozd-player__heading {
  gap: 10px;
}

.ozd-player__heading-icon {
  color: #93c5fd;
}

.ozd-player__embed audio {
  height: 54px;
  border-radius: 999px;
}

.ozd-request-panel__title {
  font-size: clamp(1.65rem, 1.1rem + 1.6vw, 2.45rem);
  letter-spacing: -0.04em;
}

.ozd-request-panel__desc {
  max-width: 760px;
}

.ozd-request-panel__notice,
.ozd-request-panel__closed {
  border-radius: 16px;
}

.ozd-request-form {
  gap: 16px;
}

.ozd-request-form .ozd-form__row {
  max-width: 100%;
}

.ozd-request-form textarea {
  min-height: 150px;
}

.ozd-broadcast-item,
.ozd-news-item {
  border-top-color: rgba(226, 232, 240, 0.9);
}

.ozd-broadcast-item:first-child,
.ozd-news-item:first-child {
  border-top: 0;
}

.ozd-broadcast-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ozd-accent-soft);
  color: var(--ozd-accent-dark);
  font-size: 0.88rem;
}

.ozd-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
  font-size: 0.78rem;
  font-weight: 950;
  vertical-align: middle;
}

.ozd-news-item a {
  display: block;
  padding: 10px;
  margin: -10px;
  border-radius: 14px;
}

.ozd-news-item a:hover,
.ozd-news-item a:focus-visible {
  background: var(--ozd-surface-soft);
  color: inherit;
}

.ozd-top10__item {
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ozd-top10__item:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.28);
  background: #ffffff;
}


/* =========================================================
   Player ve modül yükseklik düzeltmeleri - 0.9.9
========================================================= */
.ozd-player.ozd-module--player {
  min-height: var(--ozd-player-height) !important;
  padding: 8px 0 !important;
  border-radius: 18px 18px 0 0 !important;
}

.ozd-player__inner {
  grid-template-columns: minmax(180px, 0.62fr) minmax(320px, 1.38fr) !important;
  gap: 16px;
}

.ozd-player__head {
  min-height: 44px;
  padding: 6px 12px;
  border-radius: 16px;
}

.ozd-player__heading {
  min-height: 32px;
}

.ozd-player__embed audio {
  height: 44px;
  max-height: 44px;
}

.ozd-request-panel__title {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 1.05rem + 1.2vw, 2.15rem);
}

.ozd-request-form {
  gap: 13px;
}

.ozd-request-form textarea {
  min-height: 118px;
}

.ozd-request-panel__notice,
.ozd-request-panel__closed {
  padding: 11px 13px;
}

.ozd-top10 .ozd-container {
  width: 100%;
  padding: 0;
}

.ozd-top10__item {
  padding: 10px;
}


/* =========================================================
   Player ve modül sıkılaştırma - 1.0.0
========================================================= */
.ozd-player.ozd-module--player {
  min-height: var(--ozd-player-height) !important;
  padding: 8px 0 !important;
  border-radius: 16px 16px 0 0 !important;
  box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.24) !important;
}

.ozd-player.ozd-module--player .ozd-container {
  width: min(100% - 28px, var(--ozd-container));
}

.ozd-player__inner {
  grid-template-columns: minmax(170px, 0.58fr) minmax(280px, 1.42fr) !important;
  gap: 14px !important;
}

.ozd-player__head {
  min-height: 44px;
  padding: 6px 10px !important;
  border-radius: 14px !important;
}

.ozd-player__heading {
  min-height: 0 !important;
  gap: 7px !important;
  font-size: 0.95rem !important;
  line-height: 1.2;
}

.ozd-player__heading-text,
.ozd-player__dj,
.ozd-player__live-text {
  font-size: 0.95rem !important;
}

.ozd-player__live {
  min-height: 24px !important;
  padding: 3px 8px !important;
  font-size: 0.82rem !important;
}

.ozd-player__embed audio {
  height: 42px !important;
  max-height: 42px !important;
  border-radius: 999px !important;
}

.ozd-request-panel__title {
  font-size: clamp(1.35rem, 1.05rem + 1vw, 1.85rem) !important;
  font-weight: 850 !important;
  letter-spacing: -0.025em !important;
}

.ozd-request-panel__notice,
.ozd-request-panel__closed {
  padding: 10px 12px !important;
  border-radius: 13px !important;
}

.ozd-request-form {
  gap: 12px !important;
}

.ozd-request-form textarea {
  min-height: 132px !important;
}

.ozd-news-item,
.ozd-broadcast-item {
  padding: 10px 0 !important;
}

.ozd-news-title,
.ozd-broadcast-title,
.ozd-top10__link,
.ozd-top10__name {
  font-weight: 800 !important;
}

.ozd-top10__item {
  padding: 10px !important;
  border-radius: 13px !important;
}

.ozd-top10__rank {
  width: 30px !important;
  height: 30px !important;
  font-size: 0.9rem !important;
}


/* =========================================================
   Ana sayfa son rötuşlar - 1.0.1
   Player, istek paneli, haber listesi ve modül yoğunluğu
========================================================= */
.ozd-player.ozd-module--player {
  min-height: 56px !important;
  padding: 6px 0 !important;
  border-radius: 14px 14px 0 0 !important;
}

.ozd-player.ozd-module--player .ozd-container {
  width: min(100% - 24px, var(--ozd-container));
}

.ozd-player__inner {
  grid-template-columns: minmax(150px, 0.48fr) minmax(260px, 1.52fr) !important;
  gap: 12px !important;
}

.ozd-player__head {
  min-height: 38px !important;
  padding: 5px 10px !important;
  border-radius: 12px !important;
}

.ozd-player__heading {
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

.ozd-player__heading-icon {
  width: 18px !important;
  height: 18px !important;
}

.ozd-player__heading-text,
.ozd-player__dj,
.ozd-player__live-text {
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

.ozd-player__embed audio {
  height: 36px !important;
  max-height: 36px !important;
}

.ozd-front-request,
.ozd-front-today,
.ozd-front-news,
.ozd-front-top10,
.ozd-home-programs,
.ozd-home-djs {
  padding: 16px !important;
}

.ozd-front-request {
  border-left-width: 4px !important;
}

.ozd-request-panel__title {
  margin-bottom: 10px !important;
  font-size: clamp(1.25rem, 1rem + 0.82vw, 1.65rem) !important;
  font-weight: 800 !important;
}

.ozd-request-panel__notice,
.ozd-request-panel__closed {
  margin-bottom: 12px !important;
  padding: 9px 11px !important;
  font-weight: 800 !important;
}

.ozd-request-form {
  gap: 10px !important;
}

.ozd-request-form .ozd-form__label {
  margin-bottom: 5px !important;
  font-weight: 750 !important;
}

.ozd-request-form .ozd-form__input {
  min-height: 42px !important;
}

.ozd-request-form .ozd-form__textarea,
.ozd-request-form textarea {
  min-height: 104px !important;
  max-height: 150px !important;
}

.ozd-request-form .ozd-form__actions {
  margin-top: 2px !important;
}

.ozd-request-form .ozd-btn {
  min-height: 40px !important;
  padding: 9px 18px !important;
}

.ozd-news-list,
.ozd-broadcast-list,
.ozd-top10__list,
.ozd-home-program-list {
  gap: 8px !important;
}

.ozd-news-item {
  padding: 8px 0 !important;
}

.ozd-news-item a {
  padding: 8px 9px !important;
  margin: -8px -9px !important;
  border-radius: 12px !important;
}

.ozd-news-title {
  margin-bottom: 4px !important;
  font-size: 1rem !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.ozd-news-meta {
  display: block;
  margin-bottom: 4px;
  color: var(--ozd-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.ozd-news-excerpt {
  font-size: 0.9rem !important;
  line-height: 1.48 !important;
}

.ozd-broadcast-title,
.ozd-top10__link,
.ozd-top10__name,
.ozd-home-program__title,
.ozd-home-dj-card__title {
  font-weight: 750 !important;
}

.ozd-front-today .ozd-section-title,
.ozd-front-news .ozd-section-title,
.ozd-front-top10 .ozd-section-title,
.ozd-home-programs .ozd-section-title,
.ozd-home-djs .ozd-section-title {
  font-weight: 750 !important;
  font-size: clamp(1.08rem, 0.96rem + 0.46vw, 1.36rem) !important;
}

.ozd-home-section-head {
  margin-bottom: 10px !important;
}

.ozd-home-program {
  padding: 9px !important;
  grid-template-columns: minmax(92px, 122px) minmax(0, 1fr) !important;
}

.ozd-home-program__time,
.ozd-broadcast-time {
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}

.ozd-top10__item {
  gap: 10px !important;
  padding: 9px !important;
}

.ozd-top10__rank {
  width: 28px !important;
  height: 28px !important;
  font-size: 0.84rem !important;
}

.ozd-home-dj-grid {
  gap: 14px !important;
}

.ozd-home-dj-card__thumb {
  border-radius: 14px !important;
}


/* Ana sayfa istek yönlendirme kartı - 1.0.2 */
.ozd-front-request-cta {
  padding: 22px 24px !important;
}

.ozd-request-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.ozd-request-cta__eyebrow {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--ozd-accent-soft);
  color: var(--ozd-accent-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.ozd-request-cta__title {
  margin: 0;
  color: var(--ozd-primary);
  font-size: clamp(1.45rem, 1rem + 1.1vw, 2rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.ozd-request-cta__desc {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--ozd-muted);
  line-height: 1.6;
}

.ozd-request-cta__action {
  display: flex;
  justify-content: flex-end;
  min-width: 220px;
}

.ozd-request-cta__btn {
  min-width: 220px;
  white-space: nowrap;
}

.ozd-request-cta__closed {
  max-width: 280px;
  padding: 12px 14px;
  border: 1px solid rgba(185, 28, 28, 0.22);
  border-radius: var(--ozd-radius-md);
  background: rgba(185, 28, 28, 0.08);
  color: var(--ozd-danger);
  font-weight: 900;
  text-align: center;
}


/* Özel JS Player - 1.0.3 */
.ozd-player.ozd-module--player {
  min-height: var(--ozd-player-height);
  padding: 8px 0 !important;
}

.ozd-js-player .ozd-player__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1.25fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: 16px;
}

.ozd-player__brand,
.ozd-player__now,
.ozd-player__controls {
  min-width: 0;
}

.ozd-player__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ozd-player__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.32);
}

.ozd-player__brand-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ozd-player__station {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ozd-player__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.ozd-player__status-icon {
  color: #22c55e;
}

.ozd-player__now {
  display: grid;
  gap: 2px;
}

.ozd-player__now-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.ozd-player__now-title {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ozd-player__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ozd-player__audio {
  display: none;
}

.ozd-player__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
}

.ozd-player__control:hover,
.ozd-player__control:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.30);
  background: rgba(37, 99, 235, 0.55);
  outline: none;
}

.ozd-player__control--play {
  background: var(--ozd-accent);
  border-color: rgba(255, 255, 255, 0.20);
}

.ozd-player__icon-pause,
.ozd-player__icon-mute,
.ozd-js-player.is-playing .ozd-player__icon-play,
.ozd-js-player.is-muted .ozd-player__icon-volume {
  display: none;
}

.ozd-js-player.is-playing .ozd-player__icon-pause,
.ozd-js-player.is-muted .ozd-player__icon-mute {
  display: inline-flex;
}

.ozd-player__volume {
  display: inline-flex;
  align-items: center;
  width: min(26vw, 180px);
}

.ozd-player__volume input[type="range"] {
  width: 100%;
  min-height: 0;
  padding: 0;
  accent-color: var(--ozd-accent);
  cursor: pointer;
}



/* Player ayırıcı çizgi - 1.0.8 */
.ozd-player.ozd-module--player {
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

/* SVG ikon düzenlemeleri - 1.0.9 */
.ozd-btn--with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ozd-btn__icon,
.ozd-section-title__icon {
  flex: 0 0 auto;
}

.ozd-home-stat {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 10px;
  align-items: start;
}

.ozd-home-stat__icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ozd-home-stat__value,
.ozd-home-stat__label {
  min-width: 0;
}

.ozd-section-title--with-icon {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
}

.ozd-section-title__icon {
  color: var(--ozd-accent);
}

.ozd-request-cta {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.ozd-request-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--ozd-accent);
  border-radius: 18px;
  background: var(--ozd-accent-soft);
  border: 1px solid rgba(37, 99, 235, 0.16);
}

.ozd-request-cta__closed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ozd-request-cta__closed-icon {
  flex: 0 0 auto;
}

.ozd-home-dj-card__placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
}

.ozd-home-dj-card__placeholder-icon {
  color: var(--ozd-accent);
}

.ozd-player__brand-icon,
.ozd-player__status-icon,
.ozd-player__control svg {
  display: block;
}


/* Player ve ikon sistemi düzeltmeleri - 1.1.0 */
.ozd-icon {
  display: inline-block;
  flex: 0 0 auto;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}

.ozd-icon [fill="currentColor"],
.ozd-icon [fill]:not([fill="none"]) {
  fill: currentColor;
}

.ozd-icon [stroke],
.ozd-icon path,
.ozd-icon line,
.ozd-icon polyline,
.ozd-icon polygon,
.ozd-icon circle,
.ozd-icon rect {
  stroke: currentColor;
}

.ozd-js-player .ozd-player__inner {
  grid-template-columns: minmax(210px, 0.9fr) minmax(220px, 1.15fr) auto;
  gap: 14px;
}

.ozd-player__now {
  min-width: 0;
  padding: 0 12px;
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
}

.ozd-player__now-label {
  display: block;
}

.ozd-player__now-title {
  display: block;
  max-width: 100%;
}

.ozd-player.has-now-playing-empty .ozd-player__now-title,
.ozd-player.has-now-playing-error .ozd-player__now-title {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.ozd-player__controls {
  min-width: 250px;
}

.ozd-player__control svg {
  pointer-events: none;
}

.ozd-player__icon-play,
.ozd-player__icon-pause,
.ozd-player__icon-volume,
.ozd-player__icon-mute {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ozd-player__control--play .ozd-icon {
  margin-left: 1px;
}

.ozd-player__control--play,
.ozd-player__control--mute {
  color: #ffffff;
}

.ozd-home-stat__icon .ozd-icon,
.ozd-request-cta__icon .ozd-icon,
.ozd-player__icon-wrap .ozd-icon,
.ozd-footer-empty__icon,
.ozd-footer-social__icon,
.ozd-footer-links__icon {
  color: currentColor;
}

.ozd-footer-links__link::before {
  display: none;
}

.ozd-footer-links__icon {
  color: var(--ozd-accent);
}

@media (max-width: 900px) {
  .ozd-js-player .ozd-player__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
  }

  .ozd-player__now {
    grid-column: 1 / -1;
    order: 3;
    padding: 8px 0 0;
    border-inline: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ozd-player__controls {
    min-width: 0;
  }

  .ozd-player__volume {
    width: 110px;
  }
}

@media (max-width: 560px) {
  .ozd-player__station {
    max-width: 190px;
  }

  .ozd-player__now-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .ozd-player__now-title {
    font-size: 0.86rem;
  }

  .ozd-player__volume {
    display: none;
  }
}

/* Yayın akışı arşiv sayfası */
.ozd-broadcast-archive {
  padding-top: 8px;
}

.ozd-broadcast-archive .ozd-page-title {
  margin-bottom: 18px;
}

.ozd-broadcast-day-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.ozd-broadcast-day-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 17px;
  border: 1px solid rgba(148, 163, 184, 0.38);
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--ozd-primary);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.ozd-broadcast-day-nav__link:hover,
.ozd-broadcast-day-nav__link:focus {
  transform: translateY(-1px);
  border-color: var(--ozd-accent);
  color: var(--ozd-accent);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.13);
}

.ozd-broadcast-day-nav__link.is-active,
.ozd-broadcast-day-nav__link[aria-current="page"] {
  border-color: var(--ozd-accent);
  background: linear-gradient(135deg, var(--ozd-accent) 0%, var(--ozd-accent-dark) 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.28);
}

.ozd-broadcast-day-nav__link.is-active::after,
.ozd-broadcast-day-nav__link[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 10px;
  height: 10px;
  background: var(--ozd-accent-dark);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
}

.ozd-broadcast-day-section {
  scroll-margin-top: 90px;
  margin-bottom: 18px;
  padding: 24px;
  overflow: hidden;
  border-color: rgba(148, 163, 184, 0.32);
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 22rem),
    rgba(255, 255, 255, 0.98);
}

.ozd-broadcast-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.26);
}

.ozd-broadcast-day-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--ozd-muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ozd-broadcast-day-title {
  margin: 0;
}

.ozd-broadcast-day-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(21, 128, 61, 0.22);
  border-radius: 999px;
  background: rgba(21, 128, 61, 0.10);
  color: var(--ozd-success);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.ozd-broadcast-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.ozd-broadcast-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
}

.ozd-broadcast-table th,
.ozd-broadcast-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  text-align: left;
  vertical-align: middle;
}

.ozd-broadcast-table th {
  background: #f8fafc;
  color: var(--ozd-primary);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ozd-broadcast-table tbody tr:last-child td {
  border-bottom: 0;
}

.ozd-broadcast-table tbody tr:hover {
  background: rgba(37, 99, 235, 0.04);
}

.ozd-broadcast-table td:first-child {
  width: 180px;
  color: var(--ozd-primary);
  font-weight: 900;
  white-space: nowrap;
}

.ozd-broadcast-table a {
  color: var(--ozd-accent);
  font-weight: 900;
  text-decoration: none;
}

.ozd-broadcast-table a:hover,
.ozd-broadcast-table a:focus {
  text-decoration: underline;
}

.ozd-broadcast-empty {
  display: grid;
  gap: 6px;
  padding: 22px;
  border: 1px dashed rgba(148, 163, 184, 0.65);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.9);
  color: var(--ozd-muted);
}

.ozd-broadcast-empty strong {
  color: var(--ozd-primary);
  font-size: 1.02rem;
}

.ozd-broadcast-empty span {
  font-size: 0.94rem;
}

@media (max-width: 760px) {
  .ozd-broadcast-archive .ozd-page-title {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .ozd-broadcast-day-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ozd-broadcast-day-nav__link {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 0.95rem;
  }

  .ozd-broadcast-day-section {
    padding: 18px;
    border-radius: 20px;
  }

  .ozd-broadcast-day-header {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .ozd-broadcast-day-current {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.78rem;
  }

  .ozd-broadcast-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .ozd-broadcast-table,
  .ozd-broadcast-table thead,
  .ozd-broadcast-table tbody,
  .ozd-broadcast-table tr,
  .ozd-broadcast-table th,
  .ozd-broadcast-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .ozd-broadcast-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .ozd-broadcast-table tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
  }

  .ozd-broadcast-table tr:last-child {
    margin-bottom: 0;
  }

  .ozd-broadcast-table th,
  .ozd-broadcast-table td {
    padding: 8px 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  }

  .ozd-broadcast-table td:last-child {
    border-bottom: 0;
  }

  .ozd-broadcast-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: var(--ozd-muted);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .ozd-broadcast-table td:first-child {
    width: 100%;
  }

  .ozd-broadcast-empty {
    padding: 18px;
  }
}

@media (max-width: 430px) {
  .ozd-broadcast-day-nav {
    grid-template-columns: 1fr;
  }

  .ozd-broadcast-day-header {
    display: grid;
    gap: 10px;
  }
}



/* =========================================================
   DJ Arşivi - Kart ve görsel alanı rafinesi
========================================================= */
.ozd-dj-archive {
  padding-bottom: var(--ozd-space-xl);
}

.ozd-dj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.ozd-dj-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 14px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ozd-dj-card:hover,
.ozd-dj-card:focus-visible {
  color: inherit;
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.14);
  transform: translateY(-3px);
}

.ozd-dj-card.is-live {
  border-color: rgba(22, 163, 74, 0.36);
}

.ozd-dj-thumb {
  position: relative;
  display: flex;
  width: 100%;
  height: 120px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
}

.ozd-dj-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: inherit;
}

.ozd-dj-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ozd-dj-thumb__placeholder {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ozd-accent);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.ozd-dj-live-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(187, 247, 208, 0.72);
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.94);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.22);
}

.ozd-dj-live-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.20);
}

.ozd-dj-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 66px;
  padding: 16px 4px 4px;
}

.ozd-dj-card__title,
.ozd-dj-card h2 {
  margin: 0;
  color: var(--ozd-primary);
  font-size: 1.42rem;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.ozd-dj-card__meta {
  margin: 0;
  color: var(--ozd-muted);
  font-size: 0.92rem;
  font-weight: 800;
}


/* Haber arşivi - temel HTML/CSS iskeleti */
.ozd-news-archive__header {
  margin-bottom: 24px;
}

.ozd-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ozd-news-card {
  overflow: hidden;
  padding: 0;
}

.ozd-news-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background: linear-gradient(135deg, #eef4ff, #f8fbff);
  border-bottom: 1px solid rgba(148, 163, 184, .22);
  text-decoration: none;
}

.ozd-news-card__image {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.ozd-news-card__placeholder {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1677ff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.ozd-news-card__body {
  padding: 18px 20px 20px;
}

.ozd-news-card__title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.ozd-news-card__title a,
.ozd-news-card__more {
  color: #0673ff;
  text-decoration: none;
  font-weight: 800;
}

.ozd-news-card__title a:hover,
.ozd-news-card__title a:focus-visible,
.ozd-news-card__more:hover,
.ozd-news-card__more:focus-visible {
  text-decoration: underline;
}

.ozd-news-card__summary {
  margin: 0 0 14px;
  color: #52637a;
  line-height: 1.6;
}

.ozd-single-news__summary {
  max-width: 760px;
  color: #52637a;
  font-size: 1.08rem;
  line-height: 1.65;
}

.ozd-single-news__thumb {
  margin: 22px 0;
  border-radius: 22px;
  overflow: hidden;
  background: #eef4ff;
}

.ozd-single-thumb__img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .ozd-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ozd-news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ozd-news-card__media,
  .ozd-news-card__image {
    min-height: 150px;
  }

  .ozd-news-card__body {
    padding: 16px;
  }
}


/* =========================================================
   Haberler Modülü - Arşiv, Kart ve Detay Final Düzenleri
========================================================= */
.ozd-news-archive {
  padding-top: clamp(32px, 5vw, 56px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.ozd-news-archive__header {
  max-width: 760px;
  margin-bottom: 28px;
}

.ozd-news-archive .ozd-page-title {
  margin-bottom: 10px;
}

.ozd-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.ozd-news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ozd-news-card:hover,
.ozd-news-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(22, 119, 255, 0.24);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.10);
}

.ozd-news-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4ff, #f8fbff);
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  text-decoration: none;
}

.ozd-news-card__image {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover;
  display: block;
}

.ozd-news-card__placeholder {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--ozd-accent);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ozd-news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 22px !important;
}

.ozd-news-card__title {
  margin: 0 0 10px;
  font-size: clamp(1.18rem, 1.05rem + 0.35vw, 1.42rem);
  line-height: 1.23;
  letter-spacing: -0.025em;
}

.ozd-news-card__title a {
  color: #111827 !important;
  text-decoration: none;
  font-weight: 850;
}

.ozd-news-card__title a:hover,
.ozd-news-card__title a:focus-visible {
  color: var(--ozd-accent) !important;
  text-decoration: none;
}

.ozd-news-card__summary {
  display: -webkit-box;
  margin: 0 0 18px;
  color: #52637a;
  line-height: 1.62;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ozd-news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin-top: auto;
  color: var(--ozd-accent) !important;
  font-weight: 850;
  text-decoration: none;
}

.ozd-news-card__more::after {
  content: "→";
  font-weight: 900;
  transition: transform 160ms ease;
}

.ozd-news-card__more:hover,
.ozd-news-card__more:focus-visible {
  text-decoration: none !important;
}

.ozd-news-card__more:hover::after,
.ozd-news-card__more:focus-visible::after {
  transform: translateX(3px);
}

.ozd-news-single-wrap {
  padding-top: clamp(32px, 5vw, 56px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.ozd-single--news {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 40px);
}

.ozd-single-news__summary {
  max-width: 760px;
  color: #52637a;
  font-size: 1.08rem;
  line-height: 1.65;
}

.ozd-single-news__thumb {
  margin: 24px 0;
  border-radius: 24px;
  overflow: hidden;
  background: #eef4ff;
}

@media (max-width: 760px) {
  .ozd-news-archive,
  .ozd-news-single-wrap {
    padding-top: 28px;
  }

  .ozd-news-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ozd-news-card__body {
    padding: 17px 18px 19px !important;
  }
}

/* =========================================================
   Haber kartları - genişleme hatası düzeltmesi
   Tek haber olduğunda kart tüm satırı kaplamasın.
========================================================= */
.ozd-news-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 340px)) !important;
  justify-content: start;
  align-items: stretch;
}

.ozd-news-card {
  width: 100%;
  max-width: 340px;
}

.ozd-news-card__media {
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
  height: auto !important;
}

.ozd-news-card__image {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover;
}

.ozd-news-card__body {
  min-height: 210px;
}

@media (max-width: 760px) {
  .ozd-news-grid {
    grid-template-columns: 1fr !important;
  }

  .ozd-news-card {
    max-width: none;
  }

  .ozd-news-card__body {
    min-height: 0;
  }
}


/* =========================================================
   Haberler Modülü - Son kart düzeni
   Arşiv kartları haber sitesi görünümüne yaklaştırıldı.
========================================================= */
.ozd-news-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 340px)) !important;
  justify-content: start;
  gap: 24px;
}

.ozd-news-card {
  width: 100%;
  max-width: 340px;
  min-height: 0;
  border-radius: 22px;
}

.ozd-news-card__media {
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
}

.ozd-news-card__placeholder {
  width: 58px;
  height: 58px;
}

.ozd-news-card__body {
  padding: 18px 20px 20px !important;
}

.ozd-news-card__title {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.25;
}

.ozd-news-card__title a {
  color: #111827 !important;
  font-weight: 900;
}

.ozd-news-card__summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.62em * 3);
  margin-bottom: 18px;
}

.ozd-news-card__more {
  margin-top: auto;
}

@media (max-width: 760px) {
  .ozd-news-grid {
    grid-template-columns: 1fr !important;
  }

  .ozd-news-card {
    max-width: none;
  }

  .ozd-news-card__body {
    padding: 16px 17px 18px !important;
  }

  .ozd-news-card__title {
    font-size: 1.18rem;
  }
}

/* =========================================================
   Haber kartları - profesyonel arşiv görünümü
========================================================= */
.ozd-news-archive {
  padding-top: clamp(32px, 5vw, 72px);
  padding-bottom: clamp(48px, 7vw, 92px);
}

.ozd-news-archive__header {
  max-width: 760px;
  margin-bottom: 28px;
}

.ozd-news-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px)) !important;
  justify-content: start !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.ozd-news-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 340px !important;
  min-height: 100% !important;
  padding: 0 !important;
  border: 1px solid rgba(203, 213, 225, 0.92) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ozd-news-card:hover,
.ozd-news-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.32) !important;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.13) !important;
}

.ozd-news-card__media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  min-height: auto !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%) !important;
  border-bottom: 1px solid rgba(203, 213, 225, 0.82) !important;
}

.ozd-news-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .28s ease;
}

.ozd-news-card:hover .ozd-news-card__image,
.ozd-news-card:focus-within .ozd-news-card__image {
  transform: scale(1.035);
}

.ozd-news-card__placeholder {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: #1677f2 !important;
}

.ozd-news-card__placeholder > * {
  display: grid !important;
  place-items: center !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.12) !important;
}

.ozd-news-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 20px 22px 22px !important;
}

.ozd-news-card__title {
  margin: 0 0 10px !important;
  font-size: clamp(1.18rem, 1.05rem + .35vw, 1.45rem) !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

.ozd-news-card__title a {
  color: #111827 !important;
  text-decoration: none !important;
}

.ozd-news-card__title a:hover,
.ozd-news-card__title a:focus-visible {
  color: #1677f2 !important;
}

.ozd-news-card__summary {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 0 18px !important;
  color: #475569 !important;
  font-size: 1rem !important;
  line-height: 1.62 !important;
}

.ozd-news-card__footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-top: auto !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(226, 232, 240, 0.95) !important;
}

.ozd-news-card__date {
  color: #64748b !important;
  font-size: .88rem !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.ozd-news-card__more {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #1677f2 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ozd-news-card__more::after {
  content: '→';
  transition: transform .18s ease;
}

.ozd-news-card__more:hover::after,
.ozd-news-card__more:focus-visible::after {
  transform: translateX(3px);
}

@media (min-width: 900px) {
  .ozd-news-grid {
    grid-template-columns: repeat(3, minmax(0, 340px)) !important;
  }
}

@media (max-width: 640px) {
  .ozd-news-archive {
    padding-top: 28px;
  }
  .ozd-news-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .ozd-news-card {
    max-width: none !important;
    border-radius: 18px !important;
  }
  .ozd-news-card__body {
    padding: 18px !important;
  }
  .ozd-news-card__footer {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
}

/* =========================================================
   Haber kartları - son oran ve placeholder düzeltmesi
========================================================= */
.ozd-news-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px)) !important;
}

.ozd-news-card {
  max-width: 360px !important;
}

.ozd-news-card__media .ozd-news-card__placeholder {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  transform: none !important;
  background: transparent !important;
  color: #1677f2 !important;
}

.ozd-news-card__media .ozd-news-card__placeholder::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.12);
  transform: translate(-50%, -50%);
}

.ozd-news-card__media .ozd-news-card__placeholder > * {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ozd-news-card__media .ozd-news-card__placeholder svg {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
}

@media (max-width: 640px) {
  .ozd-news-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ozd-news-card {
    max-width: none !important;
  }
}

/* =========================================================
   Top 10 sayfası - final sıkılaştırma ve mobil düzen
========================================================= */
.ozd-top10-page .ozd-top10 {
  margin-top: 0 !important;
}

.ozd-top10-page .ozd-top10 .ozd-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.ozd-top10__header {
  margin-bottom: 14px !important;
}

.ozd-top10__title {
  margin: 0 !important;
  font-size: clamp(1.45rem, 1.15rem + 0.8vw, 2rem) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  color: #0f172a !important;
}

.ozd-top10__list {
  display: grid !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ozd-top10__item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 58px !important;
  gap: 12px !important;
  padding: 10px 13px !important;
  border: 1px solid #dbe4f0 !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035) !important;
  overflow: hidden !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease !important;
}

.ozd-top10__item::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #1677f2;
  opacity: 0;
  transform: scaleY(0.4);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.ozd-top10__item:hover,
.ozd-top10__item:focus-within {
  background: #ffffff !important;
  border-color: rgba(22, 119, 242, 0.34) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09) !important;
  transform: translateY(-2px) !important;
}

.ozd-top10__item:hover::before,
.ozd-top10__item:focus-within::before {
  opacity: 1;
  transform: scaleY(1);
}

.ozd-top10__rank {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #0f172a !important;
  color: #ffffff !important;
  font-size: 0.86rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
}

.ozd-top10__song {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.ozd-top10__link,
.ozd-top10__name {
  display: inline-block !important;
  color: #0f172a !important;
  font-size: 1.04rem !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
}

.ozd-top10__link:hover,
.ozd-top10__link:focus-visible {
  color: #1677f2 !important;
}

.ozd-top10__artist {
  color: #64748b !important;
  font-size: 0.95rem !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
}

.ozd-top10__empty {
  padding: 18px !important;
  border: 1px dashed #cbd5e1 !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  color: #64748b !important;
  font-weight: 700 !important;
}

@media (max-width: 640px) {
  .ozd-top10-page .ozd-page-header {
    margin-bottom: 18px !important;
  }

  .ozd-top10__list {
    gap: 10px !important;
  }

  .ozd-top10__item {
    min-height: 56px !important;
    gap: 10px !important;
    padding: 10px 11px !important;
    border-radius: 15px !important;
  }

  .ozd-top10__rank {
    width: 26px !important;
    height: 26px !important;
    flex-basis: 26px !important;
    font-size: 0.8rem !important;
  }

  .ozd-top10__link,
  .ozd-top10__name {
    font-size: 1rem !important;
  }

  .ozd-top10__artist {
    font-size: 0.9rem !important;
  }
}
