:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-10b5f51 *//* ==========================================
   MINECRAFT XBOX VERSIONS HUB HERO
========================================== */

.mc-xbox-hub-hero,
.mc-xbox-hub-hero *{
    box-sizing:border-box;
}

.mc-xbox-hub-hero{
    position:relative;
    width:100%;
    padding:95px 0;
    overflow:hidden;
    background:#f7faf7;
}

.mc-xbox-hub-hero::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-120px;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(39,133,54,.08);
}

.mc-xbox-hub-hero::after{
    content:"";
    position:absolute;
    bottom:-220px;
    left:-150px;
    width:500px;
    height:500px;
    border-radius:50%;
    border:90px solid rgba(39,133,54,.05);
}

.mc-xbox-hub-hero-container{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr .95fr;
    gap:65px;
    align-items:center;
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:0 30px;
}


/* ==========================================
   HERO CONTENT
========================================== */

.mc-xbox-hub-hero-content{
    min-width:0;
}

.mc-xbox-hub-hero-kicker{
    display:block;
    margin-bottom:12px;
    color:#278536;
    font-size:13px;
    line-height:1.5;
    font-weight:900;
    letter-spacing:1px;
    text-transform:uppercase;
}

.mc-xbox-hub-hero-content h1{
    max-width:650px;
    margin:0 0 20px;
    color:#202420;
    font-size:56px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-1.8px;
}

.mc-xbox-hub-hero-content > p{
    max-width:650px;
    margin:0;
    color:#59625a;
    font-size:15px;
    line-height:1.9;
}


/* ==========================================
   HERO BUTTONS
========================================== */

.mc-xbox-hub-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.mc-xbox-hub-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:13px 22px;
    border:2px solid transparent;
    color:#ffffff;
    font-size:11px;
    line-height:1.4;
    font-weight:900;
    text-decoration:none;
    text-transform:uppercase;
    transition:
        transform .22s ease,
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.mc-xbox-hub-hero-btn:hover{
    transform:translateY(-3px);
}

.mc-xbox-hub-hero-btn-primary{
    background:#278536;
    border-color:#278536;
    box-shadow:0 12px 25px rgba(39,133,54,.2);
}

.mc-xbox-hub-hero-btn-primary:hover{
    background:#1f6d2c;
    border-color:#1f6d2c;
    color:#ffffff;
}

.mc-xbox-hub-hero-btn-secondary{
    background:#ffffff;
    color:#222622;
    border-color:#d8e1d9;
}

.mc-xbox-hub-hero-btn-secondary:hover{
    color:#278536;
    border-color:#278536;
}


/* ==========================================
   HERO STATS
========================================== */

.mc-xbox-hub-hero-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:36px;
    border-top:1px solid #dce4dd;
    border-bottom:1px solid #dce4dd;
}

.mc-xbox-hub-hero-stats > div{
    min-width:0;
    padding:22px 18px;
    text-align:center;
    border-right:1px solid #dce4dd;
}

.mc-xbox-hub-hero-stats > div:last-child{
    border-right:0;
}

.mc-xbox-hub-hero-stats strong{
    display:block;
    margin-bottom:6px;
    color:#278536;
    font-size:26px;
    line-height:1;
    font-weight:900;
}

.mc-xbox-hub-hero-stats span{
    display:block;
    color:#626b63;
    font-size:8px;
    line-height:1.5;
    font-weight:900;
    letter-spacing:.5px;
    text-transform:uppercase;
}


/* ==========================================
   HERO VISUAL
========================================== */

.mc-xbox-hub-hero-visual{
    position:relative;
    min-width:0;
}

.mc-xbox-hub-hero-console{
    position:relative;
    padding:22px;
    overflow:hidden;
    background:#222622;
    box-shadow:0 24px 55px rgba(0,0,0,.16);
}

.mc-xbox-hub-hero-console::before{
    content:"";
    position:absolute;
    top:-70px;
    right:-70px;
    width:180px;
    height:180px;
    border-radius:50%;
    border:35px solid rgba(39,133,54,.2);
}

.mc-xbox-hub-hero-console-top{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:18px;
}

