:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1bede97 *//* =========================================================
   MINECRAFT XBOX 360 VERSIONS PAGE
   MINIMUM FONT SIZE: 15PX
========================================================= */

.mc-xbox360-page,
.mc-xbox360-page * {
    box-sizing: border-box;
}

.mc-xbox360-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    color: #222622;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-xbox360-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}


/* =========================================================
   SHARED SECTION HEADING
========================================================= */

.mc-xbox360-section-heading {
    max-width: 880px;
    margin: 0 auto 48px;
    text-align: center;
}

.mc-xbox360-section-heading > span {
    display: block;
    margin-bottom: 12px;
    color: #278536;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.mc-xbox360-section-heading h2 {
    margin: 0 0 18px;
    color: #202420;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
}

.mc-xbox360-section-heading p {
    max-width: 820px;
    margin: 0 auto;
    color: #59625a;
    font-size: 16px;
    line-height: 1.85;
    text-align: center;
}


/* =========================================================
   SECTION 01: HERO
========================================================= */

.mc-xbox360-hero {
    position: relative;
    width: 100%;
    padding: 100px 30px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #f7faf7 0%,
            #edf6ee 55%,
            #ffffff 100%
        );
}

.mc-xbox360-hero::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -120px;
    width: 520px;
    height: 520px;
    border: 90px solid rgba(39, 133, 54, 0.07);
    border-radius: 50%;
}

.mc-xbox360-hero::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -160px;
    width: 430px;
    height: 430px;
    background: rgba(39, 133, 54, 0.05);
    border-radius: 50%;
}

.mc-xbox360-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    gap: 70px;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.mc-xbox360-hero-content {
    min-width: 0;
}

.mc-xbox360-hero-kicker {
    display: block;
    margin-bottom: 14px;
    color: #278536;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mc-xbox360-hero-content h1 {
    max-width: 680px;
    margin: 0 0 22px;
    color: #202420;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -2px;
}

.mc-xbox360-hero-content > p {
    max-width: 680px;
    margin: 0;
    color: #59625a;
    font-size: 17px;
    line-height: 1.85;
}

.mc-xbox360-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.mc-xbox360-hero-primary,
.mc-xbox360-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition:
        transform 0.22s ease,
        background 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.mc-xbox360-hero-primary {
    background: #278536;
    color: #ffffff;
    border-color: #278536;
    box-shadow: 0 12px 26px rgba(39, 133, 54, 0.2);
}

.mc-xbox360-hero-primary:hover {
    transform: translateY(-3px);
    background: #1f6c2c;
    color: #ffffff;
    border-color: #1f6c2c;
}

.mc-xbox360-hero-secondary {
    background: #ffffff;
    color: #222622;
    border-color: #d5dfd6;
}

.mc-xbox360-hero-secondary:hover {
    transform: translateY(-3px);
    color: #278536;
    border-color: #278536;
}

.mc-xbox360-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 40px;
    border-top: 1px solid #d7e1d8;
    border-bottom: 1px solid #d7e1d8;
}

.mc-xbox360-hero-meta-item {
    min-width: 0;
    padding: 22px 18px;
    text-align: center;
    border-right: 1px solid #d7e1d8;
}

.mc-xbox360-hero-meta-item:last-child {
    border-right: 0;
}

