.elementor-12588 .elementor-element.elementor-element-19fe339a{--display:flex;}.elementor-12588 .elementor-element.elementor-element-19fe339a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12588 .elementor-element.elementor-element-6d2dc19b{color:var( --e-global-color-secondary );}.elementor-12588 .elementor-element.elementor-element-6d2dc19b a{color:var( --e-global-color-26219f9 );}.elementor-12588 .elementor-element.elementor-element-6d2dc19b a:hover, .elementor-12588 .elementor-element.elementor-element-6d2dc19b a:focus{color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-12588 .elementor-element.elementor-element-19fe339a{--width:264.331px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-6d2dc19b *//* ================================
   APPLE STYLE BLOG (7Titanium)
   Clean • Minimal • Premium
================================== */

/* Global reset */
body.single-post {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, sans-serif;
    color: #111;
    line-height: 1.65;
    background: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
}

/* -------------------------------
   HEADINGS
---------------------------------- */
.single-post h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #0d1b2a;
    line-height: 1.25;
    letter-spacing: -0.3px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
}

.single-post h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1e293b;
    line-height: 1.35;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUp 0.8s ease forwards;
}

/* -------------------------------
   PARAGRAPH & TEXT BLOCKS
---------------------------------- */
.single-post p {
    font-size: 18px;
    color: #333;
    margin-bottom: 22px;
    max-width: 760px;
}

.single-post ul,
.single-post ol {
    padding-left: 22px;
    margin-bottom: 22px;
}

.single-post li {
    margin-bottom: 10px;
    color: #444;
}

/* -------------------------------
   LINKS
---------------------------------- */
.single-post a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.25s ease;
}

.single-post a:hover {
    color: #004799;
}

/* -------------------------------
   IMAGES & FIGURES (Apple Style)
---------------------------------- */
.single-post figure {
    margin: 40px auto;
    text-align: center;
}

.single-post figure img {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s cubic-bezier(.25,.1,.25,1),
                box-shadow 0.4s cubic-bezier(.25,.1,.25,1);
}

.single-post figure img:hover {
    transform: scale(1.015);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.single-post figcaption {
    margin-top: 12px;
    font-size: 14px;
    color: #6b7280;
}

/* -------------------------------
   BLOCKQUOTE
---------------------------------- */
.single-post blockquote {
    margin: 40px 0;
    padding: 20px 28px;
    border-left: 4px solid #0d1b2a;
    background: #f8fafc;
    font-size: 19px;
    color: #0f172a;
    border-radius: 8px;
    line-height: 1.5;
}

/* -------------------------------
   ANIMATION (Apple Fade-Up)
---------------------------------- */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Fade-up delay for sections */
.single-post h2:nth-of-type(1),
.single-post h3:nth-of-type(1),
.single-post p:nth-of-type(1) {
    animation-delay: 0.1s;
}

.single-post h2:nth-of-type(2),
.single-post h3:nth-of-type(2),
.single-post p:nth-of-type(2) {
    animation-delay: 0.2s;
}

/* -------------------------------
   MOBILE RESPONSIVE
---------------------------------- */
@media (max-width: 768px) {
    .single-post h2 {
        font-size: 26px;
        margin-top: 40px;
    }
    .single-post h3 {
        font-size: 21px;
    }
    .single-post p {
        font-size: 17px;
    }
    .single-post figure img {
        border-radius: 12px;
    }
}/* End custom CSS */