.elementor-1835 .elementor-element.elementor-element-03acd55{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-dbcad7d *//* -------------------------------------
   GLOBAL TYPOGRAPHY & SPACING
------------------------------------- */
.blog-post-container p {
    line-height: 1.7;
    margin-bottom: 18px;
    font-size: 17px;
}

.blog-post-container ul,
.blog-post-container ol {
    margin-bottom: 18px;
    padding-left: 20px;
}

.blog-post-container h1,
.blog-post-container h2,
.blog-post-container h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 700;
}

/* -------------------------------------
   RESPONSIVE TABLE
------------------------------------- */
.blog-post-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
}

.blog-post-container table th,
.blog-post-container table td {
    padding: 14px 12px;
    border: 1px solid #ddd;
}

.blog-post-container table th {
    background: #f5f5f5;
    font-weight: 700;
}

.blog-post-container table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .blog-post-container table thead {
        display: none;
    }

    .blog-post-container table,
    .blog-post-container table tbody,
    .blog-post-container table tr,
    .blog-post-container table td {
        display: block;
        width: 100%;
    }

    .blog-post-container table tr {
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #e6e6e6;
        padding: 10px;
        border-radius: 6px;
    }

    .blog-post-container table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .blog-post-container table td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        top: 12px;
        width: 45%;
        font-weight: 600;
        text-align: left;
        color: #333;
    }
}

/* -------------------------------------
   LINK STYLING
------------------------------------- */
.blog-post-container a {
    color: #0077cc;
    text-decoration: underline;
}

.blog-post-container a:hover {
    color: #005999;
}

/* -------------------------------------
   LISTS
------------------------------------- */
.blog-post-container ul li,
.blog-post-container ol li {
    margin-bottom: 8px;
}

/* -------------------------------------
   HIGHLIGHT BLOCKS
------------------------------------- */
.blog-post-container .highlight {
    background: #f0f7ff;
    padding: 18px;
    border-left: 4px solid #0077cc;
    margin: 20px 0;
    border-radius: 4px;
}

/* -------------------------------------
   CTA BUTTON STYLE (OPTIONAL)
------------------------------------- */
.blog-post-container .cta-button {
    display: inline-block;
    background: #0077cc;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 6px;
    margin: 20px 0;
    font-weight: 600;
    text-decoration: none !important;
}

.blog-post-container .cta-button:hover {
    background: #005fa3;
}/* End custom CSS */