.postid-65221 .elementor-element-124005a .e-con-inner {
    max-width: 80vw;
}

.postid-65221 .elementor-element-124005a .e-con-inner .elementor-element {
    width: 100%;
}

.postid-65221 .elementor-element-124005a .e-con-inner .elementor-element .elementor-widget-container {
    width: 100%;
}

#gpt-anywhere-chatbox {
    border: 1px solid #ccc;
    padding: 10px;
    width: 80vw;
    max-width: 100%;
    box-sizing: border-box;
}

#gpt-chat-output {
    min-height: 150px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    overflow-y: auto;
    max-height: 50vh;
}

#gpt-chat-input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

#gpt-send-btn {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

#gpt-send-btn:hover {
    background-color: #005b7f;
}

#gpt-anywhere-chatbox table {
    margin-top: 1em;
    border-collapse: collapse;
    width: 100%;
}

#gpt-anywhere-chatbox th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
}


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

    #gpt-anywhere-chatbox .responsive-table {
        margin-bottom: 1em;
    }

    #gpt-anywhere-chatbox .responsive-table,
    #gpt-anywhere-chatbox .responsive-table thead,
    #gpt-anywhere-chatbox .responsive-table tbody,
    #gpt-anywhere-chatbox .responsive-table th,
    #gpt-anywhere-chatbox .responsive-table td,
    #gpt-anywhere-chatbox .responsive-table tr {
        display: block;
    }

    #gpt-anywhere-chatbox .responsive-table th {
        display: none;
    }

    #gpt-anywhere-chatbox .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #gpt-anywhere-chatbox .responsive-table tr {
        margin-bottom: 1.2em;
    }

    #gpt-anywhere-chatbox .responsive-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 10px;
        padding-top: 2.2em;
    }

    #gpt-anywhere-chatbox .responsive-table td[data-label]:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: .5em;
        font-weight: bold;
        white-space: nowrap;
    }

}