/* BLOG CONTENT WRAPPER */
.blogPage .content-wrp {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    font-size: 18px;
    color: #2d2d2d;
}


/* PARAGRAPHS */
.blogPage .content-wrp p {
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
}


/* HEADINGS */
.blogPage .content-wrp h1,
.blogPage .content-wrp h2,
.blogPage .content-wrp h3,
.blogPage .content-wrp h4 {
    font-weight: 700;
    color: #0a2d4a;
    margin-top: 35px;
    margin-bottom: 15px;
}

.blogPage .content-wrp h2 {
    font-size: 28px;
}

.blogPage .content-wrp h3 {
    font-size: 24px;
}

.blogPage .content-wrp h4 {
    font-size: 20px;
}


/* LIST STYLING */
.blogPage .content-wrp ul,
.blogPage .content-wrp ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.blogPage .content-wrp li {
    margin-bottom: 10px;
}


/* DOT LIST (●) FIX */
.blogPage .content-wrp li::marker {
    color: #0a8adf;
    font-size: 18px;
}


/* FAQ QUESTIONS */
.blogPage .content-wrp .faq-question {
    font-weight: 700;
    font-size: 20px;
    color: #0a2d4a;
    margin-top: 25px;
}


/* BIG BLOCK QUOTES (optional) */
.blogPage .content-wrp blockquote {
    padding: 15px 20px;
    background: #f0f7ff;
    border-left: 4px solid #0a8adf;
    font-style: italic;
    margin: 25px 0;
}


/* IMAGE STYLING */
.blogPage .feature-img {
    border-radius: 12px;
    margin-bottom: 40px;
}


/* SPACING */
.blogPage .content-wrp > *:last-child {
    margin-bottom: 40px;
}
