.elementor-2146 .elementor-element.elementor-element-7fc6536{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-91c10cc */.tb-agb {
    --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-agb * {
    box-sizing: border-box;
}


/* =========================
   HEADER
========================= */

.tb-agb-header {
    padding: 55px 40px;
    margin-bottom: 40px;

    color: #fff;

    background: linear-gradient(
        135deg,
        var(--tb-primary),
        var(--tb-primary-dark)
    );

    border-radius: 14px;
}

.tb-agb-header h1 {
    margin: 0 0 10px;

    color: #fff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.tb-agb-header p {
    margin: 0;

    color: rgba(255,255,255,.9);

    font-size: 16px;
}


/* =========================
   SECTIONS
========================= */

.tb-agb-section {
    position: relative;

    padding: 35px 30px;
    margin-bottom: 30px;

    background: #fff;

    border: 1px solid var(--tb-border);

    border-radius: 12px;
}

.tb-agb-section h2 {
    margin: 0 0 22px;
    padding-left: 65px;

    color: var(--tb-dark);

    font-size: 25px;
    line-height: 1.3;
}

.tb-agb-section h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 12px;

    background: var(--tb-primary);

    border-radius: 3px;
}

.tb-agb-section p {
    margin: 0 0 15px;

    font-size: 15px;
}

.tb-agb-section p:last-child {
    margin-bottom: 0;
}


/* =========================
   NUMBER
========================= */

.tb-agb-number {
    position: absolute;

    top: 30px;
    left: 30px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    background: var(--tb-primary);

    border-radius: 50%;

    font-size: 14px;
    font-weight: 700;
}


/* =========================
   COMPANY INFO
========================= */

.tb-agb-company {
    margin: 20px 0;

    padding: 22px;

    color: var(--tb-dark);

    background: var(--tb-light);

    border-left: 4px solid var(--tb-primary);

    border-radius: 0 8px 8px 0;
}

.tb-agb-company strong {
    font-size: 17px;
}


/* =========================
   HIGHLIGHT
========================= */

.tb-agb-highlight {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-top: 25px;

    padding: 25px;

    background: var(--tb-light);

    border-left: 4px solid var(--tb-primary);

    border-radius: 0 10px 10px 0;
}

.tb-agb-highlight strong {
    flex-shrink: 0;

    color: var(--tb-primary);

    font-size: 18px;
}

.tb-agb-highlight span {
    font-size: 14px;
}


/* =========================
   LINKS
========================= */

.tb-agb a {
    color: var(--tb-primary);

    font-weight: 600;

    text-decoration: none;
}

.tb-agb a:hover {
    text-decoration: underline;
}


/* =========================
   CONTACT
========================= */

.tb-agb-contact {
    padding: 40px;

    margin-top: 40px;

    text-align: center;

    color: #fff;

    background: var(--tb-dark);

    border-radius: 14px;
}

.tb-agb-contact h2 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 26px;
}

.tb-agb-contact p {
    max-width: 700px;

    margin: 0 auto 25px;

    color: #dce5e2;

    font-size: 15px;
}


/* =========================
   BUTTON
========================= */

.tb-agb-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-agb-button:hover {
    color: #fff !important;

    background: var(--tb-primary-dark);
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .tb-agb {
        padding: 15px;
    }

    .tb-agb-header {
        padding: 40px 25px;
    }

    .tb-agb-header h1 {
        font-size: 32px;
    }

    .tb-agb-section {
        padding: 30px 20px;
    }

    .tb-agb-section h2 {
        padding-left: 55px;
        font-size: 21px;
    }

    .tb-agb-number {
        top: 25px;
        left: 20px;

        width: 38px;
        height: 38px;
    }

    .tb-agb-highlight {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .tb-agb-contact {
        padding: 35px 20px;
    }
}/* End custom CSS */