.maeru-privacy-policy-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f5f0;
}

.maeru-privacy-policy-header {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #7e4c2b;
}

.maeru-privacy-policy-header h1 {
    color: #5c3713;
    margin-bottom: 10px;
}

.maeru-privacy-policy-last-updated {
    color: #9d9d9d;
    font-style: italic;
    margin-bottom: 30px;
}

.maeru-privacy-policy-content {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.maeru-privacy-policy-section {
    margin-bottom: 25px;
}

.maeru-privacy-policy-section h2 {
    color: #7e4c2b;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9c7b8;
}

.maeru-privacy-policy-contact {
    background-color: #f1e9e1;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.maeru-privacy-policy-footer {
    text-align: center;
    margin-top: 40px;
    color: #9d9d9d;
    font-size: 0.9em;
}

/* Responsive design */
@media (max-width: 768px) {
    .maeru-privacy-policy-container {
        padding: 10px;
    }
    
    .maeru-privacy-policy-content {
        padding: 20px;
    }
}