/* Start custom CSS for text-editor, class: .elementor-element-4bab28b7 *//* =========================================================
   FINWISERR BLOG — PREMIUM STYLE
   ========================================================= */

body {
    background: #f4f6f8 !important;
}

.single-post .entry-content,
.elementor-post__content {
    font-family: "Manrope", Arial, sans-serif;
    color: #465466;
    font-size: 17px;
    line-height: 1.85;
}

/* Paragraphs */
.single-post .entry-content p,
.elementor-post__content p {
    color: #465466;
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 24px;
}

/* H1 */
.single-post .entry-content h1,
.elementor-post__content h1 {
    font-family: "Newsreader", Georgia, serif;
    color: #10243e;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
}

/* H2 */
.single-post .entry-content h2,
.elementor-post__content h2 {
    font-family: "Newsreader", Georgia, serif;
    color: #10243e;
    font-size: clamp(29px, 3vw, 40px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.6px;
    margin: 70px 0 25px;
    padding-bottom: 15px;
}

.single-post .entry-content h2::after,
.elementor-post__content h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    background: #c89b3c;
    margin-top: 14px;
}

/* H3 */
.single-post .entry-content h3,
.elementor-post__content h3 {
    font-family: "Newsreader", Georgia, serif;
    color: #17385f;
    font-size: clamp(23px, 2.3vw, 30px);
    line-height: 1.3;
    font-weight: 700;
    margin: 45px 0 18px;
}

/* H4 */
.single-post .entry-content h4,
.elementor-post__content h4 {
    color: #17385f;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 15px;
}

/* Links */
.single-post .entry-content a,
.elementor-post__content a {
    color: #0c6b63;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(12,107,99,.25);
    transition: .25s ease;
}

.single-post .entry-content a:hover,
.elementor-post__content a:hover {
    color: #c89b3c;
    border-color: #c89b3c;
}

/* Lists */
.single-post .entry-content ul,
.elementor-post__content ul {
    margin: 25px 0 30px;
    padding: 0;
    list-style: none;
}

.single-post .entry-content ul li,
.elementor-post__content ul li {
    position: relative;
    padding: 11px 0 11px 30px;
    line-height: 1.7;
}

.single-post .entry-content ul li::before,
.elementor-post__content ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 22px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c89b3c;
}

/* Ordered Lists */
.single-post .entry-content ol,
.elementor-post__content ol {
    counter-reset: fin-step;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.single-post .entry-content ol li,
.elementor-post__content ol li {
    counter-increment: fin-step;
    position: relative;
    padding: 17px 20px 17px 65px;
    margin-bottom: 12px;
    background: #f7f9fb;
    border: 1px solid #e5e9ee;
    border-radius: 10px;
}

.single-post .entry-content ol li::before,
.elementor-post__content ol li::before {
    content: counter(fin-step);
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #10243e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

/* Tables */
.single-post .entry-content table,
.elementor-post__content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 35px 0 45px;
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(16,36,62,.06);
}

.single-post .entry-content th,
.elementor-post__content th {
    background: #10243e;
    color: #fff;
    text-align: left;
    padding: 17px 20px;
    font-size: 14px;
    font-weight: 700;
}

.single-post .entry-content td,
.elementor-post__content td {
    padding: 17px 20px;
    border-bottom: 1px solid #e7ebef;
    color: #465466;
    font-size: 15px;
    line-height: 1.65;
    vertical-align: top;
}

.single-post .entry-content tr:last-child td,
.elementor-post__content tr:last-child td {
    border-bottom: 0;
}

.single-post .entry-content tbody tr:nth-child(even),
.elementor-post__content tbody tr:nth-child(even) {
    background: #f8fafb;
}

/* Images */
.single-post .entry-content img,
.elementor-post__content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 35px auto;
    border-radius: 14px;
    box-shadow: 0 15px 45px rgba(16,36,62,.12);
}

/* Blockquote */
.single-post .entry-content blockquote,
.elementor-post__content blockquote {
    margin: 40px 0;
    padding: 28px 32px 28px 38px;
    background: #f3f7f6;
    border-left: 4px solid #c89b3c;
    border-radius: 0 12px 12px 0;
    color: #294252;
    font-family: "Newsreader", Georgia, serif;
    font-size: 22px;
    line-height: 1.55;
}

/* Bold */
.single-post .entry-content strong,
.single-post .entry-content b,
.elementor-post__content strong,
.elementor-post__content b {
    color: #172d47;
    font-weight: 700;
}

/* Horizontal Rule */
.single-post .entry-content hr,
.elementor-post__content hr {
    border: 0;
    border-top: 1px solid #dfe5ea;
    margin: 45px 0;
}

/* Text Selection */
.single-post .entry-content ::selection,
.elementor-post__content ::selection {
    background: #c89b3c;
    color: #fff;
}

/* Mobile */
@media (max-width: 767px) {

    .single-post .entry-content,
    .elementor-post__content {
        font-size: 16px;
        line-height: 1.75;
    }

    .single-post .entry-content p,
    .elementor-post__content p {
        font-size: 16px;
        line-height: 1.75;
    }

    .single-post .entry-content h1,
    .elementor-post__content h1 {
        font-size: 36px;
    }

    .single-post .entry-content h2,
    .elementor-post__content h2 {
        font-size: 30px;
        margin-top: 52px;
    }

    .single-post .entry-content h3,
    .elementor-post__content h3 {
        font-size: 24px;
    }

    .single-post .entry-content table,
    .elementor-post__content table {
        display: block;
        overflow-x: auto;
    }

    .single-post .entry-content th,
    .single-post .entry-content td,
    .elementor-post__content th,
    .elementor-post__content td {
        min-width: 180px;
        padding: 14px 15px;
    }

    .single-post .entry-content blockquote,
    .elementor-post__content blockquote {
        font-size: 19px;
        padding: 22px 20px 22px 25px;
    }
}

@media (max-width: 480px) {

    .single-post .entry-content h1,
    .elementor-post__content h1 {
        font-size: 31px;
    }

    .single-post .entry-content h2,
    .elementor-post__content h2 {
        font-size: 27px;
    }

    .single-post .entry-content h3,
    .elementor-post__content h3 {
        font-size: 22px;
    }
}/* End custom CSS */