/* Policy Pages Styles */
.policy-page {
    padding: 100px 20px 60px;
    background-color: #f9f9f9;
    min-height: 100vh;
}

.policy-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.policy-title {
    color: #540880;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-family: 'Comic Neue', 'Comic Sans MS', cursive, sans-serif;
}

.policy-date {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h3 {
    color: #540880;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-family: 'Comic Neue', 'Comic Sans MS', cursive, sans-serif;
}

.policy-section h4 {
    color: #ff9900;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Comic Neue', 'Comic Sans MS', cursive, sans-serif;
}

.policy-section p {
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.policy-section ul {
    margin-left: 2rem;
    margin-bottom: 15px;
}

.policy-section li {
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
}

.policy-section a {
    color: #ff9900;
    text-decoration: none;
}

.policy-section a:hover {
    text-decoration: underline;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
}

.back-link:hover {
    text-decoration: underline;
}

.highlight-box {
    background-color: #fff9e6;
    border-left: 4px solid #ff9900;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

.compliance-box {
    background-color: #e6f3ff;
    border-left: 4px solid #540880;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

