.elementor-2123 .elementor-element.elementor-element-d4f978d{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-49be526 */.tb-refund {
    --tb-primary: #138670;
    --tb-primary-dark: #0d6f5d;
    --tb-dark: #16221f;
    --tb-text: #4f5c57;
    --tb-light: #f5f8f7;
    --tb-border: #e1e9e6;

    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;

    color: var(--tb-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.tb-refund * {
    box-sizing: border-box;
}


/* =========================
   HEADER
========================= */

.tb-refund-header {
    padding: 55px 40px;
    margin-bottom: 40px;

    color: #fff;

    background: linear-gradient(
        135deg,
        var(--tb-primary),
        var(--tb-primary-dark)
    );

    border-radius: 14px;
}

.tb-refund-header h1 {
    margin: 0 0 10px;

    color: #fff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.tb-refund-header p {
    margin: 0;

    color: rgba(255,255,255,.9);

    font-size: 16px;
}


/* =========================
   SECTIONS
========================= */

.tb-refund-section {
    padding: 30px;
    margin-bottom: 30px;

    background: #fff;

    border: 1px solid var(--tb-border);
    border-radius: 12px;
}

.tb-refund-section h2,
.tb-refund-contact-box h2 {
    position: relative;

    margin: 0 0 22px;
    padding-bottom: 14px;

    color: var(--tb-dark);

    font-size: 24px;
    line-height: 1.3;
}

.tb-refund-section h2::after,
.tb-refund-contact-box h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 45px;
    height: 3px;

    background: var(--tb-primary);

    border-radius: 3px;
}


/* =========================
   TEXT
========================= */

.tb-refund-section p {
    margin: 0 0 15px;

    font-size: 15px;
}

.tb-refund-section p:last-child {
    margin-bottom: 0;
}

.tb-refund strong {
    color: var(--tb-dark);
}


/* =========================
   LIST
========================= */

.tb-refund-list {
    padding: 0;
    margin: 20px 0 0;

    list-style: none;
}

.tb-refund-list li {
    position: relative;

    padding: 10px 0 10px 30px;

    border-bottom: 1px solid var(--tb-border);
}

.tb-refund-list li:last-child {
    border-bottom: none;
}

.tb-refund-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 10px;

    color: var(--tb-primary);

    font-weight: 700;
}


/* =========================
   HIGHLIGHT
========================= */

.tb-refund-highlight {
    display: flex;
    align-items: center;
    gap: 20px;

    margin: 25px 0;

    padding: 25px;

    background: var(--tb-light);

    border-left: 4px solid var(--tb-primary);

    border-radius: 0 10px 10px 0;
}

.tb-refund-highlight strong {
    color: var(--tb-primary);

    font-size: 25px;
}

.tb-refund-highlight span {
    color: var(--tb-dark);

    font-size: 15px;
}


/* =========================
   LINKS
========================= */

.tb-refund a {
    color: var(--tb-primary);

    font-weight: 600;

    text-decoration: none;
}

.tb-refund a:hover {
    text-decoration: underline;
}


/* =========================
   CONTACT BOX
========================= */

.tb-refund-contact-box {
    padding: 40px;

    margin-top: 40px;

    text-align: center;

    color: #fff;

    background: var(--tb-dark);

    border-radius: 14px;
}

.tb-refund-contact-box h2 {
    color: #fff;
}

.tb-refund-contact-box h2::after {
    left: 50%;

    transform: translateX(-50%);
}

.tb-refund-contact-box p {
    max-width: 700px;

    margin: 0 auto 25px;

    color: #dce5e2;
}


/* =========================
   BUTTON
========================= */

.tb-refund-button {
    display: inline-block;

    padding: 13px 28px;

    color: #fff !important;

    background: var(--tb-primary);

    border-radius: 7px;

    font-weight: 600;

    text-decoration: none !important;

    transition: background .2s ease;
}

.tb-refund-button:hover {
    color: #fff !important;

    background: var(--tb-primary-dark);
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .tb-refund {
        padding: 15px;
    }

    .tb-refund-header {
        padding: 40px 25px;
    }

    .tb-refund-header h1 {
        font-size: 32px;
    }

    .tb-refund-section {
        padding: 25px 20px;
    }

    .tb-refund-section h2,
    .tb-refund-contact-box h2 {
        font-size: 21px;
    }

    .tb-refund-highlight {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .tb-refund-contact-box {
        padding: 35px 20px;
    }
}/* End custom CSS */