/* CLIPRAIDER bridge styling for the local clip tool. Keep the tool's
   readable light workspace, but make navigation feel connected to the
   dark live-stream radar. */
.clipraider-home-link {
  color: #e50914 !important;
  font-weight: 700;
  text-decoration: none;
}

.clipraider-home-link:hover,
.clipraider-home-link:focus-visible {
  text-decoration: underline;
}

.seo-topbar nav,
.seo-topbar > nav {
  gap: 1rem;
}

.seo-brand-mark {
  background: #e50914 !important;
}

@media (max-width: 620px) {
  .seo-topbar nav {
    align-items: center;
  }

  .seo-nav-link {
    color: #e50914 !important;
    font-weight: 700;
  }
}

/* Free clip guides nav injected into the hub footer by clipraider-bridge. */
.clipraider-guides-nav {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.clipraider-guides-title {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e50914;
}

.clipraider-guide-link {
  color: inherit;
  font-size: 13px;
  text-decoration: none;
}

.clipraider-guide-link:hover,
.clipraider-guide-link:focus-visible {
  color: #e50914;
  text-decoration: underline;
}
