/**
 * Default Page Template Styles
 * Extracted from page.php inline <style>
 *
 * @package DLM_EFormation
 */

/* Page template styles */
.site-main {
    padding: 40px 0;
    min-height: 60vh;
}

.site-main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.entry-header {
    margin-bottom: 30px;
    text-align: center;
}

.entry-title {
    color: #102a43;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.entry-content {
    line-height: 1.6;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content a {
    color: #102a43;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

/* Basic page styles - Account page styling handled by dedicated CSS file */
@media (max-width: 768px) {
    .entry-title {
        font-size: 2rem;
    }
}
