.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-1487 .elementor-element.elementor-element-0036933{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-e83da99 */.quick-fix-box{
    background: linear-gradient(
        135deg,
        #f2b3d9 0%,
        #8b89ee 100%
    );
    border: 2px solid #3f4d7a;
    border-radius: 10px;
    padding: 24px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    color: #111 !important;
}

.quick-fix-box h3{
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 700;
    color: #000 !important;
}

.quick-fix-box p{
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    color: #111 !important;
}

.quick-fix-box p:last-child{
    margin-bottom: 0;
}

.quick-fix-box strong{
    color: #000 !important;
    font-weight: 700;
}

.quick-fix-box a{
    color: #d50000 !important;
    text-decoration: none;
}

/* Force all text inside the box to stay dark */
.quick-fix-box,
.quick-fix-box *,
.quick-fix-box p,
.quick-fix-box div{
    color: #111 !important;
}

/* Keep heading and bold text black */
.quick-fix-box h3,
.quick-fix-box strong{
    color: #000 !important;
}

@media (max-width: 768px){
    .quick-fix-box{
        padding: 20px;
    }

    .quick-fix-box h3{
        font-size: 24px;
    }

    .quick-fix-box p{
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 480px){
    .quick-fix-box{
        padding: 16px;
    }

    .quick-fix-box h3{
        font-size: 21px;
    }

    .quick-fix-box p{
        font-size: 14px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6c619b6 *//* ======================================
   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:850px;
    }

    .gamingmusk-table td{
        white-space:nowrap;
        padding:14px 16px;
    }

}/* End custom CSS */