/* Used only by brand-new pages created through the admin "Add New Page"
   screen — existing pages keep their own bespoke styling untouched. */
.generic-page-section {
    padding: 120px 0 90px;
    background: #fff;
}
.generic-page-section .container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}
.generic-page-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #023047;
    margin-bottom: 30px;
}
.generic-page-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}
.generic-page-content h2 {
    font-size: 1.6rem;
    color: #023047;
    margin: 30px 0 14px;
}
.generic-page-content h3 {
    font-size: 1.3rem;
    color: #033E5B;
    margin: 24px 0 12px;
}
.generic-page-content p { margin: 0 0 16px; }
.generic-page-content ul, .generic-page-content ol { margin: 0 0 16px; padding-left: 24px; }
.generic-page-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 10px 0; }
.generic-page-content a { color: #033E5B; font-weight: 600; }
.generic-page-content blockquote {
    border-left: 4px solid #ffb800;
    margin: 20px 0;
    padding: 6px 20px;
    color: #556a7b;
    font-style: italic;
}
@media (max-width: 768px) {
    .generic-page-section { padding: 90px 0 60px; }
    .generic-page-title { font-size: 1.9rem; }
}
