.advertorial-banner {
  width: 100%;
  text-align: center;
  padding: 10px 16px;
  background: #f5f5f5;
  color: #333333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.site-header-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 24px;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.site-logo-link img,
.brand-footer-logo {
  display: block;
  width: auto !important;
  height: 40px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 320px !important;
  max-height: 40px !important;
  object-fit: contain !important;
}

.brand-footer-logo {
  height: 36px !important;
  max-height: 36px !important;
}

.article-brand-row {
  justify-content: flex-start !important;
  width: auto !important;
  max-width: 100% !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.article-brand-row .r-f6daf0 {
  width: auto !important;
  flex-grow: 0 !important;
}

/* Videos were injected by removed runtime scripts; hide empty players. */
.r-1sirpbc:has(video:not([src])),
.r-znb9e2:has(video:not([src])),
.r-107vcue:has(video:not([src])),
.r-18iahe5:has(video:not([src])),
.r-tusbe:has(video:not([src])),
.r-jaiuw3:has(video:not([src])) {
  display: none !important;
}

@media (max-width: 640px) {
  .site-header-bar {
    padding: 12px 16px;
  }

  .site-logo-link img {
    height: 32px !important;
    max-height: 32px !important;
    max-width: 260px !important;
  }
}

/* Legal / info pages */
.legal-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #210c44;
  font-family: Inter, sans-serif;
  margin: 0;
}

.legal-page main {
  flex: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px 48px;
  width: 100%;
  box-sizing: border-box;
}

.legal-page h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #210c44;
}

.legal-page .legal-updated {
  font-size: 14px;
  color: #666666;
  margin: 0 0 32px;
}

.legal-page h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 12px;
  color: #210c44;
}

.legal-page p,
.legal-page li {
  font-size: 16px;
  line-height: 1.65;
  color: #343434;
  margin: 0 0 14px;
}

.legal-page ul {
  margin: 0 0 16px;
  padding-left: 24px;
}

.legal-page a {
  color: #00c790;
  text-decoration: underline;
}

.legal-page a:hover {
  color: #00a878;
}

.contact-email {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 24px;
}

.site-footer {
  width: 100%;
  padding: 28px 24px;
  background: #f8f8f8;
  border-top: 1px solid #ebebeb;
  text-align: center;
  box-sizing: border-box;
}

.site-footer-nav {
  margin-bottom: 12px;
}

.site-footer-nav a {
  color: #210c44;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}

.site-footer-nav a:hover {
  color: #00c790;
}

.site-footer-nav span {
  color: #999999;
  margin: 0 8px;
}

.site-footer-copyright {
  font-size: 13px;
  color: #666666;
  margin: 0;
}

@media (max-width: 640px) {
  .legal-page main {
    padding: 28px 16px 36px;
  }

  .legal-page h1 {
    font-size: 26px;
  }
}
