.network-ad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.75rem 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #334155;
  background: #111827;
}

.network-ad-copy {
  flex: 1;
  min-width: 0;
}

.network-ad-sponsor {
  display: block;
  font-size: 0.7rem;
  color: #94a3b8;
  margin-bottom: 0.35rem;
}

.network-ad-detail {
  display: block;
  font-size: 0.8rem;
  color: #cbd5e1;
}

.network-ad-slot {
  min-height: 60px;
  margin-top: 0.35rem;
}

.network-ad--adsense .network-ad-slot,
.network-ad--playwire .network-ad-slot,
.network-ad--freestar .network-ad-slot {
  width: 100%;
}

.network-ad--adsense ins.adsbygoogle {
  min-height: 90px;
  width: 100%;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.fixture .fixture-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  padding-top: 0.4rem;
  margin-top: 0.1rem;
  border-top: 1px solid rgba(71, 85, 105, 0.45);
}

.fixture-links-watch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  flex: 1;
  min-width: 0;
}

.fixture-link--calendar {
  margin-left: auto;
  flex-shrink: 0;
}

.fixture-link {
  font-size: 0.72rem;
  color: #93c5fd;
  text-decoration: none;
  border: 1px solid #334155;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  background: rgba(15, 23, 42, 0.55);
}

.fixture-link:hover {
  background: #334155;
  color: #bfdbfe;
}

.toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.toolbar-btn {
  appearance: none;
  border: 1px solid #475569;
  background: #1e293b;
  color: #e2e8f0;
  border-radius: 6px;
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: none;
}

.toolbar-btn:hover {
  background: #334155;
}