.mc-xbox360-hero-meta-label {
    display: block;
    margin-bottom: 7px;
    color: #6d766e;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

.mc-xbox360-hero-meta-item strong {
    display: block;
    color: #278536;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 900;
}


/* HERO VISUAL */

.mc-xbox360-hero-visual {
    position: relative;
    min-width: 0;
    padding-bottom: 48px;
}

.mc-xbox360-hero-console {
    position: relative;
    z-index: 2;
    padding: 24px;
    overflow: hidden;
    background: #222622;
    box-shadow: 0 26px 55px rgba(0, 0, 0, 0.18);
}

.mc-xbox360-hero-console-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.mc-xbox360-hero-console-header span {
    color: #8ed194;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-hero-console-header strong {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
}

.mc-xbox360-hero-screen {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(39, 133, 54, 0.25),
            rgba(14, 18, 14, 0.15)
        ),
        #101410;
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.mc-xbox360-hero-screen-content {
    position: absolute;
    z-index: 3;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.mc-xbox360-hero-screen-content span {
    display: block;
    margin-bottom: 9px;
    color: #8ed194;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-hero-screen-content strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 900;
}

.mc-xbox360-hero-screen-content p {
    max-width: 370px;
    margin: 0;
    color: #c5cec6;
    font-size: 15px;
    line-height: 1.7;
}

.mc-xbox360-hero-pixel {
    position: absolute;
}

.mc-xbox360-hero-pixel-one {
    top: 32px;
    left: 30px;
    width: 90px;
    height: 90px;
    background: #278536;
}

.mc-xbox360-hero-pixel-two {
    top: 75px;
    left: 123px;
    width: 45px;
    height: 45px;
    background: #63b86d;
}

.mc-xbox360-hero-pixel-three {
    top: 30px;
    right: 35px;
    width: 105px;
    height: 42px;
    background: #343b35;
}

.mc-xbox360-hero-pixel-four {
    top: 78px;
    right: 79px;
    width: 61px;
    height: 61px;
    background: #1e692a;
}

.mc-xbox360-hero-pixel-five {
    top: 124px;
    left: 70px;
    width: 36px;
    height: 36px;
    background: #8ed194;
}

.mc-xbox360-hero-console-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.mc-xbox360-hero-console-footer span {
    padding: 13px 8px;
    background: #303530;
    color: #d0d7d1;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
}

.mc-xbox360-hero-version-card {
    position: absolute;
    z-index: 4;
    right: -28px;
    bottom: 0;
    width: 210px;
    padding: 22px;
    background: #278536;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(39, 133, 54, 0.24);
}

.mc-xbox360-hero-version-card > span {
    display: block;
    margin-bottom: 12px;
    color: #dceede;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-hero-version-code {
    margin-bottom: 11px;
    color: #ffffff;
    font-size: 45px;
    line-height: 1;
    font-weight: 900;
}

.mc-xbox360-hero-version-card p {
    margin: 0;
    color: #edf7ee;
    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   SECTION 02: ABOUT
========================================================= */

.mc-xbox360-about {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.mc-xbox360-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 30px;
    align-items: start;
}

.mc-xbox360-about-main {
    min-width: 0;
}

.mc-xbox360-about-lead {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 32px;
    background: #f3f8f3;
    border-left: 6px solid #278536;
}

.mc-xbox360-about-lead-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #222622;
    color: #8ed194;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 7px 7px 0 #d7ead9;
}

.mc-xbox360-about-lead h3 {
    margin: 0 0 9px;
    color: #222622;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xbox360-about-lead p {
    margin: 0;
    color: #59625a;
    font-size: 16px;
    line-height: 1.8;
}

.mc-xbox360-about-copy {
    padding: 28px 30px;
    background: #222622;
}

.mc-xbox360-about-copy p {
    margin: 0 0 16px;
    color: #c4ccc5;
    font-size: 16px;
    line-height: 1.85;
}

.mc-xbox360-about-copy p:last-child {
    margin-bottom: 0;
}

.mc-xbox360-about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.mc-xbox360-about-feature {
    min-width: 0;
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #dce4dd;
    border-bottom: 5px solid #278536;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mc-xbox360-about-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.07);
}

.mc-xbox360-about-feature > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 17px;
    background: #e5f3e7;
    color: #278536;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.mc-xbox360-about-feature h3 {
    margin: 0 0 9px;
    color: #222622;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xbox360-about-feature p {
    margin: 0;
    color: #5e675f;
    font-size: 15px;
    line-height: 1.75;
}


/* ABOUT SIDEBAR */

.mc-xbox360-about-sidebar {
    min-width: 0;
}

.mc-xbox360-about-console-card {
    overflow: hidden;
    background: #278536;
    box-shadow: 0 20px 40px rgba(39, 133, 54, 0.18);
}

.mc-xbox360-about-console-small {
    display: block;
    padding: 30px 28px 10px;
    color: #dceede;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
}

.mc-xbox360-about-console-name {
    display: block;
    padding: 0 28px 30px;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
}

.mc-xbox360-about-console-data {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.mc-xbox360-about-console-data > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 82px;
    padding: 20px 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mc-xbox360-about-console-data > div:last-child {
    border-bottom: 0;
}

.mc-xbox360-about-console-data span {
    color: #dceede;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.mc-xbox360-about-console-data strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
    text-align: right;
}

.mc-xbox360-about-status {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 20px;
    padding: 24px;
    background: #222622;
    border-left: 5px solid #278536;
}

.mc-xbox360-about-status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #278536;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.mc-xbox360-about-status strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xbox360-about-status p {
    margin: 0;
    color: #c2cac3;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   SECTION 03: OVERVIEW
========================================================= */

.mc-xbox360-overview {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #f3f8f3;
}

.mc-xbox360-overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #278536;
}

.mc-xbox360-overview-dashboard {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce4dd;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.07);
}

.mc-xbox360-overview-navigation {
    background: #222622;
}

.mc-xbox360-overview-navigation-head {
    padding: 30px 26px;
    background: #278536;
}

.mc-xbox360-overview-navigation-head span {
    display: block;
    margin-bottom: 7px;
    color: #dceede;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-overview-navigation-head strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
}

.mc-xbox360-overview-navigation-list {
    padding: 14px;
}

