.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1467 .elementor-element.elementor-element-fc7e4fd{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-32033ce *//* ======================================
   GamingMusk 3 Column Table
====================================== */

.gamingmusk-table{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.gamingmusk-table table{
    width:100%;
    border-collapse:collapse;
    table-layout:auto;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.gamingmusk-table td{
    padding:16px 18px;
    text-align:left;
    vertical-align:middle;
    color:#000;
    border:1px solid rgba(0,0,0,.08);
    line-height:1.6;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:break-word;
}

/* Header */
.gamingmusk-table tr:first-child td{
    background:linear-gradient(
        135deg,
        #f2b3d9 0%,
        #8b89ee 100%
    );
    font-weight:700;
    font-size:16px;
}

/* Alternate Rows */
.gamingmusk-table tr:nth-child(odd):not(:first-child){
    background:linear-gradient(
        135deg,
        #f2b3d9 0%,
        #8b89ee 100%
    );
}

.gamingmusk-table tr:nth-child(even){
    background:#ffffff;
}

/* Hover */
.gamingmusk-table tr{
    transition:.25s ease;
}

.gamingmusk-table tr:hover{
    filter:brightness(1.03);
}

/* Column Widths */
.gamingmusk-table td:nth-child(1){
    width:25%;
    font-weight:700;
}

.gamingmusk-table td:nth-child(2){
    width:35%;
}

.gamingmusk-table td:nth-child(3){
    width:40%;
}

/* ===========================
   Mobile Responsive Tables
=========================== */

@media (max-width:767px){

    .gamingmusk-table{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    .gamingmusk-table table{
        width:max-content;
        min-width:800px;
    }

    .gamingmusk-table td{
        white-space:nowrap;
        padding:14px 16px;
    }

}/* End custom CSS */