.elementor-2773 .elementor-element.elementor-element-1474637{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-49b33ec *//*
================================================================================
SKYLINE CODERS BLOG POST STYLING SYSTEM
================================================================================

Project:        Skyline Coders Website Blog Styling
Description:    Complete CSS system for consistent blog post layout and styling
Version:        1.2.0
Created:        June 19, 2025
Last Modified:  June 19, 2025
Author:         Skyline Coders Development Team

IMPLEMENTATION:
- Add to WordPress: Appearance > Customize > Additional CSS
- Compatible with Elementor page builder
- Responsive design for desktop, tablet, and mobile
- Optimized for both local (GTA) and global market content

FEATURES:
- Consistent typography hierarchy
- Professional CTA section with questionnaire integration
- Mobile-first responsive design
- Brand color integration
- Print-friendly styling

DEPENDENCIES:
- WordPress theme with CSS custom property support
- Skyline Coders brand colors (#3F5AF3, #02050A)
- Logo file: /wp-content/uploads/2025/03/rgb-3F5AF3.png

BROWSER SUPPORT:
- Chrome 90+, Firefox 90+, Safari 14+, Edge 90+

================================================================================
*/

/* ========================================
   MAIN CONTAINER & BASE STYLING
   ======================================== */

.blog-post-container {
    max-width: 780px;
    margin: 20px auto;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    line-height: 1.6;
}

/* ========================================
   TYPOGRAPHY SYSTEM
   ======================================== */

.blog-post-container h1 {
    text-align: center;
    margin-bottom: 1.2em;
    font-size: 2.2em;
    line-height: 1.2;
    font-weight: 700;
}

.blog-post-container h2 {
    border-bottom: 2px solid var(--wp--preset--color--quaternary, #e0e0e0);
    padding-bottom: 0.4em;
    margin-top: 2.2em;
    margin-bottom: 1em;
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: 600;
}

.blog-post-container h3 {
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: 600;
}

.blog-post-container p {
    margin-bottom: 1.4em;
    font-size: 1.05em;
}

.blog-post-container ul,
.blog-post-container ol {
    margin-bottom: 1.4em;
    padding-left: 30px;
}

.blog-post-container ul li,
.blog-post-container ol li {
    margin-bottom: 0.6em;
    line-height: 1.5;
}

.blog-post-container strong {
    font-weight: 600;
}

/* ========================================
   LINKS & INTERACTIVE ELEMENTS
   ======================================== */

.blog-post-container a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-container a:hover {
    text-decoration: underline;
}

/* ========================================
   CONTENT ELEMENTS
   ======================================== */

.blog-post-container hr {
    border: 0;
    height: 1px;
    background: var(--wp--preset--color--quaternary, #e0e0e0);
    margin: 3em 0;
}

.blog-post-container blockquote {
    border-left: 4px solid var(--wp--preset--color--primary, #3F5AF3);
    margin: 2em 0;
    padding: 1em 1.5em;
    background-color: rgba(63, 90, 243, 0.05);
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.blog-post-container .highlight {
    background-color: rgba(63, 90, 243, 0.1);
    padding: 1em 1.5em;
    border-radius: 8px;
    margin: 1.5em 0;
    border-left: 3px solid var(--wp--preset--color--primary, #3F5AF3);
}

/* ========================================
   LOGO & CTA SECTION
   ======================================== */

.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

.logo-container .cta-logo {
    max-width: 280px;
    height: auto;
}

.cta-section {
    text-align: center;
    margin-top: 3em;
    padding: 2.5em 2em;
    background-color: #02050A;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
}

.cta-section > strong {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5em;
    line-height: 1.3;
}

/* ========================================
   QUESTIONNAIRE SECTION
   ======================================== */

.cta-questionnaire {
    margin-bottom: 2em;
}

.cta-questionnaire p {
    font-size: 1.1em;
    color: #ffffff;
    margin-bottom: 1em;
    line-height: 1.4;
}

.cta-button {
    display: inline-block;
    background-color: #3F5AF3;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.05em;
    transition: all 0.3s ease;
    border: 2px solid #3F5AF3;
}

.cta-button:hover {
    background-color: transparent !important;
    color: #3F5AF3 !important;
    border-color: #3F5AF3;
    text-decoration: none !important;
}

/* ========================================
   CTA DIVIDER & CONTACT INFO
   ======================================== */

.cta-divider {
    margin: 1.5em 0;
    position: relative;
}

.cta-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.cta-divider span {
    background-color: #02050A;
    padding: 0 1em;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}

.cta-contact .contact-info {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    color: #ffffff;
}

.cta-contact .contact-info a {
    color: #ffffff !important;
}

.cta-contact .contact-info a:hover {
    color: #3F5AF3 !important;
}

/* ========================================
   ELEMENTOR COMPATIBILITY
   ======================================== */

.elementor-widget-text-editor .blog-post-container {
    /* Ensures proper integration with Elementor */
}

.elementor-text-editor .blog-post-container p:last-child {
    margin-bottom: 1.4em;
}

/* ========================================
   RESPONSIVE DESIGN - TABLET
   ======================================== */

@media (max-width: 768px) {
    .blog-post-container {
        margin: 15px auto;
        padding: 25px;
        line-height: 1.7;
    }
    
    .blog-post-container h1 {
        font-size: 2em;
    }
    
    .blog-post-container h2 {
        font-size: 1.5em;
        margin-top: 2em;
    }
    
    .blog-post-container h3 {
        font-size: 1.2em;
    }
    
    .blog-post-container p {
        font-size: 1.02em;
    }
    
    .logo-container .cta-logo {
        max-width: 240px;
    }
    
    .cta-section {
        padding: 2em 1.5em;
    }
    
    .cta-section > strong {
        font-size: 1.1em;
        margin-bottom: 1.2em;
    }
    
    .cta-questionnaire p {
        font-size: 1.05em;
    }
    
    .cta-button {
        padding: 11px 20px;
        font-size: 1em;
    }
}

/* ========================================
   RESPONSIVE DESIGN - MOBILE
   ======================================== */

@media (max-width: 480px) {
    .blog-post-container {
        margin: 10px auto;
        padding: 20px;
        border-radius: 5px;
        line-height: 1.7;
    }
    
    .blog-post-container h1 {
        font-size: 1.8em;
        line-height: 1.3;
    }
    
    .blog-post-container h2 {
        font-size: 1.3em;
        margin-top: 1.8em;
    }
    
    .blog-post-container h3 {
        font-size: 1.1em;
    }
    
    .blog-post-container p {
        font-size: 1em;
        margin-bottom: 1.2em;
    }
    
    .logo-container .cta-logo {
        max-width: 200px;
    }
    
    .cta-section {
        padding: 1.5em 1em;
    }
    
    .cta-section > strong {
        font-size: 1.05em;
        margin-bottom: 1em;
    }
    
    .cta-questionnaire {
        margin-bottom: 1.5em;
    }
    
    .cta-questionnaire p {
        font-size: 1em;
        margin-bottom: 1em;
    }
    
    .cta-button {
        padding: 10px 18px;
        font-size: 0.95em;
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .cta-contact .contact-info {
        font-size: 1em;
        display: block;
        margin-bottom: 1em;
    }
    
    .cta-divider {
        margin: 1.2em 0;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    .blog-post-container {
        box-shadow: none;
        border: 1px solid #ddd;
        padding: 20px;
    }
    
    .cta-section {
        background-color: #f5f5f5 !important;
        color: #000 !important;
        border: 1px solid #ddd;
    }
    
    .cta-section * {
        color: #000 !important;
    }
    
    .cta-button {
        background-color: #f5f5f5 !important;
        color: #000 !important;
        border-color: #ddd !important;
    }
}

/*
================================================================================
END OF SKYLINE CODERS BLOG STYLING SYSTEM
================================================================================
*//* End custom CSS */