.mc-xbox360-overview-navigation-list a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 14px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    text-decoration: none;
    transition:
        background 0.22s ease,
        transform 0.22s ease;
}

.mc-xbox360-overview-navigation-list a:last-child {
    border-bottom: 0;
}

.mc-xbox360-overview-navigation-list a:hover {
    transform: translateX(4px);
    background: #303630;
}

.mc-xbox360-overview-navigation-list a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #278536;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.mc-xbox360-overview-navigation-list a strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xbox360-overview-content {
    min-width: 0;
}

.mc-xbox360-overview-row {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 135px;
    gap: 22px;
    align-items: center;
    min-height: 175px;
    padding: 30px;
    border-bottom: 1px solid #e0e7e1;
}

.mc-xbox360-overview-row:last-child {
    border-bottom: 0;
}

.mc-xbox360-overview-row:nth-child(even) {
    background: #f8faf8;
}

.mc-xbox360-overview-row-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: #222622;
    color: #8ed194;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 6px 6px 0 #d8ead9;
}

.mc-xbox360-overview-row-content > span {
    display: block;
    margin-bottom: 7px;
    color: #278536;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-overview-row-content h3 {
    margin: 0 0 8px;
    color: #222622;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xbox360-overview-row-content p {
    margin: 0;
    color: #5d665e;
    font-size: 15px;
    line-height: 1.8;
}

.mc-xbox360-overview-row-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 14px;
    background: #e6f3e7;
    color: #278536;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}


/* OVERVIEW SUMMARY */

.mc-xbox360-overview-summary {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    margin-top: 28px;
    overflow: hidden;
    background: #222622;
}

.mc-xbox360-overview-summary-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 32px;
}

.mc-xbox360-overview-summary-heading span {
    display: block;
    margin-bottom: 8px;
    color: #8ed194;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-overview-summary-heading h3 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xbox360-overview-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.13);
}

.mc-xbox360-overview-summary-grid > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px;
    background: #278536;
    text-align: center;
}

.mc-xbox360-overview-summary-grid strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.mc-xbox360-overview-summary-grid span {
    display: block;
    color: #e1f0e3;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}


/* =========================================================
   TABLET RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .mc-xbox360-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .mc-xbox360-hero-content {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
    }

    .mc-xbox360-hero-content h1,
    .mc-xbox360-hero-content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .mc-xbox360-hero-actions {
        justify-content: center;
    }

    .mc-xbox360-hero-visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .mc-xbox360-about-layout {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-about-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .mc-xbox360-about-status {
        margin-top: 0;
    }

    .mc-xbox360-overview-dashboard {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-overview-navigation-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-xbox360-overview-navigation-list a {
        border-right: 1px solid rgba(255, 255, 255, 0.09);
    }

}


/* =========================================================
   MOBILE RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .mc-xbox360-container {
        padding: 0 20px;
    }

    .mc-xbox360-section-heading {
        margin-bottom: 36px;
    }

    .mc-xbox360-section-heading h2 {
        font-size: 32px;
    }

    .mc-xbox360-hero {
        padding: 70px 20px;
    }

    .mc-xbox360-hero-content h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .mc-xbox360-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mc-xbox360-hero-primary,
    .mc-xbox360-hero-secondary {
        width: 100%;
    }

    .mc-xbox360-hero-meta {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-hero-meta-item {
        border-right: 0;
        border-bottom: 1px solid #d7e1d8;
    }

    .mc-xbox360-hero-meta-item:last-child {
        border-bottom: 0;
    }

    .mc-xbox360-hero-console {
        padding: 17px;
    }

    .mc-xbox360-hero-screen {
        min-height: 270px;
    }

    .mc-xbox360-hero-screen-content strong {
        font-size: 29px;
    }

    .mc-xbox360-hero-console-footer {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-hero-version-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }

    .mc-xbox360-about,
    .mc-xbox360-overview {
        padding: 70px 0;
    }

    .mc-xbox360-about-lead {
        grid-template-columns: 1fr;
        padding: 27px 22px;
        text-align: center;
    }

    .mc-xbox360-about-lead-number {
        margin: 0 auto;
    }

    .mc-xbox360-about-feature-grid {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-about-feature {
        text-align: center;
    }

    .mc-xbox360-about-sidebar {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-about-status {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-xbox360-about-status-icon {
        margin: 0 auto;
    }

    .mc-xbox360-overview-navigation-list {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-overview-navigation-list a {
        border-right: 0;
    }

    .mc-xbox360-overview-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 27px 22px;
        text-align: center;
    }

    .mc-xbox360-overview-row-number {
        margin: 0 auto;
    }

    .mc-xbox360-overview-row-tag {
        width: 100%;
    }

    .mc-xbox360-overview-summary {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-overview-summary-heading {
        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .mc-xbox360-section-heading h2 {
        font-size: 29px;
    }

    .mc-xbox360-hero-content h1 {
        font-size: 34px;
    }

    .mc-xbox360-hero-console-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .mc-xbox360-hero-screen-content {
        right: 20px;
        bottom: 22px;
        left: 20px;
    }

    .mc-xbox360-about-console-name {
        font-size: 37px;
    }

    .mc-xbox360-overview-summary-grid {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59a49b3 *//* =========================================================
   MINECRAFT XBOX 360 — 20 VERSION TABLE
   MINIMUM FONT SIZE: 15PX
========================================================= */

.mc-xbox360-versions,
.mc-xbox360-versions * {
    box-sizing: border-box;
}

.mc-xbox360-versions {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #ffffff;
    color: #222622;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-xbox360-versions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background:
        linear-gradient(
            180deg,
            #edf6ee 0%,
            rgba(237, 246, 238, 0.55) 65%,
            rgba(255, 255, 255, 0) 100%
        );
}

.mc-xbox360-versions-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}


