/*
Theme Name: Three Mountains WP Theme
Author: Three Mountains
Description: Custom WordPress theme for the blog section of Three Mountains.
Version: 1.0
*/
.pagination { margin-top: 60px; text-align: center; }
.pagination .page-numbers { display: inline-block; padding: 10px 16px; margin: 0 4px; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; color: #333; }
.pagination .page-numbers.current { background-color: #000; color: #fff; border-color: #000; }
.single-post-content { max-width: 800px; margin: 0 auto; line-height: 1.8; }
.single-post-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 30px 0; }
.single-post-content h2 { margin-top: 50px; margin-bottom: 20px; font-size: 1.8rem; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.single-post-content h3 { margin-top: 40px; margin-bottom: 15px; font-size: 1.4rem; }
.single-post-content p { margin-bottom: 24px; }
.single-post-content iframe { max-width: 100%; aspect-ratio: 16 / 9; margin: 30px 0; } /* For YouTube Embeds */
