.simple-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 30px;
}

.simple-header .header-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.simple-header .simple-logo {
    height: 45px;
}

.simple-header .header-nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.simple-header .header-nav a:hover {
    text-decoration: underline;
}

/* ----- Privacy Page Content ----- */
.legal-page {
    max-width: 950px;
    margin: 0 auto;
    padding: 10px 20px 60px;
    line-height: 1.75;
    font-size: 16px;
    color: #333;
}

.legal-page h1 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
}

.legal-page h2 {
    margin-top: 40px;
    font-size: 22px;
    border-left: 6px solid #5cb85c;
    padding-left: 10px;
}

.legal-page h3 {
    margin-top: 20px;
    font-size: 18px;
}

.legal-page ul,
.legal-page ol {
    margin-left: 20px;
    margin-top: 10px;
}

.legal-page p {
    margin-top: 15px;
}

/* ----- Simple Footer ----- */
.simple-footer {
    margin-top: 60px;
    padding: 25px 10px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

.simple-footer .footer-inner {
    max-width: 960px;
    margin: 0 auto;
}

.simple-footer .footer-links a {
    color: #333;
    text-decoration: none;
    margin: 0 5px;
}

.simple-footer .footer-links a:hover {
    text-decoration: underline;
}

.simple-footer .divider {
    margin: 0 5px;
    color: #777;
}

.simple-footer .footer-contact {
    margin-top: 10px;
    color: #555;
}

.simple-footer .footer-contact a {
    color: #007bff;
    text-decoration: none;
}

.simple-footer .footer-contact a:hover {
    text-decoration: underline;
}