/* --- FOOTER CLEANUP --- */
.site-below-footer-wrap { display: none !important; }

/* --- HIDE PAGE TITLES --- */
.page-id-112 .entry-title { display: none !important; }
.page-id-1269 .entry-title { display: none !important; }
.page-id-1271 .entry-title { display: none !important; }

/* --- SMASH BALLOON TWITTER FEED --- */
.ctf-header { display: none !important; }
.ctf-follow-btn { display: none !important; }
.ctf-twitter-link svg, .ctf-tweet-twitter-logo { display: none !important; }
.ctf-more, .ctf-tweet-actions, .ctf-retweet-icon,
.ctf-reply-count, .ctf-like-count { display: none !important; }
.ctf-load-more-section { display: none !important; }
.ctf-share-button, .ctf-screenname { display: none !important; }
.ctf-item {
    background: #2d4f2d !important;
    border-left: 3px solid #7db83a !important;
    border-radius: 3px !important;
    margin-bottom: 0.7rem !important;
    padding: 0.9rem !important;
}
.ctf-tweet-text, .ctf-tweet-text * {
    font-family: 'DM Sans', Arial, sans-serif !important;
    font-size: 0.84rem !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.55 !important;
}
.ctf-author-name, .ctf-tweet-meta, .ctf-tweet-meta * {
    font-family: 'DM Sans', Arial, sans-serif !important;
    color: rgba(255,255,255,0.6) !important;
    font-size: 0.75rem !important;
}
.ctf-feed-el a, .ctf-feed-el a:visited {
    color: #7db83a !important;
    text-decoration: none !important;
}
.hsr-feed-body { background: #1e3a1e !important; }

/* --- BLOG --- */
.blog { background: #f5f2ea !important; }
.blog .site-main { padding-top: 0 !important; }
.blog .ast-container {
    padding-top: 0 !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    padding: 0 3rem 3rem !important;
}
.blog #content::before {
    content: '';
    display: block;
    min-height: 120px;
    background:
        linear-gradient(to right,
            rgba(10,28,10,0.82) 0%,
            rgba(10,28,10,0.45) 55%,
            rgba(10,28,10,0.15) 100%),
        url('https://hsrcanadastudygroup.ca/wp-content/uploads/2026/01/Altotrain-Banner-Image.jpg') center 40% / cover no-repeat;
    margin-bottom: 2rem;
}
.blog .ast-article-post,
.blog .ast-article-inner-post {
    background: #fff !important;
    border: 1px solid rgba(30,58,30,0.1) !important;
    border-radius: 4px !important;
    margin-bottom: 1.5rem !important;
    padding: 1.75rem !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}
.blog .entry-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 1.4rem !important;
    color: #1e3a1e !important;
}
.blog .entry-title a {
    font-family: 'Playfair Display', Georgia, serif !important;
    color: #1e3a1e !important;
    text-decoration: none !important;
}
.blog .entry-title a:hover { color: #7db83a !important; }
.blog .entry-meta, .blog .entry-meta * {
    font-family: 'DM Sans', Arial, sans-serif !important;
    font-size: 0.78rem !important;
    color: #888 !important;
}
.blog .entry-content {
    font-family: Georgia, serif !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
    color: #3a3a32 !important;
}
.blog .ast-blog-featured-section {
    border-radius: 4px !important;
    overflow: hidden !important;
}