.elementor-135 .elementor-element.elementor-element-8168892{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}/* Start custom CSS *//* ==============================
   ANIMOX CONTENT PAGES
   ============================== */

body {
    --animox-primary: #123f52;
    --animox-secondary: #19b5c5;
    --animox-accent: #43c99a;
    --animox-text: #455361;
    --animox-light: #f5fafb;
    --animox-border: #e4edf0;
}

/* Page content area */
.entry-content,
.page-content,
.elementor-widget-theme-post-content,
.wp-block-post-content {
    color: var(--animox-text);
    font-size: 17px;
    line-height: 1.8;
}

/* Main title */
.entry-content h1,
.page-content h1,
.wp-block-post-content h1,
.elementor-widget-theme-post-content h1 {
    color: var(--animox-primary);
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

/* H2 */
.entry-content h2,
.page-content h2,
.wp-block-post-content h2,
.elementor-widget-theme-post-content h2 {
    position: relative;
    color: var(--animox-primary);
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    margin-top: 55px;
    margin-bottom: 22px;
    padding-bottom: 12px;
}

/* H2 underline */
.entry-content h2::after,
.page-content h2::after,
.wp-block-post-content h2::after,
.elementor-widget-theme-post-content h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    margin-top: 12px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        var(--animox-secondary),
        var(--animox-accent)
    );
}

/* H3 */
.entry-content h3,
.page-content h3,
.wp-block-post-content h3,
.elementor-widget-theme-post-content h3 {
    color: var(--animox-primary);
    font-size: 22px;
    font-weight: 750;
    margin-top: 35px;
    margin-bottom: 12px;
}

/* Paragraph */
.entry-content p,
.page-content p,
.wp-block-post-content p,
.elementor-widget-theme-post-content p {
    margin-bottom: 22px;
}

/* First paragraph */
.entry-content > p:first-of-type,
.page-content > p:first-of-type,
.wp-block-post-content > p:first-of-type {
    font-size: 19px;
    line-height: 1.75;
    color: #354858;
}

/* Lists */
.entry-content ul,
.entry-content ol,
.page-content ul,
.page-content ol,
.wp-block-post-content ul,
.wp-block-post-content ol {
    margin: 25px 0;
    padding-left: 28px;
}

.entry-content li,
.page-content li,
.wp-block-post-content li {
    margin-bottom: 10px;
}

/* Links */
.entry-content a,
.page-content a,
.wp-block-post-content a {
    color: var(--animox-primary);
    font-weight: 600;
    text-underline-offset: 3px;
}

.entry-content a:hover,
.page-content a:hover,
.wp-block-post-content a:hover {
    color: var(--animox-secondary);
}

/* Blockquote */
.entry-content blockquote,
.page-content blockquote,
.wp-block-post-content blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    border-left: 5px solid var(--animox-secondary);
    border-radius: 0 15px 15px 0;
    background: var(--animox-light);
    color: var(--animox-primary);
    font-size: 19px;
}

/* Tables */
.entry-content table,
.page-content table,
.wp-block-post-content table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--animox-border);
    border-radius: 14px;
    overflow: hidden;
}

.entry-content th,
.page-content th,
.wp-block-post-content th {
    padding: 15px 18px;
    background: var(--animox-primary);
    color: #fff;
    text-align: left;
    font-weight: 700;
}

.entry-content td,
.page-content td,
.wp-block-post-content td {
    padding: 14px 18px;
    border-bottom: 1px solid var(--animox-border);
}

/* Images */
.entry-content img,
.page-content img,
.wp-block-post-content img {
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(18, 63, 82, 0.10);
}

/* Horizontal line */
.entry-content hr,
.page-content hr,
.wp-block-post-content hr {
    border: 0;
    height: 1px;
    margin: 45px 0;
    background: var(--animox-border);
}

/* Buttons */
.entry-content .wp-block-button__link,
.page-content .wp-block-button__link,
.wp-block-post-content .wp-block-button__link {
    background: linear-gradient(
        135deg,
        var(--animox-secondary),
        var(--animox-accent)
    );
    color: #fff !important;
    border-radius: 12px;
    padding: 14px 25px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(25,181,197,.20);
}

/* ==============================
   MOBILE
   ============================== */

@media (max-width: 768px) {

    .entry-content,
    .page-content,
    .elementor-widget-theme-post-content,
    .wp-block-post-content {
        font-size: 16px;
        line-height: 1.7;
    }

    .entry-content h1,
    .page-content h1,
    .wp-block-post-content h1 {
        font-size: 36px;
    }

    .entry-content h2,
    .page-content h2,
    .wp-block-post-content h2 {
        font-size: 27px;
        margin-top: 40px;
    }

    .entry-content h3,
    .page-content h3,
    .wp-block-post-content h3 {
        font-size: 20px;
    }

    .entry-content table,
    .page-content table,
    .wp-block-post-content table {
        display: block;
        overflow-x: auto;
    }

}/* End custom CSS */