/* ============================================================
   GPP LEGAL PAGES (Privacy Policy & Terms)
   Place in: /wp-content/themes/astra-child/assets/gpp-legal.css
   ============================================================ */

.gpp-legal-outer {
    background: #F4F6F9;
    padding: 3rem 0 4rem;
}

.gpp-legal-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 2rem;
}

.gpp-legal-content {
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 8px;
    padding: 2.5rem 3rem;
}

.gpp-legal-content h1,
.gpp-legal-content h2 {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #0D1B2A !important;
    letter-spacing: -.02em !important;
    margin: 2rem 0 .75rem !important;
    padding-bottom: .5rem !important;
    border-bottom: 2px solid #F4801A !important;
}

.gpp-legal-content h2 {
    font-size: 1.2rem !important;
}

.gpp-legal-content h3 {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 700 !important;
    color: #0D1B2A !important;
    font-size: 1rem !important;
    margin: 1.5rem 0 .5rem !important;
}

.gpp-legal-content p {
    font-family: 'Barlow', sans-serif !important;
    font-size: .9rem !important;
    color: #4A5568 !important;
    line-height: 1.75 !important;
    margin-bottom: 1rem !important;
}

.gpp-legal-content strong {
    color: #0D1B2A !important;
    font-weight: 700 !important;
}

.gpp-legal-content a {
    color: #F4801A !important;
    text-decoration: underline !important;
}

.gpp-legal-content ul,
.gpp-legal-content ol {
    font-family: 'Barlow', sans-serif !important;
    font-size: .9rem !important;
    color: #4A5568 !important;
    line-height: 1.75 !important;
    margin: .75rem 0 1rem 1.5rem !important;
}

.gpp-legal-content li {
    margin-bottom: .4rem !important;
}

/* Fix Astra container */
.page-template-page-legal-php .ast-container {
    display: block !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.page-template-page-legal-php .gpp-page-wrap {
    width: 100% !important;
}

.page-template-page-legal-php .entry-header,
.page-template-page-legal-php .ast-breadcrumbs-wrapper,
.page-template-page-legal-php .entry-title {
    display: none !important;
}

.page-template-page-legal-php .site-content,
.page-template-page-legal-php #content,
.page-template-page-legal-php #primary,
.page-template-page-legal-php .entry-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.page-template-page-legal-php .gpp-page-header {
    background: #0D1B2A !important;
    padding: 3rem 2rem !important;
    width: 100% !important;
}

.page-template-page-legal-php .gpp-page-header-inner {
    max-width: 860px !important;
    margin: 0 auto !important;
}

.page-template-page-legal-php .gpp-page-title {
    color: #ffffff !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin: 0 0 .5rem !important;
}

.page-template-page-legal-php .gpp-page-eyebrow {
    color: #F4801A !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: .75rem !important;
    font-weight: 700 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    margin-bottom: .5rem !important;
}

.page-template-page-legal-php .gpp-page-sub {
    color: rgba(255,255,255,0.5) !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: .85rem !important;
    margin-bottom: 1rem !important;
}

.page-template-page-legal-php .gpp-breadcrumb {
    font-family: 'Barlow', sans-serif !important;
    font-size: .8rem !important;
    color: rgba(255,255,255,0.45) !important;
}

.page-template-page-legal-php .gpp-breadcrumb a {
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none !important;
}

.page-template-page-legal-php .gpp-bc-sep {
    margin: 0 .4rem !important;
}

@media (max-width: 768px) {
    .gpp-legal-content {
        padding: 1.5rem !important;
    }
}
