/* =========================================================
   HEROFAUCET - LEGAL PAGES
   Shared by Privacy Policy / Terms / Disclaimer
========================================================= */

.legal-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px 50px;
    color: #27313d;
}

.legal-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e9ee;
}

.legal-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #667585;
}

.legal-header h1 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.legal-updated {
    margin: 0;
    color: #7a8794;
    font-size: 14px;
}

.legal-section {
    margin-bottom: 28px;
}

.legal-section h2 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    color: #202a35;
}

.legal-section p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.75;
}

.legal-section ul {
    margin: 8px 0 14px;
    padding-left: 22px;
}

.legal-section li {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.65;
}

.legal-section a {
    color: #2563eb;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-footer {
    margin-top: 35px;
    padding-top: 18px;
    border-top: 1px solid #e5e9ee;
}

.legal-footer p {
    margin: 0;
    color: #7a8794;
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 600px) {

    .legal-page {
        margin: 25px auto;
        padding: 0 15px 35px;
    }

    .legal-header h1 {
        font-size: 28px;
    }

    .legal-section h2 {
        font-size: 19px;
    }

    .legal-section p,
    .legal-section li {
        font-size: 14px;
    }
}