.elementor-58004 .elementor-element.elementor-element-4caa562{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2327b7c */.titanium-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #dfe5eb;
    border-radius: 8px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.titanium-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    font-family: inherit;
    font-size: 14px;
    color: #303846;
}

.titanium-table th {
    background: #052d59;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 14px 16px;
    border-right: 1px solid rgba(255,255,255,.18);
}

.titanium-table th:first-child {
    border-radius: 7px 0 0 0;
}

.titanium-table th:last-child {
    border-radius: 0 7px 0 0;
}

.titanium-table td {
    padding: 11px 16px;
    border-right: 1px solid #e0e5ea;
    border-bottom: 1px solid #e0e5ea;
    vertical-align: middle;
}

.titanium-table td:first-child,
.titanium-table td:nth-child(2),
.titanium-table td:nth-child(3),
.titanium-table td:nth-child(4) {
    text-align: center;
}

.titanium-table td:first-child strong {
    color: #007c8c;
}

.titanium-table small {
    font-size: 11px;
}

.rating {
    color: #008998;
    letter-spacing: 2px;
    white-space: nowrap;
}

.rating .empty {
    color: #b9c2ca;
}

.titanium-table tbody tr:hover {
    background: #f7fafc;
}

.titanium-table-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 11px 20px;
    font-size: 12px;
    color: #5e6875;
}

.titanium-table-legend b {
    color: #008998;
    letter-spacing: 2px;
}

.legend-separator {
    width: 1px;
    height: 18px;
    background: #d9dfe5;
}


/* Tablet / Mobile */
@media (max-width: 767px) {

    .titanium-table {
        font-size: 13px;
        min-width: 800px;
    }

    .titanium-table th,
    .titanium-table td {
        padding: 10px 12px;
    }

    .titanium-table-legend {
        justify-content: flex-start;
        padding: 12px 15px;
    }
}/* End custom CSS */