/* =========================================================
   HEADING
========================================================= */

.mc-xbox360-versions-heading {
    max-width: 880px;
    margin: 0 auto 48px;
    text-align: center;
}

.mc-xbox360-versions-kicker {
    display: block;
    margin-bottom: 12px;
    color: #278536;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.mc-xbox360-versions-heading h2 {
    margin: 0 0 18px;
    color: #202420;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
}

.mc-xbox360-versions-heading p {
    max-width: 820px;
    margin: 0 auto;
    color: #59625a;
    font-size: 16px;
    line-height: 1.85;
    text-align: center;
}


/* =========================================================
   SUMMARY BANNER
========================================================= */

.mc-xbox360-versions-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
    overflow: hidden;
    margin-bottom: 28px;
    background: #222622;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.12);
}

.mc-xbox360-versions-summary-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 38px;
}

.mc-xbox360-versions-summary-content > span {
    display: block;
    margin-bottom: 8px;
    color: #8ed194;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-versions-summary-content h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 900;
}

.mc-xbox360-versions-summary-content p {
    max-width: 650px;
    margin: 0;
    color: #c2cac3;
    font-size: 15px;
    line-height: 1.75;
}

.mc-xbox360-versions-summary-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.14);
}

.mc-xbox360-versions-summary-stats > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 165px;
    padding: 20px 14px;
    background: #278536;
    text-align: center;
}

.mc-xbox360-versions-summary-stats strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.mc-xbox360-versions-summary-stats span {
    display: block;
    color: #e2f1e4;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}


/* =========================================================
   TABLE CONTAINER
========================================================= */

.mc-xbox360-versions-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #dce4dd;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.08);
}

.mc-xbox360-versions-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    border-spacing: 0;
}


/* =========================================================
   TABLE HEADER
========================================================= */

.mc-xbox360-versions-table thead {
    background: #278536;
}

.mc-xbox360-versions-table th {
    padding: 21px 22px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
}

.mc-xbox360-versions-table th:nth-child(2),
.mc-xbox360-versions-table th:nth-child(3),
.mc-xbox360-versions-table th:nth-child(4) {
    text-align: center;
}

.mc-xbox360-versions-table th:last-child {
    border-right: 0;
}


/* =========================================================
   TABLE BODY
========================================================= */

.mc-xbox360-versions-table tbody tr {
    background: #ffffff;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.mc-xbox360-versions-table tbody tr:nth-child(even) {
    background: #f7faf7;
}

.mc-xbox360-versions-table tbody tr:hover {
    background: #eaf5eb;
}

.mc-xbox360-versions-table td {
    padding: 19px 22px;
    color: #59625a;
    border-right: 1px solid #e0e7e1;
    border-bottom: 1px solid #e0e7e1;
    font-size: 15px;
    line-height: 1.65;
    vertical-align: middle;
}

.mc-xbox360-versions-table td:nth-child(2),
.mc-xbox360-versions-table td:nth-child(3),
.mc-xbox360-versions-table td:nth-child(4) {
    text-align: center;
}

.mc-xbox360-versions-table td:last-child {
    border-right: 0;
}

.mc-xbox360-versions-table tbody tr:last-child td {
    border-bottom: 0;
}


/* =========================================================
   GAME INFORMATION CELL
========================================================= */

.mc-xbox360-versions-game {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-width: 0;
}

.mc-xbox360-versions-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #222622;
    color: #8ed194;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 5px 5px 0 #d6ead8;
}

.mc-xbox360-versions-game strong {
    display: block;
    margin-bottom: 4px;
    color: #222622;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 900;
}

.mc-xbox360-versions-game small {
    display: block;
    color: #737c74;
    font-size: 15px;
    line-height: 1.45;
}


/* =========================================================
   VERSION BADGE
========================================================= */

