.elementor-2169 .elementor-element.elementor-element-4a959ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );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 );}.elementor-2169 .elementor-element.elementor-element-7689eea7{--display:flex;}.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 );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-2169 .elementor-element.elementor-element-44f0fb9c{padding:0px 150px 050px 150px;}:root{--page-title-display:none;}body.elementor-page-2169{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-7689eea7 *//* ==================================================
   PEARCE ELITE - PREMIUM BLOG ARTICLE
   ================================================== */

.premium-blog-content {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75;
    color: #262626;
}

/* Paragraphs */
.premium-blog-content p {
    margin: 0 0 24px;
}

/* Main article heading */
.premium-blog-content h1 {
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #111111;
    margin: 0 0 32px;
}

/* Section headings */
.premium-blog-content h2 {
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #111111;
    margin: 58px 0 20px;
}

/* Sub-headings */
.premium-blog-content h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
    margin: 42px 0 16px;
}

/* Lists */
.premium-blog-content ul,
.premium-blog-content ol {
    margin: 8px 0 28px;
    padding-left: 28px;
}

.premium-blog-content li {
    margin-bottom: 10px;
    padding-left: 6px;
    line-height: 1.65;
}

/* Pearce Elite coloured bullets */
.premium-blog-content ul li::marker {
    color: #A3185B;
}

/* Links */
.premium-blog-content a {
    color: #A3185B !important;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.premium-blog-content a:hover {
    opacity: 0.72;
}

/* Bold text */
.premium-blog-content strong {
    font-weight: 700;
    color: #111111;
}

/* Blockquotes */
.premium-blog-content blockquote {
    margin: 40px 0;
    padding: 24px 30px;
    border-left: 4px solid #A3185B;
    background: #f7f7f7;
    font-size: 20px;
    line-height: 1.65;
    font-style: normal;
}

/* Images */
.premium-blog-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 8px;
}

/* Tables */
.premium-blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
}

.premium-blog-content th,
.premium-blog-content td {
    padding: 14px 16px;
    border: 1px solid #e3e3e3;
    text-align: left;
}

.premium-blog-content th {
    background: #A3185B;
    color: #ffffff;
    font-weight: 600;
}

/* First paragraph can feel slightly more editorial */
.premium-blog-content > p:first-of-type {
    font-size: 20px;
    line-height: 1.7;
    color: #444444;
}

/* Mobile */
@media (max-width: 767px) {

    .premium-blog-content {
        max-width: 100%;
        font-size: 17px;
        line-height: 1.7;
    }

    .premium-blog-content h1 {
        margin-bottom: 24px;
    }

    .premium-blog-content h2 {
        margin-top: 44px;
        margin-bottom: 16px;
    }

    .premium-blog-content h3 {
        margin-top: 34px;
    }

    .premium-blog-content ul,
    .premium-blog-content ol {
        padding-left: 22px;
    }
}/* End custom CSS */