.elementor-2670 .elementor-element.elementor-element-ec2e74f a{color:#033363;}/* Start custom CSS for text-editor, class: .elementor-element-ec2e74f *//* Cookie Policy Table */
.policy-table-wrap {
    width: 100%;
    margin: 30px 0 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.policy-table {
    width: 100%;
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
}

/* Table Header */
.policy-table thead th {
    background: #1b1b20;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 16px 20px;
    border: 0;
    white-space: nowrap;
}

/* Table Body */
.policy-table tbody td {
    padding: 16px 20px;
    color: #5c5c68;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    vertical-align: top;
}

/* First column */
.policy-table tbody td:first-child {
    color: #1b1b20;
    font-weight: 600;
}

/* Alternate rows */
.policy-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

/* Hover effect */
.policy-table tbody tr:hover td {
    background: #f3f3f3;
}

/* Rounded corners */
.policy-table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.policy-table thead tr th:last-child {
    border-top-right-radius: 12px;
}

.policy-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.policy-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

/* Mobile */
@media (max-width: 767px) {

    .policy-table-wrap {
        margin: 25px 0 35px;
        border-radius: 10px;
    }

    .policy-table {
        min-width: 600px;
        font-size: 14px;
    }

    .policy-table thead th,
    .policy-table tbody td {
        padding: 13px 14px;
    }
}/* End custom CSS */