/* Bugün (/bugun) sağ sidebar blokları */

.sidebar-block-bugun-news .sidebar-title,
.sidebar-block-bugun-summaries .sidebar-title,
.sidebar-block-bugun-expert .sidebar-title {
  margin-bottom: 10px;
}

.sidebar-bugun-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-bugun-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.2s;
}

.sidebar-bugun-item:hover {
  background: var(--bg-card-hover);
  border-color: rgba(22, 163, 74, 0.2);
}

.sidebar-bugun-thumb {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.sidebar-bugun-thumb-wide {
  width: 62px;
  height: 36px;
  border-radius: 8px;
}

.sidebar-bugun-item-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-bugun-item-meta {
  margin-top: 4px;
  font-size: 0.7rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === /bugun sağ sidebar dikey ticker (4 içerik + 1 satır kayma) === */
.sidebar-vert-ticker {
  margin-bottom: 2px;
  overflow: hidden;
}

.sidebar-vert-ticker-track {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(0px);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}

.sidebar-bugun-item {
  will-change: transform;
}

/* === Video splash: homepage.css yokken de kullanılabilsin === */
.home-video-splash {
  align-items: center;
  padding: 20px;
}

.home-video-splash .modal-content {
  max-width: 900px;
  width: 100%;
  border-radius: 12px;
}

.home-video-splash iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 8px;
}

.home-video-splash .modal-header.video-splash-header-notice {
  margin: 0 0 16px 0;
  padding: 12px 14px;
  background: rgba(234, 179, 8, 0.12);
  border: 1px solid rgba(234, 179, 8, 0.35);
  border-radius: 10px;
  gap: 12px;
}

.home-video-splash .video-splash-notice-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  flex: 1;
  min-width: 0;
}

.home-video-splash .video-splash-notice-inner .ms-icon:first-child {
  flex-shrink: 0;
  font-size: 22px;
  color: rgb(234, 179, 8);
}

.home-video-splash .video-splash-notice-text {
  font-size: 0.875rem;
  color: var(--text-primary);
  line-height: 1.45;
}

.home-video-splash .video-splash-yt-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #ff0000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.home-video-splash .video-splash-yt-btn:hover {
  background: #cc0000;
  color: #fff;
}

.home-video-splash .video-splash-yt-btn .ms-icon {
  font-size: 18px;
}

.home-video-splash .modal-video-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 12px;
  line-height: 1.4;
}

.home-video-splash-meta {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* === /bugun sol sidebar bannerlar === */
.sidebar-left-bugun-banners {
  padding: 0 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-left-bugun-duello,
.sidebar-left-bugun-ai {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.sidebar-left-bugun-duello img,
.sidebar-left-bugun-ai img {
  width: 100%;
  height: auto;
  display: block;
}