.mc-xbox360-versions-version {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 43px;
    padding: 9px 15px;
    background: #e5f3e7;
    color: #278536;
    border: 1px solid #c7dfca;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
}


/* =========================================================
   DOWNLOAD BUTTON
========================================================= */

.mc-xbox360-versions-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    min-height: 45px;
    padding: 10px 18px;
    background: #278536;
    color: #ffffff;
    border: 2px solid #278536;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.22s ease,
        background 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.mc-xbox360-versions-download::after {
    content: "↓";
    margin-left: 9px;
    font-size: 17px;
    line-height: 1;
}

.mc-xbox360-versions-download:hover {
    transform: translateY(-3px);
    background: #222622;
    color: #ffffff;
    border-color: #222622;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}


/* =========================================================
   FOOTER CTA
========================================================= */

.mc-xbox360-versions-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 28px;
    padding: 34px 36px;
    background: #f0f7f1;
    border: 1px solid #d8e4d9;
    border-left: 6px solid #278536;
}

.mc-xbox360-versions-footer > div {
    min-width: 0;
}

.mc-xbox360-versions-footer span {
    display: block;
    margin-bottom: 7px;
    color: #278536;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xbox360-versions-footer h3 {
    margin: 0 0 7px;
    color: #222622;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xbox360-versions-footer p {
    max-width: 720px;
    margin: 0;
    color: #5d665e;
    font-size: 15px;
    line-height: 1.75;
}

.mc-xbox360-versions-more {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    min-height: 52px;
    padding: 13px 22px;
    background: #222622;
    color: #ffffff;
    border: 2px solid #222622;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease;
}

.mc-xbox360-versions-more::after {
    content: "→";
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
}

