/* Privacy Policy Container */
.privacy-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Headings */
.privacy-container h1 {
    color: white;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.privacy-container h2 {
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.privacy-container h3 {
    color: white;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Paragraphs and Text */
.privacy-container p {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.privacy-effective-date {
    color: white;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Lists */
.privacy-container ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: white;
}

.privacy-container li {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Sections */
.privacy-section {
    margin-bottom: 2rem;
}

/* Contact Information */
.privacy-contact {
    margin-left: 1.5rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Links */
.privacy-container a {
    color: #90EE90;
    text-decoration: underline;
}

/* Footer/Back Link */
.privacy-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.privacy-footer p {
    text-align: center;
}

.privacy-footer a {
    color: #90EE90;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-container {
        padding: 0 1.5rem;
        margin: 1.5rem auto;
    }
}

@media (max-width: 480px) {
    .privacy-container {
        padding: 0 1rem;
        margin: 1rem auto;
    }
}