.mc-xbox-hub-hero-console-top span{
    color:#8ed194;
    font-size:9px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.mc-xbox-hub-hero-console-top strong{
    color:#ffffff;
    font-size:18px;
    line-height:1;
    font-weight:900;
}


/* SCREEN */

.mc-xbox-hub-hero-console-screen{
    position:relative;
    min-height:265px;
    overflow:hidden;
    background:
        linear-gradient(
            180deg,
            rgba(39,133,54,.25),
            rgba(39,133,54,.05)
        ),
        #111511;
    border:1px solid rgba(255,255,255,.08);
}

.mc-xbox-hub-hero-screen-copy{
    position:absolute;
    z-index:3;
    left:28px;
    right:28px;
    bottom:28px;
}

.mc-xbox-hub-hero-screen-copy span{
    display:block;
    margin-bottom:7px;
    color:#8ed194;
    font-size:9px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-hub-hero-screen-copy strong{
    display:block;
    color:#ffffff;
    font-size:25px;
    line-height:1.35;
    font-weight:900;
}


/* PIXEL DECORATION */

.mc-xbox-hub-hero-pixel{
    position:absolute;
    background:#278536;
    opacity:.8;
}

.mc-xbox-hub-hero-pixel-one{
    top:28px;
    left:28px;
    width:72px;
    height:72px;
}

.mc-xbox-hub-hero-pixel-two{
    top:68px;
    left:102px;
    width:38px;
    height:38px;
    background:#5db768;
}

.mc-xbox-hub-hero-pixel-three{
    top:30px;
    right:35px;
    width:95px;
    height:40px;
    background:#384039;
}

.mc-xbox-hub-hero-pixel-four{
    top:75px;
    right:72px;
    width:58px;
    height:58px;
    background:#1f6d2c;
}


/* CONSOLE FOOTER */

.mc-xbox-hub-hero-console-footer{
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-top:18px;
}

.mc-xbox-hub-hero-console-footer span{
    flex:1;
    padding:10px 8px;
    background:#303530;
    color:#cbd4cc;
    border:1px solid rgba(255,255,255,.06);
    font-size:8px;
    line-height:1.4;
    font-weight:900;
    text-align:center;
    text-transform:uppercase;
}


/* ==========================================
   PLATFORM LINKS
========================================== */

.mc-xbox-hub-hero-platforms{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:15px;
}

.mc-xbox-hub-hero-platforms a{
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    gap:10px;
    align-items:center;
    min-height:78px;
    padding:14px;
    background:#ffffff;
    color:#222622;
    border:1px solid #dce4dd;
    text-decoration:none;
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.mc-xbox-hub-hero-platforms a:hover{
    transform:translateY(-4px);
    border-color:#278536;
    box-shadow:0 12px 25px rgba(0,0,0,.07);
}

.mc-xbox-hub-hero-platforms > a > span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    background:#278536;
    color:#ffffff;
    font-size:9px;
    line-height:1;
    font-weight:900;
}

.mc-xbox-hub-hero-platforms strong{
    display:block;
    margin-bottom:3px;
    color:#222622;
    font-size:10px;
    line-height:1.4;
    font-weight:900;
}

.mc-xbox-hub-hero-platforms small{
    display:block;
    color:#707971;
    font-size:7px;
    line-height:1.4;
}


/* ==========================================
   TABLET
========================================== */

@media(max-width:950px){

    .mc-xbox-hub-hero-container{
        grid-template-columns:1fr;
        gap:45px;
    }

    .mc-xbox-hub-hero-content{
        max-width:800px;
        margin:0 auto;
        text-align:center;
    }

    .mc-xbox-hub-hero-content h1,
    .mc-xbox-hub-hero-content > p{
        margin-left:auto;
        margin-right:auto;
    }

    .mc-xbox-hub-hero-actions{
        justify-content:center;
    }

    .mc-xbox-hub-hero-visual{
        max-width:760px;
        width:100%;
        margin:0 auto;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .mc-xbox-hub-hero{
        padding:65px 0;
    }

    .mc-xbox-hub-hero-container{
        padding:0 20px;
    }

    .mc-xbox-hub-hero-kicker{
        text-align:center;
    }

    .mc-xbox-hub-hero-content h1{
        font-size:38px;
        letter-spacing:-1px;
    }

    .mc-xbox-hub-hero-content > p{
        font-size:13px;
    }

    .mc-xbox-hub-hero-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .mc-xbox-hub-hero-btn{
        width:100%;
    }

    .mc-xbox-hub-hero-stats{
        grid-template-columns:1fr;
    }

    .mc-xbox-hub-hero-stats > div{
        border-right:0;
        border-bottom:1px solid #dce4dd;
    }

    .mc-xbox-hub-hero-stats > div:last-child{
        border-bottom:0;
    }

    .mc-xbox-hub-hero-console{
        padding:16px;
    }

    .mc-xbox-hub-hero-console-screen{
        min-height:230px;
    }

    .mc-xbox-hub-hero-screen-copy strong{
        font-size:21px;
    }

    .mc-xbox-hub-hero-platforms{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-148375a *//* ==========================================
   MINECRAFT XBOX VERSIONS ARCHIVE
========================================== */

.mc-xbox-archive,
.mc-xbox-archive *{
    box-sizing:border-box;
}

.mc-xbox-archive{
    position:relative;
    width:100%;
    padding:100px 0;
    overflow:hidden;
    background:#ffffff;
}

.mc-xbox-archive::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:410px;
    background:
        linear-gradient(
            180deg,
            #eff8f0 0%,
            rgba(239,248,240,.45) 70%,
            rgba(255,255,255,0) 100%
        );
}

.mc-xbox-archive-container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:0 30px;
}


/* ==========================================
   MAIN HEADING
========================================== */

.mc-xbox-archive-heading{
    max-width:880px;
    margin:0 auto 45px;
    text-align:center;
}

.mc-xbox-archive-kicker{
    display:block;
    margin-bottom:10px;
    color:#278536;
    font-size:16px;
    line-height:1.5;
    font-weight:900;
    letter-spacing:1px;
    text-align:center;
    text-transform:uppercase;
}

.mc-xbox-archive-heading h2{
    margin:0 0 16px;
    color:#202420;
    font-size:42px;
    line-height:1.25;
    font-weight:900;
    text-align:center;
}

.mc-xbox-archive-heading p{
    max-width:820px;
    margin:0 auto;
    color:#59625a;
    font-size:18px;
    line-height:1.9;
    text-align:center;
}


/* ==========================================
   PLATFORM NAVIGATION
========================================== */

.mc-xbox-archive-platform-nav{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow:hidden;
    margin-bottom:70px;
    background:#222622;
    box-shadow:0 18px 40px rgba(0,0,0,.1);
}

.mc-xbox-archive-platform-nav a{
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    gap:15px;
    align-items:center;
    min-height:96px;
    padding:20px 24px;
    color:#ffffff;
    border-right:1px solid rgba(255,255,255,.1);
    text-decoration:none;
    transition:
        background .22s ease,
        color .22s ease;
}

.mc-xbox-archive-platform-nav a:last-child{
    border-right:0;
}

.mc-xbox-archive-platform-nav a:hover{
    background:#278536;
    color:#ffffff;
}

.mc-xbox-archive-platform-nav span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    background:#278536;
    color:#ffffff;
    font-size:10px;
    line-height:1;
    font-weight:900;
}

.mc-xbox-archive-platform-nav a:hover span{
    background:#ffffff;
    color:#278536;
}

.mc-xbox-archive-platform-nav strong{
    color:inherit;
    font-size:16px;
    line-height:1.5;
    font-weight:900;
}


/* ==========================================
   ARCHIVE BLOCK
========================================== */

.mc-xbox-archive-block{
    scroll-margin-top:30px;
    margin-bottom:80px;
    overflow:hidden;
    background:#ffffff;
    border:1px solid #dce4dd;
    box-shadow:0 20px 45px rgba(0,0,0,.07);
}

.mc-xbox-archive-block:last-child{
    margin-bottom:0;
}

.mc-xbox-archive-block-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) 160px;
    min-height:190px;
    background:#222622;
}

