.elementor-2200 .elementor-element.elementor-element-794c7d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f48874e *//* =========================================
   RESCUE HEARING BLOG ARTICLE
   ========================================= */

.rhi-article {
    color: #333333;
}

/* Intro */

.rhi-article .rhi-intro {
    margin: 0 0 32px;
    font-size: 19px;
    line-height: 1.7;
    color: #444444;
}

/* Paragraphs */

.rhi-article p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.75;
}

/* H2 */

.rhi-article h2 {
    margin: 56px 0 22px;
    color: #1a1a1a;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* H3 */

.rhi-article h3 {
    margin: 34px 0 14px;
    color: #1a1a1a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

/* Lists */

.rhi-article ul {
    margin: 0 0 28px;
    padding-left: 28px;
}

.rhi-article li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.65;
}

/* Links */

.rhi-article a {
    color: #3085B3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rhi-article a:hover {
    text-decoration-thickness: 2px;
}

.rhi-article a:focus-visible {
    outline: 3px solid #3085B3;
    outline-offset: 3px;
}

/* =========================================
   IMAGES
   ========================================= */

.rhi-figure {
    width: 100%;
   margin: 34px auto 42px;
}

.rhi-figure img {
     display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 8px;
}

.rhi-figure figcaption {
    margin-top: 12px;
    color: #666666;
    font-size: 14px;
    line-height: 1.55;
    font-style: italic;
}

/* =========================================
   AT-A-GLANCE TABLE
   ========================================= */

.rhi-table-wrap {
    width: 100%;
    margin: 30px 0 46px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dce7ed;
    border-radius: 8px;
    background: #ffffff;
}

.rhi-approach-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    color: #333333;
}

.rhi-approach-table th,
.rhi-approach-table td {
    padding: 18px 20px;
    border-right: 1px solid #dce7ed;
    border-bottom: 1px solid #dce7ed;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.55;
}

.rhi-approach-table thead th {
    background: #3085B3;
    color: #ffffff;
    font-weight: 700;
}

.rhi-approach-table tbody th {
    width: 22%;
    background: #f7fbfd;
    color: #1a1a1a;
    font-weight: 700;
}

.rhi-approach-table th:last-child,
.rhi-approach-table td:last-child {
    border-right: 0;
}

.rhi-approach-table tr:last-child th,
.rhi-approach-table tr:last-child td {
    border-bottom: 0;
}

/* =========================================
   BLUE CALLOUT
   ========================================= */

.rhi-callout {
    margin: 28px 0 42px;
    padding: 24px 30px;
    background: #f7fbfd;
    border-left: 4px solid #3085B3;
    border-radius: 0 8px 8px 0;
}

.rhi-callout p {
    margin-bottom: 16px;
}

.rhi-callout p:last-child {
    margin-bottom: 0;
}

/* =========================================
   DISCLAIMER
   ========================================= */

.rhi-disclaimer {
    margin-top: 34px !important;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    color: #666666;
    font-size: 15px !important;
    font-style: italic;
    line-height: 1.65 !important;
}

/* =========================================
   REFERENCES
   ========================================= */

.rhi-references p {
    margin-bottom: 18px;
    padding-left: 26px;
    text-indent: -26px;
    font-size: 15px;
    line-height: 1.65;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .rhi-article .rhi-intro {
        font-size: 17px;
    }

    .rhi-article p {
        font-size: 16px;
        line-height: 1.7;
    }

    .rhi-article h2 {
        margin: 48px 0 20px;
        font-size: 30px;
        line-height: 1.25;
    }

    .rhi-article h3 {
        margin: 30px 0 13px;
        font-size: 22px;
    }

    .rhi-article li {
        font-size: 16px;
    }

    .rhi-figure {
        margin: 30px 0 38px;
    }

    .rhi-callout {
        padding: 22px 26px;
    }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .rhi-article .rhi-intro {
        margin-bottom: 24px;
        font-size: 14px !important;
        line-height: 1.65;
    }

    .rhi-article p {
        margin-bottom: 20px;
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .rhi-article h2 {
        margin: 40px 0 18px !important;
        font-size: 20px !important;
        line-height: 1.28 !important;
        letter-spacing: -0.01em;
    }

    .rhi-article h3 {
        margin: 26px 0 12px !important;
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    .rhi-article ul {
        padding-left: 22px;
        margin-bottom: 24px;
    }

    .rhi-article li {
        margin-bottom: 8px;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .rhi-figure {
        margin: 26px 0 32px;
    }

    .rhi-figure img {
        border-radius: 6px;
    }

    .rhi-figure figcaption {
        margin-top: 9px;
        font-size: 12px;
        line-height: 1.5;
    }

    .rhi-table-wrap {
        margin: 24px 0 34px;
        border-radius: 6px;
    }

    .rhi-approach-table {
        min-width: 650px;
    }

    .rhi-approach-table th,
    .rhi-approach-table td {
        padding: 14px 15px;
        font-size: 13px;
        line-height: 1.5;
    }

    .rhi-callout {
        margin: 24px 0 32px;
        padding: 20px 22px;
    }

    .rhi-disclaimer {
        font-size: 13px !important;
    }

    .rhi-references p {
        padding-left: 18px;
        text-indent: -18px;
        font-size: 13px !important;
    }
}/* End custom CSS */