/*
Theme Name: Rogue1 Editable Streaming Theme
Theme URI: https://www.rogue1.info/
Author: Custom build
Description: Fully editable streaming-service theme with pricing plans, FAQs, tutorials, channel directory, downloads, support, and legal pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary assets - use only with permission
Text Domain: rogue1
*/

@font-face {
  font-family: "Rubik";
  src: url("assets/fonts/rubik-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar .navbar { top: 32px; }

@media (max-width: 782px) {
  .admin-bar .navbar { top: 46px; }
}

.site-content { min-height: 60vh; }

.page-content-default {
  max-width: 900px;
  margin: 0 auto;
}

.nav-links li,
.footer-links li { list-style: none; }

.legal-body h2 {
  color: #1a1a1a;
  font-size: 1.15rem;
  margin: 1.75rem 0 .5rem;
}

.legal-body p,
.legal-body li {
  color: #333;
  font-size: .95rem;
  line-height: 1.65;
}

.legal-body p { margin-bottom: .6rem; }
.legal-body ul { margin: .5rem 0 .75rem 1.5rem; }

.plan-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.plan-cta .btn-primary,
.plan-cta .btn-secondary { flex: 1; text-align: center; }

@media (max-width: 768px) {
  .main { padding-left: 1rem; padding-right: 1rem; }
  .channel-page .channel-container { padding: 0; }
}
