.elementor-2093 .elementor-element.elementor-element-6181d47{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-20b8e57 */.tb-cookie {
    --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-cookie * {
    box-sizing: border-box;
}


/* Header */

.tb-cookie-header {
    background: linear-gradient(
        135deg,
        var(--tb-primary),
        var(--tb-primary-dark)
    );

    padding: 55px 40px;
    border-radius: 14px;
    margin-bottom: 40px;
    color: #fff;
}

.tb-cookie-header h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.tb-cookie-header p {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 16px;
}


/* Sections */

.tb-cookie-section {
    margin-bottom: 35px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--tb-border);
    border-radius: 12px;
}

.tb-cookie-section h2,
.tb-cookie-contact h2 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 14px;
    color: var(--tb-dark);
    font-size: 24px;
    line-height: 1.3;
}

.tb-cookie-section h2::after,
.tb-cookie-contact h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: var(--tb-primary);
    border-radius: 3px;
}


/* Text */

.tb-cookie-section p,
.tb-cookie-contact p {
    margin: 0 0 15px;
    font-size: 15px;
}

.tb-cookie-section p:last-child,
.tb-cookie-contact p:last-child {
    margin-bottom: 0;
}


/* Cards */

.tb-cookie-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.tb-cookie-card {
    padding: 25px;
    background: var(--tb-light);
    border: 1px solid var(--tb-border);
    border-radius: 10px;
}

.tb-cookie-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: var(--tb-primary);
    color: #fff;
    border-radius: 9px;
    font-size: 20px;
    font-weight: 700;
}

.tb-cookie-card h3 {
    margin: 0 0 10px;
    color: var(--tb-dark);
    font-size: 18px;
}

.tb-cookie-card p {
    margin: 0;
    font-size: 14px;
}


/* Links */

.tb-cookie a {
    color: var(--tb-primary);
    font-weight: 600;
    text-decoration: none;
}

.tb-cookie a:hover {
    text-decoration: underline;
}


/* Contact */

.tb-cookie-contact {
    margin-top: 40px;
    padding: 35px;
    background: var(--tb-light);
    border-left: 4px solid var(--tb-primary);
    border-radius: 0 10px 10px 0;
}

.tb-cookie-contact h2 {
    margin-bottom: 20px;
}


/* Mobile */

@media (max-width: 768px) {

    .tb-cookie {
        padding: 15px;
    }

    .tb-cookie-header {
        padding: 40px 25px;
    }

    .tb-cookie-header h1 {
        font-size: 32px;
    }

    .tb-cookie-section {
        padding: 25px 20px;
    }

    .tb-cookie-section h2,
    .tb-cookie-contact h2 {
        font-size: 21px;
    }

    .tb-cookie-cards {
        grid-template-columns: 1fr;
    }

    .tb-cookie-contact {
        padding: 25px 20px;
    }
}/* End custom CSS */