.elementor-2176 .elementor-element.elementor-element-3d22cda3{--display:flex;--padding-top:50px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}/* Start custom CSS for text-editor, class: .elementor-element-5603b861 *//* ==========================================
   POST CONTENT STYLING
========================================== */

.post-content-style::after {
    content: "";
    display: table;
    clear: both;
}

/* Typography */
.post-content-style p,
.post-content-style h2,
.post-content-style h3,
.post-content-style h4,
.post-content-style h5 {
    margin-bottom: 10px;
}

.post-content-style ul, .post-content-style ol {
    padding-left: 35px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    /*direction: rtl;*/
    /*text-align: right;*/
}

.post-content-style a {
    color: var(--e-global-color-primary);
}

.post-content-style img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Optional */
}

/* ==========================================
   HEADINGS
========================================== */

.post-content-style h2 {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-7b98dc1-font-family), Sans-serif;
    font-size: var(--e-global-typography-7b98dc1-font-size);
    font-weight: var(--e-global-typography-7b98dc1-font-weight);
    line-height: var(--e-global-typography-7b98dc1-line-height);
}

/* ==========================================
   IMAGE ALIGNMENTS (Classic Editor)
========================================== */

/* Left Image */
.post-content-style img.alignleft,
.post-content-style .alignleft {
    float: left;
    margin: 0 25px 20px 0;
}

/* Right Image */
.post-content-style img.alignright,
.post-content-style .alignright {
    float: right;
    margin: 0 0 20px 25px;
}

/* Center Image */
.post-content-style img.aligncenter,
.post-content-style .aligncenter {
    display: block;
    float: none;
    margin: 10px auto 25px;
}

/* No Alignment */
.post-content-style img.alignnone {
    display: block;
    margin-bottom: 20px;
}

/* ==========================================
   WORDPRESS CAPTION
========================================== */

.post-content-style .wp-caption {
    max-width: 100%;
    margin-bottom: 25px;
}

.post-content-style .wp-caption img {
    margin-bottom: 8px;
}

.post-content-style .wp-caption-text,
.post-content-style figcaption {
    text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

/* ==========================================
   TABLES
========================================== */

.post-content-style table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.post-content-style table th,
.post-content-style table td {
    border: 1px solid #ddd;
    padding: 12px;
}

.post-content-style table th {
    background: #f5f5f5;
}

/* ==========================================
   BLOCKQUOTE
========================================== */

.post-content-style blockquote {
    border-left: 4px solid var(--e-global-color-primary);
    padding: 15px 20px;
    margin: 25px 0;
    background: #f8f8f8;
    font-style: italic;
}

/* ==========================================
   CODE
========================================== */

.post-content-style pre,
.post-content-style code {
    background: #f4f4f4;
    border-radius: 6px;
}

.post-content-style pre {
    padding: 15px;
    overflow-x: auto;
    margin-bottom: 20px;
}

.post-content-style code {
    padding: 2px 6px;
}

/* ==========================================
   EMBEDS
========================================== */

.post-content-style iframe,
.post-content-style video {
    max-width: 100%;
    margin-bottom: 20px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 767px) {

    .post-content-style img.alignleft,
    .post-content-style img.alignright,
    .post-content-style .alignleft,
    .post-content-style .alignright {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .post-content-style img.aligncenter,
    .post-content-style .aligncenter {
        max-width: 100%;
    }

    .post-content-style ul,
    .post-content-style ol {
        padding-left: 20px;
    }
}/* End custom CSS */