.mc-xbox-archive-block-title{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:38px 42px;
}

.mc-xbox-archive-block-title > span{
    display:block;
    margin-bottom:8px;
    color:#8ed194;
    font-size:16px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.mc-xbox-archive-block-title h3{
    margin:0 0 10px;
    color:#ffffff;
    font-size:29px;
    line-height:1.35;
    font-weight:900;
}

.mc-xbox-archive-block-title p{
    max-width:700px;
    margin:0;
    color:#bdc6be;
    font-size:16px;
    line-height:1.8;
}

.mc-xbox-archive-platform-badge{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:25px;
    background:#278536;
    text-align:center;
}

.mc-xbox-archive-platform-badge::before{
    content:"";
    position:absolute;
    top:-50px;
    right:-50px;
    width:130px;
    height:130px;
    border:25px solid rgba(255,255,255,.12);
    border-radius:50%;
}

.mc-xbox-archive-platform-badge span{
    position:relative;
    z-index:2;
    display:block;
    margin-bottom:7px;
    color:#dceede;
    font-size:15px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.mc-xbox-archive-platform-badge strong{
    position:relative;
    z-index:2;
    display:block;
    color:#ffffff;
    font-size:48px;
    line-height:1;
    font-weight:900;
}


/* ==========================================
   TABLE
========================================== */

.mc-xbox-archive-table-wrap{
    width:100%;
    overflow-x:auto;
    background:#ffffff;
}

.mc-xbox-archive-table{
    width:100%;
    min-width:800px;
    border-collapse:collapse;
    border-spacing:0;
}

.mc-xbox-archive-table thead{
    background:#278536;
}

.mc-xbox-archive-table th{
    padding:18px 20px;
    color:#ffffff;
    border-right:1px solid rgba(255,255,255,.16);
    font-size:16px;
    line-height:1.5;
    font-weight:900;
    letter-spacing:.7px;
    text-align:left;
    text-transform:uppercase;
}

.mc-xbox-archive-table th:nth-child(2),
.mc-xbox-archive-table th:nth-child(3),
.mc-xbox-archive-table th:nth-child(4){
    text-align:center;
}

.mc-xbox-archive-table th:last-child{
    border-right:0;
}

.mc-xbox-archive-table td{
    padding:17px 20px;
    color:#59625a;
    border-right:1px solid #e3e9e4;
    border-bottom:1px solid #e3e9e4;
    font-size:15px;
    line-height:1.65;
    vertical-align:middle;
}

.mc-xbox-archive-table td:nth-child(2),
.mc-xbox-archive-table td:nth-child(3),
.mc-xbox-archive-table td:nth-child(4){
    text-align:center;
}

.mc-xbox-archive-table td:last-child{
    border-right:0;
}

.mc-xbox-archive-table tbody tr:last-child td{
    border-bottom:0;
}

.mc-xbox-archive-table tbody tr{
    background:#ffffff;
    transition:background .2s ease;
}

.mc-xbox-archive-table tbody tr:nth-child(even){
    background:#f8faf8;
}

.mc-xbox-archive-table tbody tr:hover{
    background:#eef7ef;
}


/* ==========================================
   GAME CELL
========================================== */

.mc-xbox-archive-game{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:14px;
    align-items:center;
}

.mc-xbox-archive-game-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:39px;
    height:39px;
    background:#222622;
    color:#8ed194;
    font-size:16px;
    line-height:1;
    font-weight:900;
    box-shadow:5px 5px 0 #dcebdd;
}

.mc-xbox-archive-game strong{
    display:block;
    margin-bottom:3px;
    color:#222622;
    font-size:16px;
    line-height:1.5;
    font-weight:900;
}

.mc-xbox-archive-game small{
    display:block;
    color:#79817a;
    font-size:8px;
    line-height:1.5;
}


/* ==========================================
   VERSION LABEL
========================================== */

.mc-xbox-archive-version{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:82px;
    padding:8px 12px;
    background:#e7f3e8;
    color:#278536;
    border:1px solid #cce1ce;
    font-size:14px;
    line-height:1.4;
    font-weight:900;
}


/* ==========================================
   DOWNLOAD BUTTON
========================================== */

.mc-xbox-archive-download{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:100px;
    min-height:38px;
    padding:9px 15px;
    background:#278536;
    color:#ffffff;
    border:2px solid #278536;
    font-size:15px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.4px;
    text-decoration:none;
    text-transform:uppercase;
    transition:
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        transform .22s ease,
        box-shadow .22s ease;
}

.mc-xbox-archive-download:hover{
    transform:translateY(-2px);
    background:#222622;
    color:#ffffff;
    border-color:#222622;
    box-shadow:0 9px 18px rgba(0,0,0,.12);
}


/* ==========================================
   TABLE FOOTER
========================================== */

.mc-xbox-archive-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    padding:26px 30px;
    background:#f2f7f2;
    border-top:1px solid #dce4dd;
}

