.legal-links {
  position: relative;
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.legal-links a {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 12px;
  color: #1c3b3b;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 38, 38, 0.15);
  border-radius: 999px;
  padding: 6px 10px;
  text-decoration: none;
}
.cookie-banner {
  position: relative;
  width: 100%;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(16, 38, 38, 0.15);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  padding: 14px;
  font-family: "Manrope", "Segoe UI", sans-serif;
}
.cookie-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(16, 38, 38, 0.2);
  background: #fff;
  color: #234444;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cookie-banner h3 { font-size: 16px; margin: 0 0 6px; color: #102626; }
.cookie-banner p { font-size: 13px; margin: 0; line-height: 1.5; color: #365252; }
.cookie-banner-actions { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-btn { border: 0; border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 700; cursor: pointer; }
.cookie-btn.accept { color: #fff; background: #0f8f8a; }
.cookie-btn.reject { color: #1f4444; background: #e9f2f2; border: 1px solid rgba(16, 38, 38, 0.15); }
.cookie-btn.settings { color: #1f4444; background: transparent; border: 1px solid rgba(16, 38, 38, 0.2); }
.ad-slot { width: 100%; min-height: 78px; border-radius: 10px; }
.adsterra-slot {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}
.top-sponsor-card {
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid #334155;
  background: #0f172acc;
}
.top-sponsor-card h2 {
  margin: 0 0 8px;
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #a9bce4;
}
.adsterra-top-slot {
  width: 100%;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ad-fallback {
  display: grid;
  place-items: center;
  color: #5c6f6f;
  font-size: .85rem;
  background: #f7fbfb;
  border: 1px dashed #c8d8d7;
}
@media (max-width: 700px) {
  .legal-links {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 2px 0;
    border: 0;
    background: transparent;
    scrollbar-width: none;
  }
  .legal-links::-webkit-scrollbar { display: none; }
  .legal-links a {
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .cookie-banner {
    width: 100%;
    left: auto;
    bottom: auto;
    padding-top: 42px;
    max-height: min(62vh, 420px);
    overflow: auto;
    margin-top: 8px;
  }
  .cookie-banner-actions {
    position: static;
    background: transparent;
    padding-top: 0;
  }
  .adsterra-top-slot {
    min-height: 50px;
  }
}
