/* Privacy Policy Page Styles */

/* Remove shimmer background from lazy loaded images */
img[loading="lazy"] {
    background: none !important;
    animation: none !important;
}

/* Policy Section */
.policy-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Section Heading */
.policy-section h2 {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

/* List Styling */
.policy-section ul {
    padding-left: 1.5rem;
}

.policy-section li {
    margin-bottom: 0.5rem;
}

.policy-section li strong {
    font-weight: 600;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background-color: #10b981;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 640px) {
    .policy-section h2 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .policy-section p,
    .policy-section li {
        font-size: 0.875rem;
        line-height: 1.5;
    }
}
