    .page-content {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 20px rgba(0,0,0,0.08);
        padding: 40px;
        margin-bottom: 40px;
    }
    .page-cover-image {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 30px;
    }
    .page-body {
        color: #4a5568;
        line-height: 1.8;
    }
    @media (max-width: 768px) {
        .page-content { padding: 25px; }
    }
