/** Powered by yuen@iacd.cn */
/**
 * No one is allowed to edit this file without written permission from yuen.
 */

.apple-hr {
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 16px 0;
    width: 100%;
}

.apple-hr--light {
    background-color: rgba(0, 0, 0, 0.03);
}

.apple-hr--dark {
    background-color: rgba(0, 0, 0, 0.1);
}

.apple-footer {
    background-color: #f5f5f7;
    color: #86868b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 40px 0 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.footer-links {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.footer-link {
    color: #86868b;
    text-decoration: none;
    margin: 0 8px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0071e3;
    text-decoration: none;
}

.footer-divider {
    color: #d2d2d7;
    margin: 0 4px;
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
    margin-bottom: 12px;
    color: #86868b;
}

.footer-note {
    text-align: center;
    font-size: 11px;
    color: #a1a1aa;
}

.footer-note p {
    margin: 8px 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .footer-container {
        width: 90%;
    }

    .footer-links {
        font-size: 11px;
    }

    .footer-link {
        margin: 0 6px;
    }

    .footer-note {
        font-size: 10px;
        line-height: 1.6;
    }
}