/* ============================
   Auvisa - Static Pages (Privacy, Terms, etc.)
   Page-specific styles only
   ============================ */

/* --- Hero overrides --- */
.privacy-policy .hero {
    background-image: url('/assets/images/privacy-policy/hero.jpg');
    min-height: 360px;
}

/* --- Prose Content --- */
.prose {
    max-width: 800px;
    margin: 0 auto;
}

.prose p {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 16px;
}

.prose h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1f5184;
    margin-top: 36px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.prose ul {
    margin-bottom: 16px;
    padding-left: 24px;
    list-style: disc;
}

.prose ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 6px;
}

.prose a {
    color: #1f5184;
    text-decoration: underline;
}

.prose a:hover {
    color: #28a745;
}

.prose__image {
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
}

.prose__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* ============================
   Tablet (768px+)
   ============================ */
@media (min-width: 768px) {

    .prose h2 {
        font-size: 26px;
    }
}
