/* Londonbet — yasal / bilgi sayfaları */
html body main.site-main:has(.rb-legal-page) {
  background: #0e1016 !important;
}

.rb-legal-page {
  padding: 24px 16px 48px;
  min-height: calc(100vh - 120px);
  color: #e2e8f0;
}

.rb-legal-page__inner {
  max-width: 820px;
  margin: 0 auto;
}

.rb-legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 20px;
}

.rb-legal-breadcrumb a {
  color: #94a3b8;
  text-decoration: none;
}

.rb-legal-breadcrumb a:hover {
  color: #f5d78e;
}

.rb-legal-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rb-legal-header__title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.rb-legal-header__sub {
  margin: 0;
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.5;
}

.rb-legal-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rb-legal-section {
  background: rgba(18, 22, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 20px 22px;
}

.rb-legal-section h2 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.rb-legal-section p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #c5cdd8;
}

.rb-legal-section p:last-child {
  margin-bottom: 0;
}

.rb-legal-section ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #c5cdd8;
  font-size: 14px;
  line-height: 1.65;
}

.rb-legal-section li {
  margin-bottom: 6px;
}

.rb-legal-section li:last-child {
  margin-bottom: 0;
}

.rb-legal-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #e60026, #c40020);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}

.rb-legal-cta:hover {
  opacity: 0.92;
}

.rb-legal-footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #64748b;
}

.rb-legal-footer a {
  color: #f5d78e;
  text-decoration: none;
}

.rb-legal-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .rb-legal-page {
    padding: 16px 12px 40px;
  }

  .rb-legal-section {
    padding: 16px;
  }
}