.mc-xbox360-versions-more:hover {
    transform: translateY(-3px);
    background: #278536;
    color: #ffffff;
    border-color: #278536;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .mc-xbox360-versions-summary {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-versions-summary-content {
        text-align: center;
    }

    .mc-xbox360-versions-summary-content p {
        margin-right: auto;
        margin-left: auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mc-xbox360-versions {
        padding: 70px 0;
    }

    .mc-xbox360-versions-container {
        padding: 0 20px;
    }

    .mc-xbox360-versions-heading h2 {
        font-size: 32px;
    }

    .mc-xbox360-versions-summary-stats {
        grid-template-columns: 1fr;
    }

    .mc-xbox360-versions-summary-stats > div {
        min-height: 105px;
    }


    /* MOBILE CARD TABLE */

    .mc-xbox360-versions-table-wrap {
        overflow: visible;
        padding: 16px 0;
        background: #f3f7f3;
        border: 0;
        box-shadow: none;
    }

    .mc-xbox360-versions-table {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .mc-xbox360-versions-table thead {
        display: none;
    }

    .mc-xbox360-versions-table tbody {
        display: block;
    }

    .mc-xbox360-versions-table tr {
        display: block;
        margin: 0 12px 18px;
        overflow: hidden;
        background: #ffffff !important;
        border: 1px solid #dce4dd;
        border-left: 5px solid #278536;
        box-shadow: 0 9px 22px rgba(0, 0, 0, 0.05);
    }

    .mc-xbox360-versions-table td {
        display: grid;
        grid-template-columns: 125px minmax(0, 1fr);
        gap: 15px;
        align-items: center;
        width: 100%;
        padding: 16px;
        text-align: left !important;
        border-right: 0;
        border-bottom: 1px solid #e0e7e1;
    }

    .mc-xbox360-versions-table td:last-child {
        border-bottom: 0;
    }

    .mc-xbox360-versions-table td::before {
        content: attr(data-label);
        color: #6c756d;
        font-size: 15px;
        line-height: 1.45;
        font-weight: 900;
        text-transform: uppercase;
    }

    .mc-xbox360-versions-game {
        grid-template-columns: 45px minmax(0, 1fr);
        gap: 13px;
    }

    .mc-xbox360-versions-number {
        width: 42px;
        height: 42px;
    }

    .mc-xbox360-versions-version,
    .mc-xbox360-versions-download {
        justify-self: start;
    }

    .mc-xbox360-versions-footer {
        display: block;
        padding: 30px 24px;
        text-align: center;
    }

    .mc-xbox360-versions-more {
        width: 100%;
        margin-top: 22px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 460px) {

    .mc-xbox360-versions-heading h2 {
        font-size: 29px;
    }

    .mc-xbox360-versions-summary-content {
        padding: 30px 22px;
    }

    .mc-xbox360-versions-table td {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .mc-xbox360-versions-table td::before {
        padding-bottom: 5px;
        border-bottom: 1px solid #edf1ed;
    }

    .mc-xbox360-versions-game {
        grid-template-columns: 44px minmax(0, 1fr);
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7f2933 *//* =========================================================
   MINECRAFT XBOX 360 — NEXT 3 SECTIONS
   MINIMUM FONT SIZE: 15PX
========================================================= */

.mc-x360-guide,
.mc-x360-guide * {
    box-sizing: border-box;
}

.mc-x360-guide {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    color: #222622;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-x360-guide-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}


/* =========================================================
   SHARED HEADING
========================================================= */

.mc-x360-guide-heading {
    max-width: 880px;
    margin: 0 auto 50px;
    text-align: center;
}

.mc-x360-guide-kicker {
    display: block;
    margin-bottom: 12px;
    color: #278536;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.mc-x360-guide-heading h2 {
    margin: 0 0 18px;
    color: #202420;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
}

.mc-x360-guide-heading p {
    max-width: 820px;
    margin: 0 auto;
    color: #59625a;
    font-size: 16px;
    line-height: 1.85;
    text-align: center;
}


/* =========================================================
   SECTION 01: MAJOR UPDATE HISTORY
========================================================= */

.mc-x360-guide-history {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #f4f8f4;
}

.mc-x360-guide-history::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -130px;
    width: 480px;
    height: 480px;
    border: 85px solid rgba(39, 133, 54, 0.06);
    border-radius: 50%;
}

.mc-x360-history-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}


/* HISTORY SIDEBAR */

.mc-x360-history-summary {
    position: sticky;
    top: 30px;
    overflow: hidden;
    background: #222622;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.12);
}

.mc-x360-history-summary-kicker {
    display: block;
    padding: 30px 28px 8px;
    color: #8ed194;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
}

.mc-x360-history-summary-title {
    display: block;
    padding: 0 28px 12px;
    color: #ffffff;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.mc-x360-history-summary > p {
    margin: 0;
    padding: 0 28px 30px;
    color: #c2cac3;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
}

.mc-x360-history-summary-data {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.mc-x360-history-summary-data > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 78px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mc-x360-history-summary-data > div:last-child {
    border-bottom: 0;
}

.mc-x360-history-summary-data span {
    color: #aeb7af;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.mc-x360-history-summary-data strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
    text-align: right;
}


/* HISTORY TIMELINE */

.mc-x360-history-timeline {
    position: relative;
    min-width: 0;
}

.mc-x360-history-timeline::before {
    content: "";
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 33px;
    width: 4px;
    background: #cfe3d1;
}

.mc-x360-history-item {
    position: relative;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 22px;
    margin-bottom: 24px;
}

.mc-x360-history-item:last-child {
    margin-bottom: 0;
}

.mc-x360-history-marker {
    position: relative;
    z-index: 3;
    padding-top: 25px;
}

.mc-x360-history-marker span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: #278536;
    color: #ffffff;
    border: 8px solid #f4f8f4;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
}

.mc-x360-history-card {
    min-width: 0;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dbe4dc;
    border-left: 5px solid #278536;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.mc-x360-history-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.08);
}

.mc-x360-history-card-head span {
    display: block;
    margin-bottom: 7px;
    color: #278536;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-history-card-head strong {
    display: block;
    color: #222622;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-x360-history-card > p {
    margin: 14px 0 0;
    color: #5d665e;
    font-size: 15px;
    line-height: 1.8;
}

.mc-x360-history-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 19px;
}

.mc-x360-history-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    background: #e7f3e8;
    color: #278536;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
}


/* HISTORY NOTE */

.mc-x360-history-note {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 36px;
    padding: 32px;
    background: #278536;
    box-shadow: 0 18px 40px rgba(39, 133, 54, 0.18);
}

.mc-x360-history-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    color: #278536;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.mc-x360-history-note span {
    display: block;
    margin-bottom: 7px;
    color: #dceede;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-history-note h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-x360-history-note p {
    margin: 0;
    color: #edf7ee;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   SECTION 02: NUMBERING GUIDE
========================================================= */

.mc-x360-guide-numbering {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.mc-x360-numbering-showcase {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    overflow: hidden;
    background: #222622;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
}

.mc-x360-numbering-example {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 30px;
    background: #278536;
    text-align: center;
}

.mc-x360-numbering-example-label {
    display: block;
    margin-bottom: 20px;
    color: #dceede;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-numbering-code {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 22px;
}

.mc-x360-numbering-code-prefix,
.mc-x360-numbering-code-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    height: 105px;
    padding: 15px;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.mc-x360-numbering-code-prefix {
    background: #222622;
    color: #8ed194;
}

.mc-x360-numbering-code-number {
    background: #ffffff;
    color: #278536;
}

.mc-x360-numbering-example p {
    margin: 0;
    color: #edf7ee;
    font-size: 15px;
    line-height: 1.75;
}

.mc-x360-numbering-breakdown {
    min-width: 0;
    padding: 20px;
}

.mc-x360-numbering-breakdown article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    min-height: 145px;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.mc-x360-numbering-breakdown article:last-child {
    border-bottom: 0;
}

.mc-x360-numbering-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: #278536;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.mc-x360-numbering-breakdown article span {
    display: block;
    margin-bottom: 5px;
    color: #8ed194;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-numbering-breakdown article h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-x360-numbering-breakdown article p {
    margin: 0;
    color: #bec7bf;
    font-size: 15px;
    line-height: 1.75;
}


/* NUMBERING PROCESS */

.mc-x360-numbering-process {
    margin-top: 30px;
    padding: 38px;
    background: #f4f8f4;
    border: 1px solid #dce5dd;
}

.mc-x360-numbering-process-heading {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}

.mc-x360-numbering-process-heading span {
    display: block;
    margin-bottom: 7px;
    color: #278536;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-numbering-process-heading h3 {
    margin: 0;
    color: #222622;
    font-size: 27px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-x360-numbering-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mc-x360-numbering-steps article {
    position: relative;
    min-width: 0;
    min-height: 245px;
    padding: 28px 22px;
    background: #ffffff;
    border: 1px solid #dbe4dc;
    border-top: 5px solid #278536;
    text-align: center;
}

.mc-x360-numbering-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #222622;
    color: #8ed194;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
}

.mc-x360-numbering-steps strong {
    display: block;
    margin-bottom: 9px;
    color: #222622;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
}

.mc-x360-numbering-steps p {
    margin: 0;
    color: #5e675f;
    font-size: 15px;
    line-height: 1.75;
}


/* UPDATE CONTENT GRID */

.mc-x360-numbering-meaning {
    margin-top: 30px;
    overflow: hidden;
    background: #222622;
}

.mc-x360-numbering-meaning-head {
    padding: 32px 30px;
    text-align: center;
}

.mc-x360-numbering-meaning-head span {
    display: block;
    margin-bottom: 7px;
    color: #8ed194;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-numbering-meaning-head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-x360-numbering-meaning-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.mc-x360-numbering-meaning-grid > div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-height: 100px;
    padding: 22px;
    background: #278536;
}

.mc-x360-numbering-meaning-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #ffffff;
    color: #278536;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.mc-x360-numbering-meaning-grid strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 900;
}


/* =========================================================
   SECTION 03: COMPARISON
========================================================= */

.mc-x360-guide-compare {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #f4f8f4;
    border-top: 7px solid #278536;
}

.mc-x360-compare-panels {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr);
    align-items: stretch;
}

