/* =========================================================
   GCT Authority Page Template (Scoped Nav)
   Scoped by: body.gc-authority-page
   ========================================================= */

/* Hide theme headers when checkbox enabled */
body.gc-authority-page.gc-hide-theme-header header#masthead,
body.gc-authority-page.gc-hide-theme-header .site-header,
body.gc-authority-page.gc-hide-theme-header .header,
body.gc-authority-page.gc-hide-theme-header .header-wrap,
body.gc-authority-page.gc-hide-theme-header .elementor-location-header,
body.gc-authority-page.gc-hide-theme-header .unos-header,
body.gc-authority-page.gc-hide-theme-header .unos-site-header {
  display: none !important;
}

/* Basic reset for this template */
body.gc-authority-page .gc-scope-topbar,
body.gc-authority-page .gc-authority-main {
  box-sizing: border-box;
}

/* Top bar */
body.gc-authority-page .gc-scope-topbar{
  background: #2B2B2B;
  color: #D0AA52;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

body.gc-authority-page .gc-scope-topbar-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}

body.gc-authority-page.gc-compact-topbar .gc-scope-topbar-inner{
  padding: 10px 18px;
}

body.gc-authority-page .gc-scope-brand{
  flex: 0 0 auto;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: .2px;
}

body.gc-authority-page .gc-scope-brand-link{
  color: #D0AA52;
  text-decoration: none;
}

body.gc-authority-page .gc-scope-nav{
  flex: 1 1 auto;
  overflow: hidden;
}

body.gc-authority-page .gc-scope-menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.gc-authority-page .gc-scope-menu a{
  color: #D0AA52;
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
}

body.gc-authority-page .gc-scope-menu a:hover{
  text-decoration: underline;
}

body.gc-authority-page .gc-scope-menu-muted{
  opacity: .7;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}

/* Reading container */
body.gc-authority-page .gc-authority-container{
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 22px 60px;
}

body.gc-authority-page .gc-authority-title{
  font-family: "Libre Baskerville", serif;
  color: #2B2B2B;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 18px 0;
}

body.gc-authority-page .gc-authority-content{
  font-family: "Inter","Open Sans",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #444444;
}

body.gc-authority-page .gc-authority-content h2{
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 1.25;
  color: #2B2B2B;
  margin: 1.6em 0 0.6em 0;
}

body.gc-authority-page .gc-authority-content h3{
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  line-height: 1.25;
  color: #2B2B2B;
  margin: 1.2em 0 0.5em 0;
}

body.gc-authority-page .gc-authority-content ul,
body.gc-authority-page .gc-authority-content ol{
  padding-left: 1.2em;
  margin: 0.6em 0 1.1em 0;
}

body.gc-authority-page .gc-authority-content li{
  margin: 0.35em 0;
}

/* Mobile tweaks */
@media (max-width: 767px){
  body.gc-authority-page .gc-scope-topbar-inner{
    justify-content: space-between;
  }
  body.gc-authority-page .gc-scope-menu{
    justify-content: flex-start;
    gap: 10px;
  }
  body.gc-authority-page .gc-authority-container{
    max-width: 100%;
    padding: 26px 16px 50px;
  }
  body.gc-authority-page .gc-authority-title{
    font-size: 32px;
  }
  body.gc-authority-page .gc-authority-content{
    font-size: 17px;
  }
}