.mc-xbox-archive-footer span{
    display:block;
    margin-bottom:4px;
    color:#278536;
    font-size:16px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-archive-footer p{
    margin:0;
    color:#626b63;
    font-size:15px;
    line-height:1.7;
}

.mc-xbox-archive-explore{
    display:inline-flex;
    flex-shrink:0;
    align-items:center;
    justify-content:center;
    min-width:150px;
    min-height:48px;
    padding:12px 22px;
    background:#222622;
    color:#ffffff;
    border:2px solid #222622;
    font-size:15px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.6px;
    text-decoration:none;
    text-transform:uppercase;
    transition:
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        transform .22s ease;
}

.mc-xbox-archive-explore::after{
    content:"→";
    margin-left:10px;
    font-size:15px;
    line-height:1;
}

.mc-xbox-archive-explore:hover{
    transform:translateY(-3px);
    background:#278536;
    color:#ffffff;
    border-color:#278536;
}


/* ==========================================
   TABLET
========================================== */

@media(max-width:950px){

    .mc-xbox-archive-platform-nav{
        grid-template-columns:1fr;
    }

    .mc-xbox-archive-platform-nav a{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .mc-xbox-archive-platform-nav a:last-child{
        border-bottom:0;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .mc-xbox-archive{
        padding:65px 0;
    }

    .mc-xbox-archive-container{
        padding:0 20px;
    }

    .mc-xbox-archive-heading h2{
        font-size:32px;
    }

    .mc-xbox-archive-heading p{
        font-size:13px;
    }

    .mc-xbox-archive-block{
        margin-bottom:55px;
        border:0;
        box-shadow:none;
    }

    .mc-xbox-archive-block-head{
        grid-template-columns:1fr;
    }

    .mc-xbox-archive-block-title{
        padding:32px 22px;
        text-align:center;
    }

    .mc-xbox-archive-block-title h3{
        font-size:24px;
    }

    .mc-xbox-archive-platform-badge{
        min-height:125px;
    }

    .mc-xbox-archive-platform-badge strong{
        font-size:40px;
    }


    /* MOBILE TABLE CARDS */

    .mc-xbox-archive-table-wrap{
        overflow:visible;
        padding:16px 0;
        background:#f5f8f5;
    }

    .mc-xbox-archive-table{
        min-width:0;
        width:100%;
        display:block;
    }

    .mc-xbox-archive-table thead{
        display:none;
    }

    .mc-xbox-archive-table tbody{
        display:block;
    }

    .mc-xbox-archive-table tr{
        display:block;
        margin:0 12px 15px;
        overflow:hidden;
        background:#ffffff !important;
        border:1px solid #dce4dd;
        border-left:4px solid #278536;
        box-shadow:0 8px 20px rgba(0,0,0,.04);
    }

    .mc-xbox-archive-table td{
        display:grid;
        grid-template-columns:105px minmax(0,1fr);
        gap:13px;
        align-items:center;
        width:100%;
        padding:14px 15px;
        text-align:left !important;
        border-right:0;
        border-bottom:1px solid #e3e9e4;
    }

    .mc-xbox-archive-table td:last-child{
        border-bottom:0;
    }

    .mc-xbox-archive-table td::before{
        content:attr(data-label);
        color:#737c74;
        font-size:8px;
        line-height:1.5;
        font-weight:900;
        letter-spacing:.5px;
        text-transform:uppercase;
    }

    .mc-xbox-archive-game{
        grid-template-columns:35px minmax(0,1fr);
        gap:11px;
    }

    .mc-xbox-archive-game-number{
        width:33px;
        height:33px;
        box-shadow:4px 4px 0 #dcebdd;
    }

    .mc-xbox-archive-game strong{
        font-size:10px;
    }

    .mc-xbox-archive-version{
        justify-self:start;
    }

    .mc-xbox-archive-download{
        justify-self:start;
    }

    .mc-xbox-archive-footer{
        display:block;
        padding:24px 20px;
        text-align:center;
    }

    .mc-xbox-archive-explore{
        width:100%;
        margin-top:18px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media(max-width:420px){

    .mc-xbox-archive-heading h2{
        font-size:28px;
    }

    .mc-xbox-archive-platform-nav a{
        grid-template-columns:42px minmax(0,1fr);
        padding:18px;
    }

    .mc-xbox-archive-platform-nav span{
        width:38px;
        height:38px;
    }

    .mc-xbox-archive-table td{
        grid-template-columns:88px minmax(0,1fr);
        padding:13px 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-743aac2 *//* ==========================================
   MINECRAFT XBOX INFORMATION SECTIONS
========================================== */

.mc-xbox-info,
.mc-xbox-info *{
    box-sizing:border-box;
}

.mc-xbox-info{
    position:relative;
    width:100%;
    padding:100px 0;
    overflow:hidden;
    background:#ffffff;
}

.mc-xbox-info-container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:0 30px;
}

.mc-xbox-info-section{
    scroll-margin-top:35px;
    margin-bottom:105px;
}

.mc-xbox-info-section:last-child{
    margin-bottom:0;
}


/* ==========================================
   SHARED HEADINGS
========================================== */

.mc-xbox-info-heading{
    max-width:870px;
    margin:0 auto 45px;
    text-align:center;
}

.mc-xbox-info-kicker{
    display:block;
    margin-bottom:10px;
    color:#278536;
    font-size:12px;
    line-height:1.5;
    font-weight:900;
    letter-spacing:1px;
    text-align:center;
    text-transform:uppercase;
}

.mc-xbox-info-heading h2{
    margin:0 0 16px;
    color:#202420;
    font-size:40px;
    line-height:1.25;
    font-weight:900;
    text-align:center;
}

.mc-xbox-info-heading p{
    max-width:820px;
    margin:0 auto;
    color:#59625a;
    font-size:15px;
    line-height:1.9;
    text-align:center;
}


/* ==========================================
   ABOUT SECTION
========================================== */

.mc-xbox-info-about{
    position:relative;
    padding:70px 50px;
    background:#f4f8f4;
    border:1px solid #dce5dd;
}

.mc-xbox-info-about::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:7px;
    background:#278536;
}

.mc-xbox-about-layout{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);
    gap:26px;
}

.mc-xbox-about-main{
    min-width:0;
}

.mc-xbox-about-intro{
    display:grid;
    grid-template-columns:72px minmax(0,1fr);
    gap:22px;
    align-items:center;
    padding:30px;
    background:#ffffff;
    border-left:5px solid #278536;
    box-shadow:0 14px 32px rgba(0,0,0,.05);
}

.mc-xbox-about-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:66px;
    height:66px;
    background:#222622;
    color:#8ed194;
    font-size:16px;
    font-weight:900;
    box-shadow:7px 7px 0 #dcebdd;
}

.mc-xbox-about-intro h3{
    margin:0 0 8px;
    color:#222622;
    font-size:22px;
    line-height:1.4;
    font-weight:900;
}

.mc-xbox-about-intro p{
    margin:0;
    color:#5c655d;
    font-size:15px;
    line-height:1.8;
}

.mc-xbox-about-features{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-top:20px;
}

.mc-xbox-about-features article{
    min-width:0;
    min-height:235px;
    padding:26px 22px;
    background:#ffffff;
    border:1px solid #dce4dd;
    border-bottom:4px solid #278536;
}

.mc-xbox-about-features article > span{
    display:inline-block;
    margin-bottom:20px;
    padding:7px 10px;
    background:#e7f3e8;
    color:#278536;
    font-size:15px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.mc-xbox-about-features h4{
    margin:0 0 9px;
    color:#222622;
    font-size:16px;
    line-height:1.5;
    font-weight:900;
}

.mc-xbox-about-features p{
    margin:0;
    color:#5d665e;
    font-size:14px;
    line-height:1.8;
}

.mc-xbox-about-experience{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    margin-top:20px;
    overflow:hidden;
    background:#222622;
}

.mc-xbox-about-experience-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:34px 30px;
}

.mc-xbox-about-experience-copy > span{
    display:block;
    margin-bottom:8px;
    color:#8ed194;
    font-size:15px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-about-experience-copy h3{
    margin:0 0 11px;
    color:#ffffff;
    font-size:21px;
    line-height:1.45;
    font-weight:900;
}

.mc-xbox-about-experience-copy p{
    margin:0;
    color:#bdc6be;
    font-size:15px;
    line-height:1.8;
}

.mc-xbox-about-experience-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1px;
    background:rgba(255,255,255,.12);
}

.mc-xbox-about-experience-list > div{
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    gap:11px;
    align-items:center;
    min-height:82px;
    padding:17px;
    background:#278536;
}

.mc-xbox-about-experience-list span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#ffffff;
    color:#278536;
    font-size:15px;
    font-weight:900;
}

.mc-xbox-about-experience-list strong{
    color:#ffffff;
    font-size:15px;
    line-height:1.55;
    font-weight:900;
}


/* ABOUT SIDEBAR */

.mc-xbox-about-sidebar{
    min-width:0;
}

.mc-xbox-about-console-card{
    overflow:hidden;
    background:#278536;
    box-shadow:0 16px 35px rgba(39,133,54,.18);
}

.mc-xbox-about-console-label{
    display:block;
    padding:26px 25px 10px;
    color:#dceede;
    font-size:8px;
    font-weight:900;
    letter-spacing:.8px;
    text-align:center;
    text-transform:uppercase;
}

.mc-xbox-about-console-title{
    display:block;
    padding:0 25px 27px;
    color:#ffffff;
    font-size:54px;
    line-height:1;
    font-weight:900;
    letter-spacing:2px;
    text-align:center;
}

.mc-xbox-about-console-lines{
    border-top:1px solid rgba(255,255,255,.17);
}

.mc-xbox-about-console-lines > div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    min-height:72px;
    padding:17px 21px;
    border-bottom:1px solid rgba(255,255,255,.15);
}

.mc-xbox-about-console-lines > div:last-child{
    border-bottom:0;
}

.mc-xbox-about-console-lines span{
    color:#dceede;
    font-size:15px;
    line-height:1.4;
    font-weight:900;
    text-transform:uppercase;
}

.mc-xbox-about-console-lines strong{
    color:#ffffff;
    font-size:15px;
    line-height:1.5;
    font-weight:900;
    text-align:right;
}

.mc-xbox-about-note{
    margin-top:20px;
    padding:24px 22px;
    background:#222622;
    border-left:4px solid #278536;
}

.mc-xbox-about-note span{
    display:block;
    margin-bottom:7px;
    color:#8ed194;
    font-size:15px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-about-note p{
    margin:0;
    color:#c0c8c1;
    font-size:15px;
    line-height:1.8;
}


/* ==========================================
   COMPARISON SECTION
========================================== */

.mc-xbox-info-compare{
    position:relative;
}

.mc-xbox-compare-showcase{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.mc-xbox-compare-console{
    overflow:hidden;
    background:#ffffff;
    border:1px solid #dce4dd;
    box-shadow:0 15px 34px rgba(0,0,0,.06);
}

.mc-xbox-compare-console-top{
    min-height:115px;
    padding:26px 24px;
    background:#6d756e;
}

.mc-xbox-compare-console-green .mc-xbox-compare-console-top{
    background:#278536;
}

.mc-xbox-compare-console-dark .mc-xbox-compare-console-top{
    background:#222622;
}

.mc-xbox-compare-console-top span{
    display:block;
    margin-bottom:7px;
    color:#e4e8e4;
    font-size:15px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-compare-console-green .mc-xbox-compare-console-top span{
    color:#dceede;
}

.mc-xbox-compare-console-dark .mc-xbox-compare-console-top span{
    color:#8ed194;
}

.mc-xbox-compare-console-top strong{
    display:block;
    color:#ffffff;
    font-size:27px;
    line-height:1.3;
    font-weight:900;
}

.mc-xbox-compare-console-body{
    padding:24px;
}

.mc-xbox-compare-score{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:22px;
    padding-bottom:19px;
    border-bottom:1px solid #e1e7e2;
}

.mc-xbox-compare-score strong{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:64px;
    height:56px;
    padding:8px;
    background:#e8f4e9;
    color:#278536;
    font-size:19px;
    line-height:1;
    font-weight:900;
}

.mc-xbox-compare-score span{
    color:#606961;
    font-size:15px;
    line-height:1.6;
    font-weight:900;
    text-transform:uppercase;
}

.mc-xbox-compare-console ul{
    margin:0;
    padding:0;
    list-style:none;
}

.mc-xbox-compare-console li{
    position:relative;
    margin-bottom:11px;
    padding-left:21px;
    color:#59625a;
    font-size:15px;
    line-height:1.7;
}

.mc-xbox-compare-console li:last-child{
    margin-bottom:0;
}

.mc-xbox-compare-console li::before{
    content:"";
    position:absolute;
    top:7px;
    left:0;
    width:8px;
    height:8px;
    background:#278536;
}


/* COMPARISON TABLE */

.mc-xbox-compare-table-wrap{
    width:100%;
    margin-top:30px;
    overflow-x:auto;
    border:1px solid #dce4dd;
    box-shadow:0 16px 35px rgba(0,0,0,.05);
}

.mc-xbox-compare-table{
    width:100%;
    min-width:820px;
    border-collapse:collapse;
}

.mc-xbox-compare-table thead{
    background:#278536;
}

.mc-xbox-compare-table th{
    padding:18px 17px;
    color:#ffffff;
    border-right:1px solid rgba(255,255,255,.16);
    font-size:15px;
    line-height:1.5;
    font-weight:900;
    letter-spacing:.6px;
    text-align:center;
    text-transform:uppercase;
}

.mc-xbox-compare-table th:first-child{
    text-align:left;
}

.mc-xbox-compare-table th:last-child{
    border-right:0;
}

.mc-xbox-compare-table td{
    padding:17px;
    color:#59625a;
    border-right:1px solid #e2e8e3;
    border-bottom:1px solid #e2e8e3;
    font-size:15px;
    line-height:1.65;
    text-align:center;
}

.mc-xbox-compare-table td:first-child{
    color:#222622;
    font-weight:900;
    text-align:left;
}

.mc-xbox-compare-table td:last-child{
    border-right:0;
}

.mc-xbox-compare-table tbody tr:last-child td{
    border-bottom:0;
}

.mc-xbox-compare-table tbody tr:nth-child(even){
    background:#f7faf7;
}

.mc-xbox-compare-yes,
.mc-xbox-compare-no{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:55px;
    padding:7px 10px;
    font-size:15px;
    line-height:1.4;
    font-weight:900;
    text-transform:uppercase;
}

.mc-xbox-compare-yes{
    background:#e5f3e7;
    color:#278536;
}

.mc-xbox-compare-no{
    background:#f0f1f0;
    color:#69706a;
}


/* VERDICT */

.mc-xbox-compare-verdict{
    display:grid;
    grid-template-columns:82px minmax(0,1fr);
    gap:24px;
    align-items:center;
    margin-top:28px;
    padding:30px;
    background:#222622;
    border-left:6px solid #278536;
}

.mc-xbox-compare-verdict-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:74px;
    height:74px;
    background:#278536;
    color:#ffffff;
    font-size:27px;
    font-weight:900;
}

.mc-xbox-compare-verdict span{
    display:block;
    margin-bottom:6px;
    color:#8ed194;
    font-size:13px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-compare-verdict h3{
    margin:0 0 7px;
    color:#ffffff;
    font-size:21px;
    line-height:1.45;
    font-weight:900;
}

.mc-xbox-compare-verdict p{
    margin:0;
    color:#bdc6be;
    font-size:15px;
    line-height:1.8;
}


/* ==========================================
   VERSION NUMBER SECTION
========================================== */

.mc-xbox-info-numbering{
    padding:70px 50px;
    background:#f4f8f4;
    border:1px solid #dce5dd;
}

.mc-xbox-numbering-switch{
    display:grid;
    grid-template-columns:1fr 80px 1fr;
    align-items:stretch;
}

.mc-xbox-numbering-side{
    min-width:0;
    overflow:hidden;
    background:#ffffff;
    border:1px solid #dce4dd;
}

.mc-xbox-numbering-side-label{
    padding:26px;
    background:#6d756e;
}

.mc-xbox-numbering-bedrock .mc-xbox-numbering-side-label{
    background:#278536;
}

.mc-xbox-numbering-side-label span{
    display:block;
    margin-bottom:7px;
    color:#e6e9e6;
    font-size:12px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-numbering-side-label strong{
    display:block;
    color:#ffffff;
    font-size:20px;
    line-height:1.4;
    font-weight:900;
}

.mc-xbox-numbering-example{
    padding:34px 24px;
    text-align:center;
    border-bottom:1px solid #e2e8e3;
}

.mc-xbox-numbering-example small{
    display:block;
    margin-bottom:7px;
    color:#7a827b;
    font-size:15px;
    font-weight:900;
    letter-spacing:.6px;
    text-transform:uppercase;
}

.mc-xbox-numbering-example strong{
    display:block;
    color:#222622;
    font-size:46px;
    line-height:1;
    font-weight:900;
    letter-spacing:1px;
}

.mc-xbox-numbering-bedrock .mc-xbox-numbering-example strong{
    color:#278536;
}

.mc-xbox-numbering-breakdown{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.mc-xbox-numbering-breakdown > div{
    min-width:0;
    padding:24px 20px;
    text-align:center;
    border-right:1px solid #e2e8e3;
}

.mc-xbox-numbering-breakdown > div:last-child{
    border-right:0;
}

.mc-xbox-numbering-breakdown > div > span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:45px;
    height:45px;
    margin:0 auto 13px;
    background:#222622;
    color:#8ed194;
    font-size:15px;
    font-weight:900;
}

.mc-xbox-numbering-bedrock .mc-xbox-numbering-breakdown > div > span{
    background:#278536;
    color:#ffffff;
}

.mc-xbox-numbering-breakdown strong{
    display:block;
    margin-bottom:5px;
    color:#222622;
    font-size:15px;
    line-height:1.5;
    font-weight:900;
}

.mc-xbox-numbering-breakdown p{
    margin:0;
    color:#616a62;
    font-size:15px;
    line-height:1.7;
}

.mc-xbox-numbering-breakdown-three{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.mc-xbox-numbering-divider{
    display:flex;
    align-items:center;
    justify-content:center;
}

.mc-xbox-numbering-divider span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:56px;
    height:56px;
    border-radius:50%;
    background:#222622;
    color:#8ed194;
    border:6px solid #f4f8f4;
    font-size:15px;
    font-weight:900;
}


/* QUICK GUIDE */

.mc-xbox-numbering-guide{
    margin-top:28px;
    padding:34px;
    background:#222622;
}

.mc-xbox-numbering-guide-head{
    max-width:650px;
    margin:0 auto 25px;
    text-align:center;
}

.mc-xbox-numbering-guide-head span{
    display:block;
    margin-bottom:7px;
    color:#8ed194;
    font-size:12px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-numbering-guide-head h3{
    margin:0;
    color:#ffffff;
    font-size:23px;
    line-height:1.4;
    font-weight:900;
    text-align:center;
}

.mc-xbox-numbering-guide-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
}

.mc-xbox-numbering-guide-grid article{
    display:grid;
    grid-template-columns:45px minmax(0,1fr);
    gap:15px;
    min-width:0;
    padding:22px 19px;
    background:#303530;
    border-top:4px solid #278536;
}

.mc-xbox-numbering-guide-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    background:#278536;
    color:#ffffff;
    font-size:15px;
    font-weight:900;
}

.mc-xbox-numbering-guide-grid h4{
    margin:0 0 6px;
    color:#ffffff;
    font-size:15px;
    line-height:1.5;
    font-weight:900;
}

.mc-xbox-numbering-guide-grid p{
    margin:0;
    color:#b8c1b9;
    font-size:15px;
    line-height:1.75;
}


/* CHECK VERSION STEPS */

.mc-xbox-numbering-find{
    margin-top:28px;
    padding:35px;
    background:#ffffff;
    border:1px solid #dce4dd;
}

.mc-xbox-numbering-find-title{
    max-width:650px;
    margin:0 auto 28px;
    text-align:center;
}

.mc-xbox-numbering-find-title span{
    display:block;
    margin-bottom:7px;
    color:#278536;
    font-size:12px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.mc-xbox-numbering-find-title h3{
    margin:0;
    color:#222622;
    font-size:23px;
    line-height:1.4;
    font-weight:900;
}

.mc-xbox-numbering-find-steps{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}

.mc-xbox-numbering-find-steps article{
    position:relative;
    min-width:0;
    min-height:190px;
    padding:27px 20px 22px;
    background:#f4f8f4;
    border:1px solid #dce4dd;
    text-align:center;
}

.mc-xbox-numbering-find-steps article > span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    margin:0 auto 17px;
    border-radius:50%;
    background:#278536;
    color:#ffffff;
    font-size:15px;
    font-weight:900;
}

.mc-xbox-numbering-find-steps strong{
    display:block;
    margin-bottom:7px;
    color:#222622;
    font-size:16px;
    line-height:1.5;
    font-weight:900;
}

.mc-xbox-numbering-find-steps p{
    margin:0;
    color:#5d665e;
    font-size:15px;
    line-height:1.75;
}


/* NUMBER NOTE */

.mc-xbox-numbering-note{
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    gap:19px;
    align-items:center;
    margin-top:24px;
    padding:25px 27px;
    background:#e7f3e8;
    border-left:5px solid #278536;
}

.mc-xbox-numbering-note-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:47px;
    height:47px;
    border-radius:50%;
    background:#278536;
    color:#ffffff;
    font-size:17px;
    font-weight:900;
}

.mc-xbox-numbering-note strong{
    display:block;
    margin-bottom:5px;
    color:#222622;
    font-size:15px;
    line-height:1.5;
    font-weight:900;
}

.mc-xbox-numbering-note p{
    margin:0;
    color:#59625a;
    font-size:15px;
    line-height:1.8;
}


/* ==========================================
   TABLET
========================================== */

@media(max-width:1000px){

    .mc-xbox-about-layout{
        grid-template-columns:1fr;
    }

    .mc-xbox-about-sidebar{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .mc-xbox-about-note{
        margin-top:0;
    }

    .mc-xbox-compare-showcase{
        grid-template-columns:1fr;
    }

    .mc-xbox-numbering-switch{
        grid-template-columns:1fr;
        gap:18px;
    }

    .mc-xbox-numbering-divider{
        min-height:50px;
    }

    .mc-xbox-numbering-guide-grid{
        grid-template-columns:1fr;
    }

    .mc-xbox-numbering-find-steps{
        grid-template-columns:1fr 1fr;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .mc-xbox-info{
        padding:65px 0;
    }

    .mc-xbox-info-container{
        padding:0 20px;
    }

    .mc-xbox-info-section{
        margin-bottom:70px;
    }

    .mc-xbox-info-heading h2{
        font-size:30px;
    }

    .mc-xbox-info-heading p{
        font-size:12px;
    }

    .mc-xbox-info-about,
    .mc-xbox-info-numbering{
        padding:50px 20px;
    }

    .mc-xbox-about-intro{
        grid-template-columns:1fr;
        padding:26px 21px;
        text-align:center;
    }

    .mc-xbox-about-number{
        margin:0 auto;
    }

    .mc-xbox-about-features{
        grid-template-columns:1fr;
    }

    .mc-xbox-about-features article{
        min-height:0;
        text-align:center;
    }

    .mc-xbox-about-experience{
        grid-template-columns:1fr;
    }

    .mc-xbox-about-experience-copy{
        text-align:center;
    }

    .mc-xbox-about-experience-list{
        grid-template-columns:1fr;
    }

    .mc-xbox-about-sidebar{
        grid-template-columns:1fr;
    }

    .mc-xbox-about-note{
        text-align:center;
    }

    .mc-xbox-compare-table-wrap{
        overflow:visible;
        border:0;
        box-shadow:none;
    }

    .mc-xbox-compare-table{
        min-width:0;
        display:block;
    }

    .mc-xbox-compare-table thead{
        display:none;
    }

    .mc-xbox-compare-table tbody{
        display:block;
    }

    .mc-xbox-compare-table tr{
        display:block;
        margin-bottom:15px;
        overflow:hidden;
        background:#ffffff !important;
        border:1px solid #dce4dd;
        border-left:4px solid #278536;
    }

    .mc-xbox-compare-table td{
        display:grid;
        grid-template-columns:110px minmax(0,1fr);
        gap:12px;
        align-items:center;
        width:100%;
        padding:14px;
        text-align:left !important;
        border-right:0;
        border-bottom:1px solid #e2e8e3;
    }

    .mc-xbox-compare-table td:last-child{
        border-bottom:0;
    }

    .mc-xbox-compare-table td::before{
        content:attr(data-label);
        color:#747d75;
        font-size:8px;
        line-height:1.5;
        font-weight:900;
        letter-spacing:.5px;
        text-transform:uppercase;
    }

    .mc-xbox-compare-verdict{
        grid-template-columns:1fr;
        text-align:center;
    }

    .mc-xbox-compare-verdict-icon{
        margin:0 auto;
    }

    .mc-xbox-numbering-breakdown,
    .mc-xbox-numbering-breakdown-three{
        grid-template-columns:1fr;
    }

    .mc-xbox-numbering-breakdown > div{
        border-right:0;
        border-bottom:1px solid #e2e8e3;
    }

    .mc-xbox-numbering-breakdown > div:last-child{
        border-bottom:0;
    }

    .mc-xbox-numbering-guide{
        padding:28px 20px;
    }

    .mc-xbox-numbering-guide-head h3{
        font-size:20px;
    }

    .mc-xbox-numbering-find{
        padding:30px 20px;
    }

    .mc-xbox-numbering-find-steps{
        grid-template-columns:1fr;
    }

    .mc-xbox-numbering-find-steps article{
        min-height:0;
    }

    .mc-xbox-numbering-note{
        grid-template-columns:1fr;
        text-align:center;
    }

    .mc-xbox-numbering-note-icon{
        margin:0 auto;
    }

}/* End custom CSS */