/* SEO, legal pages, cookie banner, breaking news bar */

.kok-breaking-bar {
  background: #b91c1c;
  color: #fff;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.kok-breaking-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0;
  overflow: hidden;
}

.kok-breaking-label {
  flex-shrink: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
}

.kok-breaking-scroll {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.kok-breaking-scroll::-webkit-scrollbar { display: none; }

.kok-breaking-item {
  color: #fff;
  text-decoration: none;
}

.kok-breaking-item:hover { text-decoration: underline; color: #fff; }

/* Cookie banner */
.kok-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #0f172a;
  color: #f8fafc;
  padding: 1rem;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}

.kok-cookie-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.kok-cookie-inner p { margin: 0; max-width: 640px; line-height: 1.5; }
.kok-cookie-inner a { color: #86efac; }
.kok-cookie-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.kok-btn-primary,
.kok-btn-secondary {
  display: inline-block;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.kok-btn-primary { background: #0d4f2c; color: #fff; }
.kok-btn-primary:hover { background: #0a3d22; color: #fff; }
.kok-btn-secondary { background: transparent; color: #e2e8f0; border: 1px solid #64748b; }
.kok-btn-secondary:hover { background: #1e293b; color: #fff; }

/* Legal / static pages */
.kok-legal-page { padding: 2rem 0 3rem; }
.kok-legal-container { max-width: 780px; }

.kok-legal-header { margin: 1.5rem 0 2rem; border-bottom: 2px solid #0d4f2c; padding-bottom: 1rem; }
.kok-legal-title { font-family: 'IBM Plex Serif', Georgia, serif; font-size: 2rem; font-weight: 700; margin: 0; }

.kok-legal-body { font-size: 1.05rem; line-height: 1.75; color: #1e293b; }
.kok-legal-body h2 { font-size: 1.35rem; margin: 2rem 0 0.75rem; font-weight: 700; }
.kok-legal-body h3 { font-size: 1.1rem; margin: 1.25rem 0 0.5rem; font-weight: 600; }
.kok-legal-body p { margin-bottom: 1rem; }
.kok-legal-body ul { margin: 0 0 1rem 1.25rem; }
.kok-legal-body li { margin-bottom: 0.35rem; }
.kok-legal-body a { color: #0d4f2c; text-decoration: underline; }
.kok-legal-updated { color: #64748b; font-size: 0.9rem; }

.kok-legal-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: 0.95rem; }
.kok-legal-table th,
.kok-legal-table td { border: 1px solid #cbd5e1; padding: 0.6rem 0.75rem; text-align: left; vertical-align: top; }
.kok-legal-table th { background: #f1f5f9; font-weight: 600; }

.kok-legal-footer { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; font-size: 0.95rem; color: #64748b; }

/* 404 */
.kok-error-page { padding: 4rem 0; min-height: 50vh; display: flex; align-items: center; }
.kok-error-card { max-width: 520px; margin: 0 auto; text-align: center; }
.kok-error-code { font-size: 4rem; font-weight: 800; color: #0d4f2c; margin: 0; line-height: 1; }
.kok-error-title { font-size: 1.75rem; margin: 0.5rem 0 1rem; }
.kok-error-text { color: #64748b; margin-bottom: 1.5rem; }
.kok-error-actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.kok-error-links { font-size: 0.9rem; color: #64748b; }
.kok-error-links a { margin: 0 0.35rem; color: #0d4f2c; }

/* Top headlines page */
.kok-page-title { font-family: 'IBM Plex Serif', Georgia, serif; font-size: 2rem; margin-bottom: 0.5rem; }
.kok-page-deck { color: #64748b; margin-bottom: 2rem; }
.kok-headline-row { padding: 1.25rem 0; border-bottom: 1px solid #e2e8f0; }
.kok-headline-row-title { font-size: 1.25rem; margin: 0 0 0.35rem; }
.kok-headline-row-title a { color: inherit; text-decoration: none; }
.kok-headline-row-title a:hover { color: #0d4f2c; }
.kok-headline-row-deck { color: #475569; margin: 0 0 0.5rem; }
.kok-headline-row-meta { font-size: 0.85rem; color: #94a3b8; }

@media (max-width: 767px) {
  .kok-legal-title { font-size: 1.5rem; }
  .kok-cookie-inner { flex-direction: column; align-items: stretch; }
}