.mc-x360-compare-panel {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce4dd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.mc-x360-compare-panel-head {
    padding: 30px;
    background: #6b736c;
    text-align: center;
}

.mc-x360-compare-panel-bedrock .mc-x360-compare-panel-head {
    background: #278536;
}

.mc-x360-compare-panel-head span {
    display: block;
    margin-bottom: 7px;
    color: #e5e9e5;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-compare-panel-bedrock .mc-x360-compare-panel-head span {
    color: #dceede;
}

.mc-x360-compare-panel-head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-x360-compare-panel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 30px auto 24px;
    background: #222622;
    color: #8ed194;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 8px 8px 0 #d7ead9;
}

.mc-x360-compare-panel-bedrock .mc-x360-compare-panel-icon {
    background: #278536;
    color: #ffffff;
}

.mc-x360-compare-panel ul {
    margin: 0;
    padding: 0 30px 32px;
    list-style: none;
}

.mc-x360-compare-panel li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 28px;
    color: #59625a;
    font-size: 15px;
    line-height: 1.75;
}

.mc-x360-compare-panel li:last-child {
    margin-bottom: 0;
}

.mc-x360-compare-panel li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #278536;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 900;
}

.mc-x360-compare-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-x360-compare-center span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #222622;
    color: #8ed194;
    border: 7px solid #f4f8f4;
    font-size: 19px;
    line-height: 1;
    font-weight: 900;
}


/* COMPARISON TABLE */

.mc-x360-compare-table-wrap {
    width: 100%;
    margin-top: 32px;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #dce4dd;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.07);
}

.mc-x360-compare-table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
}

.mc-x360-compare-table thead {
    background: #278536;
}

