.elementor-3473 .elementor-element.elementor-element-46782e2e{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-42fd14be */.details-content table {
        width: 100%;
        font-size: 16px;
        color: #333333;
        border-width: 1px;
        border-color: #a9c6c9;
        border-collapse: collapse;
    }
    .details-content table th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #a9c6c9;
    }

    .details-content table td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #a9c6c9;
    }

    .details-content table tr:nth-child(odd) {
        background: #F4F4F4;
    }

    .details-content table p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .details-table {
        width: 100%;
    }

    @media screen and (max-width: 768px) {

        .details-table {
            overflow-x: scroll;
        }

        .details-content table {
            width: 150%;
            font-size: 14px;
        }

        .details-content table th {
            padding: 5px;
        }

        .details-content table td {
            padding: 5px;
        }
    }/* End custom CSS */