.mc-x360-compare-table th {
    padding: 21px 22px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.mc-x360-compare-table th:first-child {
    text-align: left;
}

.mc-x360-compare-table th:last-child {
    border-right: 0;
}

.mc-x360-compare-table td {
    padding: 19px 22px;
    color: #59625a;
    border-right: 1px solid #e1e7e2;
    border-bottom: 1px solid #e1e7e2;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
}

.mc-x360-compare-table td:first-child {
    color: #222622;
    font-weight: 900;
    text-align: left;
}

.mc-x360-compare-table td:last-child {
    border-right: 0;
}

.mc-x360-compare-table tbody tr:nth-child(even) {
    background: #f8faf8;
}

.mc-x360-compare-table tbody tr:last-child td {
    border-bottom: 0;
}

.mc-x360-compare-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 40px;
    padding: 8px 13px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-compare-status-yes {
    background: #e3f2e5;
    color: #278536;
}

.mc-x360-compare-status-no {
    background: #ecefec;
    color: #687069;
}


/* VERDICT */

.mc-x360-compare-verdict {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 30px;
    padding: 34px;
    background: #222622;
    border-left: 7px solid #278536;
}

.mc-x360-compare-verdict-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #278536;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.mc-x360-compare-verdict span {
    display: block;
    margin-bottom: 7px;
    color: #8ed194;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-x360-compare-verdict h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-x360-compare-verdict p {
    margin: 0;
    color: #c1c9c2;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .mc-x360-history-layout {
        grid-template-columns: 1fr;
    }

    .mc-x360-history-summary {
        position: relative;
        top: auto;
    }

    .mc-x360-history-summary-data {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-x360-history-summary-data > div {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mc-x360-numbering-showcase {
        grid-template-columns: 1fr;
    }

    .mc-x360-numbering-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-x360-numbering-meaning-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-x360-compare-panels {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mc-x360-compare-center {
        min-height: 60px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mc-x360-guide-container {
        padding: 0 20px;
    }

    .mc-x360-guide-history,
    .mc-x360-guide-numbering,
    .mc-x360-guide-compare {
        padding: 70px 0;
    }

    .mc-x360-guide-heading h2 {
        font-size: 32px;
    }

    .mc-x360-history-summary-data {
        grid-template-columns: 1fr;
    }

    .mc-x360-history-summary-data > div {
        border-right: 0;
    }

    .mc-x360-history-timeline::before {
        display: none;
    }

    .mc-x360-history-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mc-x360-history-marker {
        padding-top: 0;
    }

    .mc-x360-history-marker span {
        width: 58px;
        height: 58px;
        border: 0;
        border-radius: 0;
    }

    .mc-x360-history-card {
        padding: 25px 22px;
    }

    .mc-x360-history-note {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-x360-history-note-icon {
        margin: 0 auto;
    }

    .mc-x360-numbering-code-prefix,
    .mc-x360-numbering-code-number {
        min-width: 90px;
        height: 90px;
        font-size: 36px;
    }

    .mc-x360-numbering-breakdown article {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-x360-numbering-symbol {
        margin: 0 auto;
    }

    .mc-x360-numbering-process {
        padding: 30px 20px;
    }

    .mc-x360-numbering-steps {
        grid-template-columns: 1fr;
    }

    .mc-x360-numbering-steps article {
        min-height: 0;
    }

    .mc-x360-numbering-meaning-grid {
        grid-template-columns: 1fr;
    }

    .mc-x360-compare-table-wrap {
        overflow: visible;
        border: 0;
        box-shadow: none;
    }

    .mc-x360-compare-table {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .mc-x360-compare-table thead {
        display: none;
    }

    .mc-x360-compare-table tbody {
        display: block;
    }

    .mc-x360-compare-table tr {
        display: block;
        margin-bottom: 17px;
        overflow: hidden;
        background: #ffffff !important;
        border: 1px solid #dce4dd;
        border-left: 5px solid #278536;
    }

    .mc-x360-compare-table td {
        display: grid;
        grid-template-columns: 145px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
        width: 100%;
        padding: 16px;
        text-align: left !important;
        border-right: 0;
        border-bottom: 1px solid #e1e7e2;
    }

    .mc-x360-compare-table td:last-child {
        border-bottom: 0;
    }

    .mc-x360-compare-table td::before {
        content: attr(data-label);
        color: #69726a;
        font-size: 15px;
        line-height: 1.45;
        font-weight: 900;
        text-transform: uppercase;
    }

    .mc-x360-compare-verdict {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-x360-compare-verdict-badge {
        margin: 0 auto;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 460px) {

    .mc-x360-guide-heading h2 {
        font-size: 29px;
    }

    .mc-x360-history-summary-title {
        font-size: 58px;
    }

    .mc-x360-numbering-example {
        padding: 32px 20px;
    }

    .mc-x360-numbering-code-prefix,
    .mc-x360-numbering-code-number {
        min-width: 78px;
        height: 78px;
        font-size: 31px;
    }

    .mc-x360-numbering-meaning-grid > div {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .mc-x360-compare-panel-head {
        padding: 25px 20px;
    }

    .mc-x360-compare-panel-head h3 {
        font-size: 23px;
    }

    .mc-x360-compare-table td {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mc-x360-compare-table td::before {
        padding-bottom: 6px;
        border-bottom: 1px solid #edf1ed;
    }

}/* End custom CSS */