/* Start custom CSS for text-editor, class: .elementor-element-dd9fdbe *//* =========================================================
   VMware Workstation 7.1 Archive Header
   Graphite, Amber and Cyan Theme
========================================================= */

.ws71-archive-bar,
.ws71-archive-bar *,
.ws71-archive-hero,
.ws71-archive-hero * {
    box-sizing: border-box;
}


/* =========================================================
   Archive Status Bar
========================================================= */

.ws71-archive-bar {
    direction: rtl;
    text-align: right;

    display: block;
    width: 100%;
    max-width: 1180px;

    margin: 26px auto 0;
    padding: 0 16px;

    font-family:
        "IRANYekan",
        "IRANYekanX",
        "Vazirmatn",
        Tahoma,
        Arial,
        sans-serif;
}

.ws71-archive-bar__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px 20px;

    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
    padding: 13px 16px;

    border: 1px solid rgba(217, 119, 6, 0.28);
    border-radius: 17px;

    background:
        radial-gradient(
            circle at top right,
            rgba(251, 191, 36, 0.2),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #fffbeb,
            #ffffff,
            #f8fafc
        );

    box-shadow:
        0 9px 24px rgba(120, 53, 15, 0.08);
}

.ws71-archive-bar__status {
    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 0;
}

.ws71-archive-bar__status-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 21px;
    font-weight: 950;

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            #78350f,
            #d97706
        );
}

.ws71-archive-bar__status > div {
    min-width: 0;
}

.ws71-archive-bar__status strong {
    display: block;

    margin-bottom: 2px;

    color: #78350f;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-archive-bar__status p {
    margin: 0;

    color: #64748b;
    font-size: 12.8px;
    line-height: 1.8;
}

.ws71-archive-bar__link {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 8px 13px;

    color: #ffffff !important;
    font-size: 12.5px;
    font-weight: 950;
    line-height: 1.8;
    text-align: center;
    text-decoration: none !important;

    border-radius: 12px;

    background:
        linear-gradient(
            90deg,
            #0f172a,
            #0e7490
        );

    box-shadow:
        0 8px 19px rgba(15, 23, 42, 0.15);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ws71-archive-bar__link:hover {
    color: #ffffff !important;

    transform: translateY(-1px);

    box-shadow:
        0 11px 23px rgba(15, 23, 42, 0.22);
}


/* =========================================================
   Hero Base
========================================================= */

.ws71-archive-hero {
    --ws71-dark: #0f172a;
    --ws71-dark-2: #1e293b;
    --ws71-slate: #334155;
    --ws71-muted: #64748b;
    --ws71-border: rgba(148, 163, 184, 0.3);

    --ws71-cyan: #0e7490;
    --ws71-cyan-2: #0891b2;
    --ws71-cyan-light: #cffafe;
    --ws71-cyan-soft: #ecfeff;

    --ws71-amber: #d97706;
    --ws71-amber-dark: #78350f;
    --ws71-amber-light: #fef3c7;
    --ws71-amber-soft: #fffbeb;

    --ws71-red: #be123c;
    --ws71-red-light: #ffe4e6;

    --ws71-green: #047857;
    --ws71-green-light: #d1fae5;

    direction: rtl;
    text-align: right;

    display: block;
    width: 100%;
    max-width: 1180px;

    margin: 23px auto 40px;
    padding: 38px 16px;

    color: var(--ws71-dark);

    font-family:
        "IRANYekan",
        "IRANYekanX",
        "Vazirmatn",
        Tahoma,
        Arial,
        sans-serif;

    border: 1px solid rgba(14, 116, 144, 0.2);
    border-radius: 27px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.15),
            transparent 39%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(251, 191, 36, 0.14),
            transparent 44%
        ),
        linear-gradient(
            135deg,
            #f8fafc,
            #ffffff 49%,
            #fffbeb
        );

    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.11);

    overflow: hidden;
}

.ws71-archive-hero h1,
.ws71-archive-hero h2,
.ws71-archive-hero h3,
.ws71-archive-hero p,
.ws71-archive-hero ul {
    margin-top: 0;
}

.ws71-archive-hero h1,
.ws71-archive-hero h2,
.ws71-archive-hero h3,
.ws71-archive-hero p,
.ws71-archive-hero span,
.ws71-archive-hero strong,
.ws71-archive-hero small,
.ws71-archive-hero a {
    overflow-wrap: break-word;
    word-break: normal;
}

.ws71-archive-hero__wrap {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================================
   Main Grid
========================================================= */

.ws71-archive-hero__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.48fr)
        minmax(310px, 0.72fr);

    gap: 25px;
    align-items: stretch;
}

.ws71-archive-hero__main,
.ws71-archive-hero__side {
    min-width: 0;
}


/* =========================================================
   Main Content
========================================================= */

.ws71-archive-hero__badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 10px;
}

.ws71-archive-hero__badge,
.ws71-archive-hero__legacy-badge,
.ws71-archive-hero__stopped-badge {
    display: inline-flex;
    align-items: center;

    max-width: 100%;
    padding: 6px 12px;

    font-size: 12.5px;
    font-weight: 950;
    line-height: 1.8;

    border-radius: 999px;
}

.ws71-archive-hero__badge {
    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );

    box-shadow:
        0 8px 20px rgba(15, 23, 42, 0.18);
}

.ws71-archive-hero__legacy-badge {
    color: var(--ws71-amber-dark);

    border: 1px solid rgba(217, 119, 6, 0.22);
    background: var(--ws71-amber-light);
}

.ws71-archive-hero__stopped-badge {
    color: var(--ws71-red);

    border: 1px solid rgba(190, 18, 60, 0.18);
    background: var(--ws71-red-light);
}

.ws71-archive-hero__title {
    margin: 0 0 11px;

    color: var(--ws71-dark);
    font-size: 27px;
    font-weight: 950;
    line-height: 1.7;
    letter-spacing: -0.2px;
}

.ws71-archive-hero__lead {
    margin: 0 0 12px;

    color: var(--ws71-slate);
    font-size: 14.8px;
    line-height: 2.05;
}

.ws71-archive-hero__lead strong {
    color: var(--ws71-cyan);
    font-weight: 950;
}


/* =========================================================
   Archive Warning
========================================================= */

.ws71-archive-hero__warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin: 14px 0;
    padding: 12px;

    border: 1px solid rgba(190, 18, 60, 0.18);
    border-inline-start: 4px solid var(--ws71-red);
    border-radius: 15px;

    background:
        radial-gradient(
            circle at top right,
            rgba(251, 113, 133, 0.13),
            transparent 46%
        ),
        linear-gradient(
            135deg,
            #fff1f2,
            #ffffff
        );
}

.ws71-archive-hero__warning-icon {
    flex: 0 0 39px;

    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 18px;
    font-weight: 950;

    border-radius: 12px;

    background:
        linear-gradient(
            140deg,
            #881337,
            var(--ws71-red)
        );
}

.ws71-archive-hero__warning > div {
    min-width: 0;
}

.ws71-archive-hero__warning strong {
    display: block;

    margin-bottom: 2px;

    color: var(--ws71-red);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-archive-hero__warning p {
    margin: 0;

    color: var(--ws71-slate);
    font-size: 13.5px;
    line-height: 1.9;
}


/* =========================================================
   Learning Flow
========================================================= */

.ws71-archive-hero__value-flow {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        27px
        minmax(0, 1fr)
        27px
        minmax(0, 1fr);

    gap: 7px;
    align-items: stretch;

    margin: 14px 0;
}

.ws71-archive-hero__value-flow article {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    min-width: 0;
    padding: 10px;

    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-cyan-soft)
        );
}

.ws71-archive-hero__value-flow article > span {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
    direction: ltr;

    border-radius: 9px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );
}

.ws71-archive-hero__value-flow article > div {
    min-width: 0;
}

.ws71-archive-hero__value-flow strong {
    display: block;

    color: var(--ws71-dark);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.7;
}

.ws71-archive-hero__value-flow small {
    display: block;

    color: var(--ws71-muted);
    font-size: 11.8px;
    line-height: 1.7;
}

.ws71-archive-hero__value-flow > i {
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--ws71-amber);
    font-size: 16px;
    font-style: normal;
    font-weight: 950;
}


/* =========================================================
   Tags
========================================================= */

.ws71-archive-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 13px;
}

.ws71-archive-hero__tags span {
    display: inline-flex;
    align-items: center;

    padding: 5px 9px;

    color: var(--ws71-cyan);
    font-size: 11.8px;
    font-weight: 950;
    line-height: 1.7;
    direction: ltr;

    border: 1px solid rgba(14, 116, 144, 0.17);
    border-radius: 999px;

    background: var(--ws71-cyan-light);
}


/* =========================================================
   Metadata
========================================================= */

.ws71-archive-hero__meta {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 9px;

    margin: 0 0 11px;
    padding: 0;

    list-style: none;
}

.ws71-archive-hero__meta li {
    display: flex;
    align-items: center;
    gap: 9px;

    min-width: 0;
    padding: 10px;

    border: 1px solid var(--ws71-border);
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.94);
}

.ws71-archive-hero__meta-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 17px;

    border-radius: 11px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-cyan-light),
            var(--ws71-amber-light)
        );
}

.ws71-archive-hero__meta li > div {
    min-width: 0;
}

.ws71-archive-hero__meta small {
    display: block;

    color: var(--ws71-muted);
    font-size: 11.5px;
    line-height: 1.7;
}

.ws71-archive-hero__meta strong {
    display: block;

    color: var(--ws71-dark);
    font-size: 13.2px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-archive-hero__archive-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    padding: 9px 11px;

    border: 1px solid rgba(217, 119, 6, 0.17);
    border-radius: 13px;

    background: var(--ws71-amber-soft);
}

.ws71-archive-hero__archive-note p {
    margin: 0;

    color: var(--ws71-slate);
    font-size: 13px;
    line-height: 1.85;
}


/* =========================================================
   Recommendation Sidebar
========================================================= */

.ws71-archive-hero__side {
    display: flex;
    align-items: stretch;
}

.ws71-archive-hero__recommendation {
    position: relative;
    isolation: isolate;

    width: 100%;
    padding: 17px 15px;

    border: 1px solid rgba(14, 116, 144, 0.22);
    border-radius: 21px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.16),
            transparent 42%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(251, 191, 36, 0.1),
            transparent 42%
        ),
        #ffffff;

    box-shadow:
        0 15px 36px rgba(15, 23, 42, 0.1);

    overflow: hidden;
}

.ws71-archive-hero__recommendation-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 11px;
}

.ws71-archive-hero__current-version {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    direction: ltr;

    border-radius: 17px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );

    box-shadow:
        0 9px 21px rgba(14, 116, 144, 0.2);
}

.ws71-archive-hero__recommendation-head > div:last-child {
    min-width: 0;
}

.ws71-archive-hero__recommendation-head small {
    display: block;

    color: var(--ws71-amber);
    font-size: 11.5px;
    font-weight: 900;
}

.ws71-archive-hero__recommendation-head h2 {
    margin: 2px 0 0;

    color: var(--ws71-dark);
    font-size: 16.5px;
    font-weight: 950;
    line-height: 1.75;
}

.ws71-archive-hero__recommendation-status {
    margin-bottom: 8px;
    padding: 9px 10px;

    border: 1px solid rgba(14, 116, 144, 0.14);
    border-radius: 12px;

    background: var(--ws71-cyan-soft);
}

.ws71-archive-hero__recommendation-status span {
    display: block;

    color: var(--ws71-muted);
    font-size: 10.8px;
}

.ws71-archive-hero__recommendation-status strong {
    display: block;

    color: var(--ws71-cyan);
    font-size: 12.5px;
    font-weight: 950;
    direction: ltr;
}

.ws71-archive-hero__benefits {
    margin: 10px 0 12px;
    padding: 0;

    list-style: none;
}

.ws71-archive-hero__benefits li {
    position: relative;

    margin-bottom: 5px;
    padding-inline-start: 20px;

    color: var(--ws71-slate);
    font-size: 13px;
    line-height: 1.85;
}

.ws71-archive-hero__benefits li::before {
    content: "✓";

    position: absolute;
    inset-inline-start: 2px;
    top: 0;

    color: var(--ws71-green);
    font-weight: 950;
}

.ws71-archive-hero__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ws71-archive-hero__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    width: 100%;
    min-height: 43px;
    padding: 8px 12px;

    font-size: 12.7px;
    font-weight: 950;
    line-height: 1.8;
    text-align: center;
    text-decoration: none !important;

    border-radius: 12px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ws71-archive-hero__button:hover {
    transform: translateY(-1px);
}

.ws71-archive-hero__button--primary {
    color: #ffffff !important;

    background:
        linear-gradient(
            90deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );

    box-shadow:
        0 9px 21px rgba(14, 116, 144, 0.2);
}

.ws71-archive-hero__button--secondary {
    color: var(--ws71-amber-dark) !important;

    border: 1px solid rgba(217, 119, 6, 0.23);

    background:
        linear-gradient(
            90deg,
            var(--ws71-amber-light),
            #ffffff
        );
}

.ws71-archive-hero__button--outline {
    color: var(--ws71-cyan) !important;

    border: 1px solid rgba(14, 116, 144, 0.23);
    background: #ffffff;
}

.ws71-archive-hero__free-note {
    margin: 9px 0 0;

    color: var(--ws71-muted);
    font-size: 11.7px;
    line-height: 1.8;
    text-align: center;
}


/* =========================================================
   Newer Versions Section
========================================================= */

.ws71-archive-hero__versions {
    margin-top: 24px;
    padding: 18px;

    border: 1px solid rgba(14, 116, 144, 0.18);
    border-radius: 21px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.11),
            transparent 38%
        ),
        #ffffff;
}

.ws71-archive-hero__versions-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    margin-bottom: 13px;
}

.ws71-archive-hero__versions-head > div {
    min-width: 0;
}

.ws71-archive-hero__versions-head > div > span {
    display: block;

    color: var(--ws71-amber);
    font-size: 12px;
    font-weight: 950;
}

.ws71-archive-hero__versions-head h2 {
    margin: 2px 0 3px;

    color: var(--ws71-dark);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-archive-hero__versions-head p {
    margin: 0;

    color: var(--ws71-muted);
    font-size: 13px;
    line-height: 1.85;
}

.ws71-archive-hero__versions-head > a {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 7px 11px;

    color: var(--ws71-cyan) !important;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none !important;

    border: 1px solid rgba(14, 116, 144, 0.2);
    border-radius: 999px;

    background: var(--ws71-cyan-soft);
}

.ws71-archive-hero__version-grid {
    display: grid;
    grid-template-columns:
        repeat(
            auto-fit,
            minmax(190px, 1fr)
        );

    gap: 10px;
}

.ws71-archive-hero__version-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 235px;
    padding: 13px;

    border: 1px solid var(--ws71-border);
    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f8fafc
        );
}

.ws71-archive-hero__version-card--recommended {
    border-color: rgba(14, 116, 144, 0.3);

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.15),
            transparent 45%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-cyan-soft)
        );
}

.ws71-archive-hero__version-card--current {
    border-color: rgba(217, 119, 6, 0.3);

    background:
        radial-gradient(
            circle at top right,
            rgba(251, 191, 36, 0.17),
            transparent 45%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-amber-soft)
        );
}

.ws71-archive-hero__version-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;

    margin-bottom: 8px;
}

.ws71-archive-hero__version-number {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    direction: ltr;

    border-radius: 14px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );
}

.ws71-archive-hero__version-card--current
.ws71-archive-hero__version-number {
    background:
        linear-gradient(
            140deg,
            var(--ws71-amber-dark),
            var(--ws71-amber)
        );
}

.ws71-archive-hero__version-state {
    display: inline-flex;

    padding: 4px 8px;

    color: var(--ws71-cyan);
    font-size: 10px;
    font-weight: 950;

    border-radius: 999px;
    background: var(--ws71-cyan-light);
}

.ws71-archive-hero__version-card--current
.ws71-archive-hero__version-state {
    color: var(--ws71-amber-dark);
    background: var(--ws71-amber-light);
}

.ws71-archive-hero__version-card > small {
    display: block;

    color: var(--ws71-muted);
    font-size: 10.8px;
}

.ws71-archive-hero__version-card > h3 {
    margin: 2px 0 5px;

    color: var(--ws71-dark);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.75;
    direction: ltr;
}

.ws71-archive-hero__version-card > p {
    flex: 1 1 auto;

    margin: 0 0 10px;

    color: var(--ws71-muted);
    font-size: 12.5px;
    line-height: 1.8;
}

.ws71-archive-hero__version-card > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: 100%;
    min-height: 38px;
    padding: 7px 9px;

    color: #ffffff !important;
    font-size: 11.5px;
    font-weight: 950;
    line-height: 1.7;
    text-align: center;
    text-decoration: none !important;

    border-radius: 11px;

    background:
        linear-gradient(
            90deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );
}

.ws71-archive-hero__version-card--current > a {
    background:
        linear-gradient(
            90deg,
            var(--ws71-amber-dark),
            var(--ws71-amber)
        );
}


/* =========================================================
   Footer
========================================================= */

.ws71-archive-hero__footer {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    margin-top: 15px;
    padding: 14px;

    color: #ffffff;

    border-radius: 17px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.18),
            transparent 38%
        ),
        linear-gradient(
            105deg,
            var(--ws71-dark),
            var(--ws71-dark-2),
            var(--ws71-cyan)
        );

    box-shadow:
        0 11px 26px rgba(15, 23, 42, 0.18);
}

.ws71-archive-hero__footer-icon {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--ws71-dark);
    font-weight: 950;

    border-radius: 13px;
    background: var(--ws71-cyan-light);
}

.ws71-archive-hero__footer > div {
    min-width: 0;
}

.ws71-archive-hero__footer strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;
    font-size: 14.5px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-archive-hero__footer p {
    margin: 0;

    color: #cffafe;
    font-size: 13.5px;
    line-height: 1.9;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 960px) {

    .ws71-archive-hero__grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 800px) {

    .ws71-archive-bar__wrap,
    .ws71-archive-hero__versions-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws71-archive-bar__link {
        width: 100%;
    }

    .ws71-archive-hero__versions-head > a {
        width: 100%;
        justify-content: center;
    }

}

@media (max-width: 720px) {

    .ws71-archive-hero__value-flow {
        grid-template-columns: 1fr;
    }

    .ws71-archive-hero__value-flow > i {
        min-height: 25px;
        transform: rotate(90deg);
    }

}

@media (max-width: 620px) {

    .ws71-archive-bar {
        padding-inline: 11px;
    }

    .ws71-archive-hero {
        margin: 21px auto 32px;
        padding: 28px 11px;
        border-radius: 21px;
    }

    .ws71-archive-hero__title {
        font-size: 22px;
    }

    .ws71-archive-hero__lead {
        font-size: 14px;
    }

    .ws71-archive-hero__meta {
        grid-template-columns: 1fr;
    }

    .ws71-archive-hero__versions {
        padding: 14px 12px;
        border-radius: 18px;
    }

    .ws71-archive-hero__version-grid {
        grid-template-columns: 1fr;
    }

    .ws71-archive-hero__footer {
        flex-direction: column;
    }

}

@media (max-width: 440px) {

    .ws71-archive-bar,
    .ws71-archive-hero {
        padding-inline: 8px;
    }

    .ws71-archive-hero__badges {
        align-items: stretch;
        flex-direction: column;
    }

    .ws71-archive-hero__badge,
    .ws71-archive-hero__legacy-badge,
    .ws71-archive-hero__stopped-badge {
        justify-content: center;
        width: 100%;

        border-radius: 12px;
    }

}

@media (prefers-reduced-motion: reduce) {

    .ws71-archive-bar__link,
    .ws71-archive-hero__button {
        transition: none;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-469d507 *//* =========================================================
   VMware Workstation 7.1 Archive Body
   Corrected WooCommerce Layout
========================================================= */

.ws71-archive-body,
.ws71-archive-body * {
    box-sizing: border-box;
}

.ws71-archive-body {
    --ws71-dark: #0f172a;
    --ws71-dark-2: #1e293b;
    --ws71-text: #334155;
    --ws71-muted: #64748b;
    --ws71-border: rgba(148, 163, 184, 0.3);

    --ws71-cyan: #0e7490;
    --ws71-cyan-2: #0891b2;
    --ws71-cyan-light: #cffafe;
    --ws71-cyan-soft: #ecfeff;

    --ws71-amber: #d97706;
    --ws71-amber-dark: #78350f;
    --ws71-amber-light: #fef3c7;
    --ws71-amber-soft: #fffbeb;

    --ws71-red: #be123c;
    --ws71-red-dark: #881337;
    --ws71-red-light: #ffe4e6;
    --ws71-red-soft: #fff1f2;

    --ws71-green: #047857;
    --ws71-green-light: #d1fae5;
    --ws71-green-soft: #ecfdf5;

    direction: rtl;
    text-align: right;

    display: block;
    width: 100%;
    max-width: 1120px;

    margin: 0 auto 42px;
    padding: 0;

    color: var(--ws71-dark);

    font-family:
        "IRANYekan",
        "IRANYekanX",
        "Vazirmatn",
        Tahoma,
        Arial,
        sans-serif;

    overflow: visible;
}


/* =========================================================
   Reset تداخل‌های قالب
========================================================= */

.ws71-archive-body :where(
    main,
    aside,
    article,
    section,
    header,
    footer,
    div,
    ul,
    li,
    details
) {
    float: none;
    max-width: none;
    min-width: 0;
}

.ws71-archive-body :where(
    h2,
    h3,
    p,
    ul,
    ol
) {
    margin-top: 0;
}

.ws71-archive-body :where(
    ul,
    ol
) {
    padding: 0;
}

.ws71-archive-body :where(
    h2,
    h3,
    p,
    li,
    span,
    strong,
    small,
    a
) {
    word-break: normal;
    overflow-wrap: break-word;
}

.ws71-archive-body__wrap {
    display: block;
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   چیدمان اصلی
========================================================= */

.ws71-archive-body__layout {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(260px, 290px) !important;

    gap: 22px !important;
    align-items: start !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

.ws71-archive-body__main,
.ws71-archive-body__sidebar {
    float: none !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

.ws71-archive-body__main {
    display: block !important;
}

.ws71-archive-body__sidebar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;

    gap: 15px !important;
    align-content: start !important;
}


/* =========================================================
   کارت‌های عمومی
========================================================= */

.ws71-archive-body__card,
.ws71-archive-body__side-card {
    position: relative;
    isolation: isolate;

    display: block;
    width: 100%;
    min-width: 0;

    border: 1px solid var(--ws71-border);
    border-radius: 19px;

    background:
        radial-gradient(
            circle at top right,
            rgba(103, 232, 249, 0.09),
            transparent 45%
        ),
        #ffffff;

    box-shadow:
        0 9px 25px rgba(15, 23, 42, 0.065);

    overflow: hidden;
}

.ws71-archive-body__card {
    margin: 0 0 15px !important;
    padding: 18px 16px;
}

.ws71-archive-body__side-card {
    margin: 0 !important;
    padding: 15px 13px;
}

.ws71-archive-body__main >
.ws71-archive-body__card:last-child {
    margin-bottom: 0 !important;
}

.ws71-archive-body__card::before,
.ws71-archive-body__side-card::before {
    content: "";

    position: absolute;
    z-index: -1;

    top: -75px;
    right: -75px;

    width: 175px;
    height: 175px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(207, 250, 254, 0.76),
            transparent 68%
        );

    pointer-events: none;
}


/* =========================================================
   رنگ کناری کارت‌های اصلی
========================================================= */

.ws71-archive-body__card--intro {
    border-inline-start: 4px solid var(--ws71-amber);
}

.ws71-archive-body__card--learning {
    border-inline-start: 4px solid var(--ws71-cyan);
}

.ws71-archive-body__card--structure {
    border-inline-start: 4px solid var(--ws71-cyan-2);
}

.ws71-archive-body__card--legacy {
    border-inline-start: 4px solid var(--ws71-red);
}

.ws71-archive-body__card--scenarios {
    border-inline-start: 4px solid var(--ws71-green);
}

.ws71-archive-body__card--transfer {
    border-inline-start: 4px solid var(--ws71-amber);
}

.ws71-archive-body__card--changes {
    border-inline-start: 4px solid var(--ws71-red);
}

.ws71-archive-body__card--audience {
    border-inline-start: 4px solid var(--ws71-cyan);
}

.ws71-archive-body__card--result {
    border-inline-start: 4px solid var(--ws71-green);
}

.ws71-archive-body__card--faq {
    border-inline-start: 4px solid var(--ws71-dark-2);
}


/* =========================================================
   عنوان‌ها و متن‌ها
========================================================= */

.ws71-archive-body__section-label {
    display: inline-flex;
    align-items: center;

    max-width: 100%;
    margin-bottom: 5px;

    color: var(--ws71-amber);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-archive-body__title {
    margin: 0 0 9px !important;

    color: var(--ws71-dark) !important;
    font-size: 19px !important;
    font-weight: 950 !important;
    line-height: 1.85 !important;
}

.ws71-archive-body__side-title {
    margin: 0 0 9px !important;

    color: var(--ws71-dark) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1.85 !important;
}

.ws71-archive-body__text {
    margin: 0 0 9px !important;

    color: var(--ws71-text) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 2 !important;
}

.ws71-archive-body__text:last-child {
    margin-bottom: 0 !important;
}

.ws71-archive-body__text strong {
    color: var(--ws71-cyan);
    font-weight: 950;
}


/* =========================================================
   پیام آرشیوی
========================================================= */

.ws71-archive-body__archive-message {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    width: 100%;
    margin-top: 11px;
    padding: 12px;

    border: 1px solid rgba(217, 119, 6, 0.2);
    border-inline-start: 4px solid var(--ws71-amber);
    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            var(--ws71-amber-soft),
            #ffffff
        );
}

.ws71-archive-body__archive-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 19px;

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-amber-light),
            var(--ws71-cyan-light)
        );
}

.ws71-archive-body__archive-message > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-archive-body__archive-message strong {
    display: block;

    margin-bottom: 2px;

    color: var(--ws71-amber-dark);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-archive-body__archive-message p {
    margin: 0 !important;

    color: var(--ws71-text);
    font-size: 13.3px;
    line-height: 1.9;
}


/* =========================================================
   شبکه مفاهیم قابل انتقال
========================================================= */

.ws71-archive-body__learning-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(220px, 1fr)
        ) !important;

    gap: 9px !important;

    width: 100%;
    min-width: 0;
    margin-top: 11px;
}

.ws71-archive-body__learning-grid article {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    min-width: 0;
    margin: 0 !important;
    padding: 11px;

    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-cyan-soft)
        );
}

.ws71-archive-body__learning-grid article > span {
    flex: 0 0 41px;

    width: 41px;
    height: 41px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 9px;
    font-weight: 950;
    direction: ltr;

    border-radius: 12px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );
}

.ws71-archive-body__learning-grid article > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-archive-body__learning-grid h3 {
    margin: 0 0 3px !important;

    color: var(--ws71-dark) !important;
    font-size: 13.5px !important;
    font-weight: 950 !important;
    line-height: 1.75 !important;
}

.ws71-archive-body__learning-grid p {
    margin: 0 !important;

    color: var(--ws71-muted) !important;
    font-size: 12.7px !important;
    line-height: 1.85 !important;
}


/* =========================================================
   Host / Workstation / Guest
========================================================= */

.ws71-archive-body__flow {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        25px
        minmax(0, 1fr)
        25px
        minmax(0, 1fr) !important;

    gap: 7px !important;
    align-items: stretch;

    width: 100%;
    min-width: 0;
    margin-top: 12px;
}

.ws71-archive-body__flow article {
    min-width: 0;
    margin: 0 !important;
    padding: 11px 9px;

    text-align: center;

    border: 1px solid rgba(14, 116, 144, 0.17);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-cyan-soft)
        );
}

.ws71-archive-body__flow article > span {
    display: inline-flex;

    margin-bottom: 4px;

    color: var(--ws71-amber);
    font-size: 11px;
    font-weight: 950;
    direction: ltr;
}

.ws71-archive-body__flow article > strong {
    display: block;

    margin-bottom: 4px;

    color: var(--ws71-dark);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.7;
    direction: ltr;
}

.ws71-archive-body__flow article > p {
    margin: 0 !important;

    color: var(--ws71-muted);
    font-size: 12.4px;
    line-height: 1.82;
}

.ws71-archive-body__flow > i {
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--ws71-amber);
    font-size: 16px;
    font-style: normal;
    font-weight: 950;
}


/* =========================================================
   سیستم‌های Legacy
========================================================= */

.ws71-archive-body__legacy-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(190px, 1fr)
        ) !important;

    gap: 9px !important;

    width: 100%;
    min-width: 0;
    margin-top: 11px;
}

.ws71-archive-body__legacy-grid article {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    min-width: 0;
    margin: 0 !important;
    padding: 11px;

    border: 1px solid rgba(190, 18, 60, 0.16);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-red-soft)
        );
}

.ws71-archive-body__legacy-version {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 10.5px;
    font-weight: 950;
    direction: ltr;

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-red-dark),
            var(--ws71-red)
        );
}

.ws71-archive-body__legacy-grid article > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-archive-body__legacy-grid small {
    display: block;

    color: var(--ws71-red);
    font-size: 10.5px;
    font-weight: 900;
}

.ws71-archive-body__legacy-grid h3 {
    margin: 1px 0 4px !important;

    color: var(--ws71-dark) !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.7 !important;
    direction: ltr;
}

.ws71-archive-body__legacy-grid p {
    margin: 0 !important;

    color: var(--ws71-muted) !important;
    font-size: 12.4px !important;
    line-height: 1.8 !important;
}

.ws71-archive-body__legacy-warning {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    width: 100%;
    margin-top: 11px;
    padding: 11px;

    border: 1px solid rgba(190, 18, 60, 0.17);
    border-radius: 14px;

    background: var(--ws71-red-soft);
}

.ws71-archive-body__legacy-warning > span {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;

    border-radius: 12px;
    background: #ffffff;
}

.ws71-archive-body__legacy-warning p {
    margin: 0 !important;

    color: var(--ws71-text) !important;
    font-size: 13.2px !important;
    line-height: 1.9 !important;
}


/* =========================================================
   سناریوها
========================================================= */

.ws71-archive-body__scenario-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(220px, 1fr)
        ) !important;

    gap: 9px !important;

    width: 100%;
    min-width: 0;
    margin-top: 10px;
}

.ws71-archive-body__scenario-grid article {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    min-width: 0;
    margin: 0 !important;
    padding: 11px;

    border: 1px solid rgba(5, 150, 105, 0.16);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-green-soft)
        );
}

.ws71-archive-body__scenario-grid article > span {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
    direction: ltr;

    border-radius: 10px;
    background: var(--ws71-green);
}

.ws71-archive-body__scenario-grid article > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-archive-body__scenario-grid h3 {
    margin: 0 0 3px !important;

    color: var(--ws71-dark) !important;
    font-size: 13.3px !important;
    font-weight: 950 !important;
    line-height: 1.75 !important;
}

.ws71-archive-body__scenario-grid p {
    margin: 0 !important;

    color: var(--ws71-muted) !important;
    font-size: 12.7px !important;
    line-height: 1.85 !important;
}


/* =========================================================
   مقایسه قابل انتقال و آرشیوی
========================================================= */

.ws71-archive-body__comparison {
    display: grid !important;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        ) !important;

    gap: 10px !important;

    width: 100%;
    min-width: 0;
    margin-top: 11px;
}

.ws71-archive-body__comparison-side {
    min-width: 0;
    padding: 13px;

    border-radius: 16px;
}

.ws71-archive-body__comparison-side--valid {
    border: 1px solid rgba(5, 150, 105, 0.18);
    background: var(--ws71-green-soft);
}

.ws71-archive-body__comparison-side--archive {
    border: 1px solid rgba(217, 119, 6, 0.18);
    background: var(--ws71-amber-soft);
}

.ws71-archive-body__comparison-head {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 8px;
}

.ws71-archive-body__comparison-head > span {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-weight: 950;

    border-radius: 10px;
}

.ws71-archive-body__comparison-side--valid
.ws71-archive-body__comparison-head > span {
    background: var(--ws71-green);
}

.ws71-archive-body__comparison-side--archive
.ws71-archive-body__comparison-head > span {
    background: var(--ws71-amber);
}

.ws71-archive-body__comparison-head h3 {
    margin: 0 !important;

    color: var(--ws71-dark) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

.ws71-archive-body__comparison-side ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ws71-archive-body__comparison-side li {
    position: relative;

    margin: 0 0 5px !important;
    padding-inline-start: 20px;

    color: var(--ws71-text) !important;
    font-size: 12.8px !important;
    line-height: 1.85 !important;
}

.ws71-archive-body__comparison-side li:last-child {
    margin-bottom: 0 !important;
}

.ws71-archive-body__comparison-side li::before {
    position: absolute;
    inset-inline-start: 2px;
    top: 0;

    font-weight: 950;
}

.ws71-archive-body__comparison-side--valid li::before {
    content: "✓";
    color: var(--ws71-green);
}

.ws71-archive-body__comparison-side--archive li::before {
    content: "◷";
    color: var(--ws71-amber);
}


/* =========================================================
   دلایل قدیمی‌شدن
========================================================= */

.ws71-archive-body__change-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(220px, 1fr)
        ) !important;

    gap: 9px !important;

    width: 100%;
    min-width: 0;
    margin-top: 10px;
}

.ws71-archive-body__change-grid article {
    min-width: 0;
    margin: 0 !important;
    padding: 11px;

    border: 1px solid rgba(190, 18, 60, 0.14);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-red-soft)
        );
}

.ws71-archive-body__change-grid article > span {
    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 7px;

    color: #ffffff;
    font-size: 9.5px;
    font-weight: 950;
    direction: ltr;

    border-radius: 11px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-red-dark),
            var(--ws71-red)
        );
}

.ws71-archive-body__change-grid h3 {
    margin: 0 0 4px !important;

    color: var(--ws71-dark) !important;
    font-size: 13.3px !important;
    font-weight: 950 !important;
    line-height: 1.75 !important;
}

.ws71-archive-body__change-grid p {
    margin: 0 !important;

    color: var(--ws71-muted) !important;
    font-size: 12.7px !important;
    line-height: 1.85 !important;
}

.ws71-archive-body__migration-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    width: 100%;
    margin-top: 11px;
    padding: 12px;

    color: #ffffff;

    border-radius: 14px;

    background:
        linear-gradient(
            100deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );
}

.ws71-archive-body__migration-note > span {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;

    border-radius: 12px;
    background: rgba(255, 255, 255, 0.13);
}

.ws71-archive-body__migration-note > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-archive-body__migration-note strong {
    display: block;

    margin-bottom: 2px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
}

.ws71-archive-body__migration-note p {
    margin: 0 !important;

    color: var(--ws71-cyan-light) !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
}


/* =========================================================
   مخاطبان
========================================================= */

.ws71-archive-body__audience-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        ) !important;

    gap: 10px !important;

    width: 100%;
    min-width: 0;
    margin-top: 10px;
}

.ws71-archive-body__audience-side {
    min-width: 0;
    padding: 13px;

    border-radius: 16px;
}

.ws71-archive-body__audience-side--yes {
    border: 1px solid rgba(5, 150, 105, 0.18);
    background: var(--ws71-green-soft);
}

.ws71-archive-body__audience-side--no {
    border: 1px solid rgba(190, 18, 60, 0.17);
    background: var(--ws71-red-soft);
}

.ws71-archive-body__audience-side h3 {
    margin: 0 0 8px !important;

    color: var(--ws71-dark) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

.ws71-archive-body__audience-side ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ws71-archive-body__audience-side li {
    position: relative;

    margin: 0 0 5px !important;
    padding-inline-start: 20px;

    color: var(--ws71-text) !important;
    font-size: 12.8px !important;
    line-height: 1.85 !important;
}

.ws71-archive-body__audience-side li:last-child {
    margin-bottom: 0 !important;
}

.ws71-archive-body__audience-side li::before {
    position: absolute;
    inset-inline-start: 2px;
    top: 0;

    font-weight: 950;
}

.ws71-archive-body__audience-side--yes li::before {
    content: "✓";
    color: var(--ws71-green);
}

.ws71-archive-body__audience-side--no li::before {
    content: "×";
    color: var(--ws71-red);
}


/* =========================================================
   خروجی دوره
========================================================= */

.ws71-archive-body__result-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(220px, 1fr)
        ) !important;

    gap: 8px !important;

    width: 100%;
    min-width: 0;
    margin-top: 10px;
}

.ws71-archive-body__result-grid > div {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    min-width: 0;
    padding: 9px 10px;

    color: var(--ws71-text);
    font-size: 13px;
    line-height: 1.85;

    border: 1px solid rgba(5, 150, 105, 0.15);
    border-radius: 13px;

    background: var(--ws71-green-soft);
}

.ws71-archive-body__result-grid > div > span {
    flex: 0 0 26px;

    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 11px;
    font-weight: 950;

    border-radius: 8px;
    background: var(--ws71-green);
}

.ws71-archive-body__result-summary {
    margin-top: 11px;
    padding: 12px;

    color: #ffffff;

    border-radius: 14px;

    background:
        linear-gradient(
            100deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );

    box-shadow:
        0 9px 22px rgba(15, 23, 42, 0.15);
}

.ws71-archive-body__result-summary strong {
    display: block;

    margin-bottom: 3px;

    color: var(--ws71-amber-light);
    font-size: 14px;
    font-weight: 950;
}

.ws71-archive-body__result-summary p {
    margin: 0 !important;

    color: var(--ws71-cyan-light) !important;
    font-size: 13.2px !important;
    line-height: 1.9 !important;
}


/* =========================================================
   پرسش‌های متداول
========================================================= */

.ws71-archive-body__faq-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);

    gap: 8px;
    width: 100%;
    margin-top: 10px;
}

.ws71-archive-body__faq-list details {
    width: 100%;

    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 13px;

    background: #f8fafc;

    overflow: hidden;
}

.ws71-archive-body__faq-list summary {
    position: relative;

    display: block;
    width: 100%;

    padding:
        11px
        40px
        11px
        12px;

    color: var(--ws71-dark) !important;
    font-size: 13.5px !important;
    font-weight: 950 !important;
    line-height: 1.85 !important;

    cursor: pointer;
    list-style: none;
}

.ws71-archive-body__faq-list summary::-webkit-details-marker {
    display: none;
}

.ws71-archive-body__faq-list summary::marker {
    content: "";
}

.ws71-archive-body__faq-list summary::before {
    content: "+";

    position: absolute;
    inset-inline-start: 11px;
    top: 10px;

    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 15px;
    font-weight: 950;

    border-radius: 7px;
    background: var(--ws71-cyan);
}

.ws71-archive-body__faq-list details[open]
summary::before {
    content: "−";
}

.ws71-archive-body__faq-list details p {
    margin: 0 !important;
    padding:
        0
        12px
        12px !important;

    color: var(--ws71-muted) !important;
    font-size: 13.2px !important;
    line-height: 1.95 !important;
}


/* =========================================================
   کارت‌های ستون کناری
========================================================= */

.ws71-archive-body__side-card--quick {
    border-inline-start: 4px solid var(--ws71-cyan);

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.15),
            transparent 48%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-cyan-soft)
        );
}

.ws71-archive-body__side-card--archive {
    border-inline-start: 4px solid var(--ws71-amber);

    background:
        radial-gradient(
            circle at top right,
            rgba(251, 191, 36, 0.16),
            transparent 48%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            var(--ws71-amber-soft)
        );
}

.ws71-archive-body__side-card--recommended {
    border-inline-start: 4px solid var(--ws71-cyan);
}

.ws71-archive-body__side-card--current {
    border-inline-start: 4px solid var(--ws71-amber);
}

.ws71-archive-body__side-card--security {
    border-inline-start: 4px solid var(--ws71-red);
}

.ws71-archive-body__side-card--path {
    border-inline-start: 4px solid var(--ws71-green);
}


/* =========================================================
   مشخصات سریع
========================================================= */

.ws71-archive-body__quick-list {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ws71-archive-body__quick-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;

    min-width: 0;
    padding: 8px 0;

    border-bottom:
        1px dashed rgba(148, 163, 184, 0.42);
}

.ws71-archive-body__quick-list li:last-child {
    border-bottom: 0;
}

.ws71-archive-body__quick-list span {
    color: var(--ws71-muted);
    font-size: 12.8px;
    line-height: 1.8;
}

.ws71-archive-body__quick-list strong {
    color: var(--ws71-cyan);
    font-size: 12.8px;
    font-weight: 950;
    line-height: 1.8;
    text-align: left;
}


/* =========================================================
   وضعیت آرشیوی ستون کناری
========================================================= */

.ws71-archive-body__side-status {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 8px;
}

.ws71-archive-body__side-status > span {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 19px;
    font-weight: 950;

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-amber-dark),
            var(--ws71-amber)
        );
}

.ws71-archive-body__side-status > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-archive-body__side-status small {
    display: block;

    color: var(--ws71-muted);
    font-size: 11px;
}

.ws71-archive-body__side-status strong {
    display: block;

    color: var(--ws71-amber-dark);
    font-size: 13.5px;
    font-weight: 950;
}

.ws71-archive-body__side-card--archive > p {
    margin: 0 !important;

    color: var(--ws71-text) !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
}


/* =========================================================
   دوره پیشنهادی و نسخه فعلی
========================================================= */

.ws71-archive-body__recommended-badge,
.ws71-archive-body__current-label {
    display: inline-flex;

    margin-bottom: 8px;
    padding: 5px 9px;

    font-size: 11px;
    font-weight: 950;

    border-radius: 999px;
}

.ws71-archive-body__recommended-badge {
    color: var(--ws71-cyan);

    border: 1px solid rgba(14, 116, 144, 0.18);
    background: var(--ws71-cyan-light);
}

.ws71-archive-body__recommended-version {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 8px;

    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
    direction: ltr;

    border-radius: 16px;

    background:
        linear-gradient(
            140deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );
}

.ws71-archive-body__side-card--recommended h2,
.ws71-archive-body__side-card--current h2 {
    margin: 0 0 6px !important;

    color: var(--ws71-dark) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.8 !important;
}

.ws71-archive-body__side-card--recommended p,
.ws71-archive-body__side-card--current p {
    margin: 0 0 10px !important;

    color: var(--ws71-muted) !important;
    font-size: 12.8px !important;
    line-height: 1.9 !important;
}

.ws71-archive-body__side-card--recommended a,
.ws71-archive-body__side-card--current a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: 100%;
    min-height: 40px;
    padding: 8px 9px;

    color: #ffffff !important;
    font-size: 11.8px;
    font-weight: 950;
    line-height: 1.8;
    text-align: center;
    text-decoration: none !important;

    border-radius: 11px;

    background:
        linear-gradient(
            90deg,
            var(--ws71-dark),
            var(--ws71-cyan)
        );
}

.ws71-archive-body__current-label {
    color: var(--ws71-amber-dark);

    border: 1px solid rgba(217, 119, 6, 0.18);
    background: var(--ws71-amber-light);
}

.ws71-archive-body__current-number {
    display: block;

    margin-bottom: 2px;

    color: var(--ws71-amber);
    font-size: 26px;
    font-weight: 950;
    line-height: 1.3;
    direction: ltr;
}

.ws71-archive-body__side-card--current a {
    background:
        linear-gradient(
            90deg,
            var(--ws71-amber-dark),
            var(--ws71-amber)
        );
}


/* =========================================================
   لیست‌های کناری
========================================================= */

.ws71-archive-body__check-list,
.ws71-archive-body__security-list {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ws71-archive-body__check-list li,
.ws71-archive-body__security-list li {
    position: relative;

    margin: 0 0 5px !important;
    padding-inline-start: 20px;

    color: var(--ws71-text) !important;
    font-size: 12.8px !important;
    line-height: 1.85 !important;
}

.ws71-archive-body__check-list li:last-child,
.ws71-archive-body__security-list li:last-child {
    margin-bottom: 0 !important;
}

.ws71-archive-body__check-list li::before,
.ws71-archive-body__security-list li::before {
    position: absolute;
    inset-inline-start: 2px;
    top: 0;

    font-weight: 950;
}

.ws71-archive-body__check-list li::before {
    content: "✓";
    color: var(--ws71-green);
}

.ws71-archive-body__security-list li::before {
    content: "!";
    color: var(--ws71-red);
}


/* =========================================================
   برچسب‌ها
========================================================= */

.ws71-archive-body__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    width: 100%;
}

.ws71-archive-body__pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    max-width: 100%;
    padding: 5px 8px;

    color: var(--ws71-cyan);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.7;
    direction: ltr;

    border: 1px solid rgba(14, 116, 144, 0.17);
    border-radius: 999px;

    background: var(--ws71-cyan-light);
}


/* =========================================================
   مسیر مهاجرت
========================================================= */

.ws71-archive-body__path-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);

    gap: 6px;
    width: 100%;
}

.ws71-archive-body__path-list > div {
    display: flex;
    align-items: center;
    gap: 8px;

    min-width: 0;
    padding: 8px 9px;

    border: 1px solid rgba(5, 150, 105, 0.14);
    border-radius: 11px;

    background: var(--ws71-green-soft);
}

.ws71-archive-body__path-list > div > span {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 9px;
    font-weight: 950;
    direction: ltr;

    border-radius: 9px;
    background: var(--ws71-green);
}

.ws71-archive-body__path-list > div > strong {
    flex: 1 1 auto;
    min-width: 0;

    color: var(--ws71-dark);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.75;
}

.ws71-archive-body__path-list > i {
    color: var(--ws71-amber);
    font-size: 16px;
    font-style: normal;
    font-weight: 950;
    text-align: center;
}


/* =========================================================
   حالت تبلت
========================================================= */

@media (max-width: 820px) {

    .ws71-archive-body__layout {
        grid-template-columns:
            minmax(0, 1fr) !important;
    }

    .ws71-archive-body__sidebar {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            ) !important;
    }

}


/* =========================================================
   چیدمان بخش‌های داخلی در عرض محدود
========================================================= */

@media (max-width: 700px) {

    .ws71-archive-body__comparison,
    .ws71-archive-body__audience-grid {
        grid-template-columns:
            minmax(0, 1fr) !important;
    }

    .ws71-archive-body__flow {
        grid-template-columns:
            minmax(0, 1fr) !important;
    }

    .ws71-archive-body__flow > i {
        min-height: 26px;
        transform: rotate(90deg);
    }

}


/* =========================================================
   موبایل
========================================================= */

@media (max-width: 600px) {

    .ws71-archive-body {
        margin-bottom: 32px;
        padding: 0 10px 26px;
    }

    .ws71-archive-body__sidebar {
        grid-template-columns:
            minmax(0, 1fr) !important;
    }

    .ws71-archive-body__card,
    .ws71-archive-body__side-card {
        border-radius: 16px;
    }

    .ws71-archive-body__card {
        padding: 15px 12px;
    }

    .ws71-archive-body__side-card {
        padding: 14px 12px;
    }

    .ws71-archive-body__title {
        font-size: 17px !important;
    }

    .ws71-archive-body__side-title {
        font-size: 15.5px !important;
    }

    .ws71-archive-body__text {
        font-size: 13.6px !important;
    }

    .ws71-archive-body__learning-grid,
    .ws71-archive-body__legacy-grid,
    .ws71-archive-body__scenario-grid,
    .ws71-archive-body__change-grid,
    .ws71-archive-body__result-grid {
        grid-template-columns:
            minmax(0, 1fr) !important;
    }

    .ws71-archive-body__quick-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .ws71-archive-body__quick-list strong {
        text-align: right;
    }

    .ws71-archive-body__archive-message,
    .ws71-archive-body__migration-note {
        flex-direction: column;
    }

}


/* =========================================================
   موبایل کوچک
========================================================= */

@media (max-width: 420px) {

    .ws71-archive-body {
        padding-inline: 7px;
    }

    .ws71-archive-body__learning-grid article,
    .ws71-archive-body__legacy-grid article {
        flex-direction: column;
    }

    .ws71-archive-body__archive-icon,
    .ws71-archive-body__migration-note > span {
        flex-basis: 40px;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8ae2278 *//* =========================================================
   VMware Workstation 7.1
   Next Courses and Learning Path
========================================================= */

.ws71-next-courses,
.ws71-next-courses * {
    box-sizing: border-box;
}

.ws71-next-courses {
    --next-dark: #0f172a;
    --next-dark-2: #1e293b;
    --next-text: #334155;
    --next-muted: #64748b;
    --next-border: rgba(148, 163, 184, 0.3);

    --next-cyan: #0e7490;
    --next-cyan-2: #0891b2;
    --next-cyan-light: #cffafe;
    --next-cyan-soft: #ecfeff;

    --next-amber: #d97706;
    --next-amber-dark: #78350f;
    --next-amber-light: #fef3c7;
    --next-amber-soft: #fffbeb;

    --next-green: #047857;
    --next-green-light: #d1fae5;
    --next-green-soft: #ecfdf5;

    --next-purple: #6d28d9;
    --next-purple-light: #ede9fe;
    --next-purple-soft: #f5f3ff;

    direction: rtl;
    text-align: right;

    display: block;
    width: 100%;
    max-width: 1180px;

    margin: 30px auto 40px;
    padding: 0 16px;

    color: var(--next-dark);

    font-family:
        "IRANYekan",
        "IRANYekanX",
        "Vazirmatn",
        Tahoma,
        Arial,
        sans-serif;
}

.ws71-next-courses :where(
    h2,
    h3,
    p,
    ul
) {
    margin-top: 0;
}

.ws71-next-courses :where(
    h2,
    h3,
    p,
    li,
    span,
    strong,
    small,
    a
) {
    overflow-wrap: break-word;
    word-break: normal;
}

.ws71-next-courses__wrap {
    position: relative;
    isolation: isolate;

    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
    padding: 22px;

    border: 1px solid rgba(14, 116, 144, 0.21);
    border-radius: 24px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.15),
            transparent 37%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(251, 191, 36, 0.12),
            transparent 43%
        ),
        linear-gradient(
            135deg,
            #f8fafc,
            #ffffff 50%,
            var(--next-amber-soft)
        );

    box-shadow:
        0 17px 42px rgba(15, 23, 42, 0.1);

    overflow: hidden;
}

.ws71-next-courses__wrap::before {
    content: "";

    position: absolute;
    z-index: -1;

    top: -100px;
    right: -100px;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(103, 232, 249, 0.24),
            transparent 68%
        );

    pointer-events: none;
}


/* =========================================================
   Header
========================================================= */

.ws71-next-courses__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    margin-bottom: 15px;
    padding: 18px;

    color: #ffffff;

    border-radius: 20px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.18),
            transparent 40%
        ),
        linear-gradient(
            110deg,
            var(--next-dark),
            var(--next-dark-2),
            var(--next-cyan)
        );

    box-shadow:
        0 13px 31px rgba(15, 23, 42, 0.2);
}

.ws71-next-courses__header-content {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-next-courses__badge {
    display: inline-flex;
    align-items: center;

    margin-bottom: 7px;
    padding: 6px 12px;

    color: var(--next-amber-light);
    font-size: 12.5px;
    font-weight: 950;
    line-height: 1.8;

    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.09);
}

.ws71-next-courses__title {
    margin: 0 0 7px;

    color: #ffffff;
    font-size: 23px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-next-courses__lead {
    max-width: 850px;
    margin: 0;

    color: var(--next-cyan-light);
    font-size: 14.5px;
    line-height: 2;
}

.ws71-next-courses__header-mark {
    flex: 0 0 170px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        24px
        minmax(0, 1fr);

    gap: 5px;
    align-items: center;

    padding: 13px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.08);
}

.ws71-next-courses__header-mark small {
    grid-column: 1 / -1;

    color: #bae6fd;
    font-size: 11px;
}

.ws71-next-courses__header-mark strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    direction: ltr;
}

.ws71-next-courses__header-mark > span {
    color: var(--next-amber-light);
    font-weight: 950;
}


/* =========================================================
   Upgrade to Workstation 17.5
========================================================= */

.ws71-next-courses__upgrade {
    padding: 16px;

    border: 1px solid rgba(217, 119, 6, 0.2);
    border-radius: 19px;

    background:
        radial-gradient(
            circle at top right,
            rgba(251, 191, 36, 0.15),
            transparent 44%
        ),
        linear-gradient(
            135deg,
            var(--next-amber-soft),
            #ffffff
        );
}

.ws71-next-courses__upgrade-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 11px;
}

.ws71-next-courses__upgrade-number {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
    direction: ltr;

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            var(--next-amber-dark),
            var(--next-amber)
        );
}

.ws71-next-courses__upgrade-head > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-next-courses__upgrade-head small {
    display: block;

    color: var(--next-amber);
    font-size: 11.5px;
    font-weight: 900;
}

.ws71-next-courses__upgrade-head h3 {
    margin: 1px 0 0;

    color: var(--next-dark);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-next-courses__priority {
    flex: 0 0 auto;

    display: inline-flex;

    padding: 5px 10px;

    color: var(--next-amber-dark);
    font-size: 11px;
    font-weight: 950;

    border: 1px solid rgba(217, 119, 6, 0.19);
    border-radius: 999px;

    background: var(--next-amber-light);
}

.ws71-next-courses__upgrade-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(250px, 310px);

    gap: 12px;
    align-items: stretch;
}

.ws71-next-courses__upgrade-content {
    min-width: 0;
    padding: 13px;

    border: 1px solid rgba(217, 119, 6, 0.14);
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.86);
}

.ws71-next-courses__upgrade-content > p {
    margin: 0 0 8px;

    color: var(--next-text);
    font-size: 13.8px;
    line-height: 1.95;
}

.ws71-next-courses__upgrade-content ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.ws71-next-courses__upgrade-content li {
    position: relative;

    margin-bottom: 4px;
    padding-inline-start: 20px;

    color: var(--next-text);
    font-size: 13px;
    line-height: 1.85;
}

.ws71-next-courses__upgrade-content li:last-child {
    margin-bottom: 0;
}

.ws71-next-courses__upgrade-content li::before {
    content: "✓";

    position: absolute;
    inset-inline-start: 2px;

    color: var(--next-green);
    font-weight: 950;
}

.ws71-next-courses__upgrade-course {
    min-width: 0;
    padding: 14px;

    border: 1px solid rgba(14, 116, 144, 0.2);
    border-radius: 16px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.15),
            transparent 45%
        ),
        #ffffff;
}

.ws71-next-courses__course-version {
    width: 53px;
    height: 53px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 7px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    direction: ltr;

    border-radius: 16px;

    background:
        linear-gradient(
            140deg,
            var(--next-dark),
            var(--next-cyan)
        );
}

.ws71-next-courses__upgrade-course > small {
    display: block;

    color: var(--next-amber);
    font-size: 11px;
    font-weight: 900;
}

.ws71-next-courses__upgrade-course > h3 {
    margin: 2px 0 5px;

    color: var(--next-dark);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.75;
    direction: ltr;
}

.ws71-next-courses__upgrade-course > p {
    margin: 0 0 9px;

    color: var(--next-muted);
    font-size: 12.8px;
    line-height: 1.85;
}

.ws71-next-courses__upgrade-course > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: 100%;
    min-height: 41px;
    padding: 8px 10px;

    color: #ffffff !important;
    font-size: 12px;
    font-weight: 950;
    text-align: center;
    text-decoration: none !important;

    border-radius: 11px;

    background:
        linear-gradient(
            90deg,
            var(--next-dark),
            var(--next-cyan)
        );

    box-shadow:
        0 8px 19px rgba(14, 116, 144, 0.19);
}


/* =========================================================
   Network Plus Foundation
========================================================= */

.ws71-next-courses__foundation {
    margin-top: 13px;
    padding: 15px;

    border: 1px solid rgba(5, 150, 105, 0.19);
    border-radius: 18px;

    background:
        radial-gradient(
            circle at top right,
            rgba(52, 211, 153, 0.13),
            transparent 44%
        ),
        #ffffff;
}

.ws71-next-courses__foundation-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 10px;
}

.ws71-next-courses__foundation-head > span {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 11px;
    font-weight: 950;

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            var(--next-green),
            var(--next-cyan)
        );
}

.ws71-next-courses__foundation-head > div {
    min-width: 0;
}

.ws71-next-courses__foundation-head small {
    display: block;

    color: var(--next-amber);
    font-size: 11.5px;
    font-weight: 900;
}

.ws71-next-courses__foundation-head h3 {
    margin: 1px 0 0;

    color: var(--next-dark);
    font-size: 16.5px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-next-courses__foundation-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(265px, 330px);

    gap: 11px;
    align-items: stretch;
}

.ws71-next-courses__foundation-text {
    min-width: 0;
    padding: 12px;

    border: 1px solid rgba(5, 150, 105, 0.13);
    border-radius: 14px;

    background: var(--next-green-soft);
}

.ws71-next-courses__foundation-text > p {
    margin: 0 0 9px;

    color: var(--next-text);
    font-size: 13.5px;
    line-height: 1.95;
}

.ws71-next-courses__foundation-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ws71-next-courses__foundation-topics span {
    display: inline-flex;

    padding: 5px 8px;

    color: var(--next-green);
    font-size: 10.8px;
    font-weight: 950;
    direction: ltr;

    border: 1px solid rgba(5, 150, 105, 0.15);
    border-radius: 999px;

    background: #ffffff;
}

.ws71-next-courses__foundation-link {
    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 0;
    padding: 13px;

    color: inherit !important;
    text-decoration: none !important;

    border: 1px solid rgba(5, 150, 105, 0.18);
    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--next-green-soft)
        );

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ws71-next-courses__foundation-link:hover {
    transform: translateY(-1px);

    box-shadow:
        0 9px 22px rgba(5, 150, 105, 0.12);
}

.ws71-next-courses__foundation-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
    direction: ltr;

    border-radius: 14px;

    background:
        linear-gradient(
            140deg,
            var(--next-green),
            var(--next-cyan)
        );
}

.ws71-next-courses__foundation-link > div {
    flex: 1 1 auto;
    min-width: 0;
}

.ws71-next-courses__foundation-link small {
    display: block;

    color: var(--next-muted);
    font-size: 10.5px;
}

.ws71-next-courses__foundation-link strong {
    display: block;

    color: var(--next-dark);
    font-size: 13.5px;
    font-weight: 950;
    direction: ltr;
}

.ws71-next-courses__foundation-link p {
    margin: 2px 0 0;

    color: var(--next-muted);
    font-size: 11.8px;
    line-height: 1.75;
}

.ws71-next-courses__foundation-link > b {
    color: var(--next-amber);
    font-size: 17px;
}


/* =========================================================
   Choice Divider
========================================================= */

.ws71-next-courses__choice {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 13px 0;
}

.ws71-next-courses__choice span {
    color: var(--next-cyan);
    font-size: 13px;
    font-weight: 950;
    text-align: center;
}

.ws71-next-courses__choice strong {
    color: var(--next-amber);
    font-size: 23px;
}


/* =========================================================
   Career Routes
========================================================= */

.ws71-next-courses__routes {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}

.ws71-next-courses__route {
    position: relative;
    isolation: isolate;

    display: flex;
    flex-direction: column;

    min-width: 0;
    padding: 15px;

    border: 1px solid rgba(14, 116, 144, 0.18);
    border-radius: 18px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.1),
            transparent 43%
        ),
        #ffffff;

    box-shadow:
        0 8px 22px rgba(15, 23, 42, 0.05);

    overflow: hidden;
}

.ws71-next-courses__route--featured {
    border-color: rgba(109, 40, 217, 0.27);

    background:
        radial-gradient(
            circle at top right,
            rgba(167, 139, 250, 0.16),
            transparent 43%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            var(--next-purple-soft)
        );
}

.ws71-next-courses__route-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;

    margin-bottom: 9px;
}

.ws71-next-courses__route-number,
.ws71-next-courses__route-label {
    display: inline-flex;

    padding: 4px 8px;

    font-size: 10.5px;
    font-weight: 950;

    border-radius: 999px;
}

.ws71-next-courses__route-number {
    color: var(--next-cyan);
    background: var(--next-cyan-light);
}

.ws71-next-courses__route-label {
    color: var(--next-amber-dark);
    background: var(--next-amber-light);
}

.ws71-next-courses__route-icon {
    width: 47px;
    height: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 7px;

    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
    direction: ltr;

    border-radius: 14px;

    background:
        linear-gradient(
            140deg,
            var(--next-dark),
            var(--next-cyan)
        );
}

.ws71-next-courses__route--featured
.ws71-next-courses__route-icon {
    background:
        linear-gradient(
            140deg,
            #4c1d95,
            var(--next-purple)
        );
}

.ws71-next-courses__route > small {
    display: block;

    color: var(--next-amber);
    font-size: 11px;
    font-weight: 900;
}

.ws71-next-courses__route > h3 {
    margin: 2px 0 6px;

    color: var(--next-dark);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.8;
    direction: ltr;
}

.ws71-next-courses__route > p {
    margin: 0 0 10px;

    color: var(--next-text);
    font-size: 13.3px;
    line-height: 1.9;
}

.ws71-next-courses__route-info {
    display: grid;
    gap: 6px;

    margin-bottom: 10px;
}

.ws71-next-courses__route-info > div {
    padding: 8px 9px;

    border: 1px solid rgba(14, 116, 144, 0.12);
    border-radius: 11px;

    background: var(--next-cyan-soft);
}

.ws71-next-courses__route--featured
.ws71-next-courses__route-info > div {
    border-color: rgba(109, 40, 217, 0.12);
    background: var(--next-purple-soft);
}

.ws71-next-courses__route-info span {
    display: block;

    color: var(--next-muted);
    font-size: 10.3px;
}

.ws71-next-courses__route-info strong {
    display: block;

    color: var(--next-dark);
    font-size: 11.8px;
    font-weight: 950;
    line-height: 1.75;
}

.ws71-next-courses__route > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    width: 100%;
    min-height: 42px;
    margin-top: auto;
    padding: 8px 10px;

    color: #ffffff !important;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.8;
    text-align: center;
    text-decoration: none !important;

    border-radius: 11px;

    background:
        linear-gradient(
            90deg,
            var(--next-dark),
            var(--next-cyan)
        );

    box-shadow:
        0 8px 19px rgba(14, 116, 144, 0.17);
}

.ws71-next-courses__route--featured > a {
    background:
        linear-gradient(
            90deg,
            #4c1d95,
            var(--next-purple)
        );
}


/* =========================================================
   Suggested Study Plans
========================================================= */

.ws71-next-courses__plans {
    margin-top: 14px;
    padding: 15px;

    border: 1px solid rgba(217, 119, 6, 0.18);
    border-radius: 18px;

    background:
        radial-gradient(
            circle at top right,
            rgba(251, 191, 36, 0.12),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            var(--next-amber-soft),
            #ffffff
        );
}

.ws71-next-courses__plans-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 11px;
}

.ws71-next-courses__plans-head > span {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 19px;

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            var(--next-amber-light),
            var(--next-cyan-light)
        );
}

.ws71-next-courses__plans-head > div {
    min-width: 0;
}

.ws71-next-courses__plans-head small {
    display: block;

    color: var(--next-amber);
    font-size: 11.5px;
    font-weight: 900;
}

.ws71-next-courses__plans-head h3 {
    margin: 1px 0 0;

    color: var(--next-dark);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.8;
}

.ws71-next-courses__plan-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 9px;
}

.ws71-next-courses__plan-grid article {
    min-width: 0;
    padding: 11px;

    border: 1px solid rgba(217, 119, 6, 0.14);
    border-radius: 14px;

    background: #ffffff;
}

.ws71-next-courses__plan-title {
    display: inline-flex;

    margin-bottom: 7px;
    padding: 4px 8px;

    color: var(--next-amber-dark);
    font-size: 10.8px;
    font-weight: 950;

    border-radius: 999px;

    background: var(--next-amber-light);
}

.ws71-next-courses__plan-flow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.ws71-next-courses__plan-flow strong {
    display: inline-flex;

    padding: 5px 8px;

    color: var(--next-dark);
    font-size: 10.8px;
    font-weight: 950;
    direction: ltr;

    border-radius: 999px;

    background: var(--next-cyan-light);
}

.ws71-next-courses__plan-flow i {
    color: var(--next-amber);
    font-style: normal;
    font-weight: 950;
}

.ws71-next-courses__plan-grid p {
    margin: 7px 0 0;

    color: var(--next-muted);
    font-size: 12.3px;
    line-height: 1.8;
}


/* =========================================================
   Footer
========================================================= */

.ws71-next-courses__footer {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin-top: 14px;
    padding: 14px;

    color: #ffffff;

    border-radius: 17px;

    background:
        radial-gradient(
            circle at top right,
            rgba(34, 211, 238, 0.17),
            transparent 40%
        ),
        linear-gradient(
            105deg,
            var(--next-dark),
            var(--next-dark-2),
            var(--next-cyan)
        );

    box-shadow:
        0 11px 26px rgba(15, 23, 42, 0.17);
}

.ws71-next-courses__footer > span {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--next-dark);
    font-weight: 950;

    border-radius: 13px;

    background: var(--next-cyan-light);
}

.ws71-next-courses__footer > div {
    min-width: 0;
}

.ws71-next-courses__footer strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
}

.ws71-next-courses__footer p {
    margin: 0;

    color: var(--next-cyan-light);
    font-size: 13.2px;
    line-height: 1.9;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 850px) {

    .ws71-next-courses__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws71-next-courses__header-mark {
        width: 100%;
        flex-basis: auto;
    }

    .ws71-next-courses__upgrade-grid,
    .ws71-next-courses__foundation-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 760px) {

    .ws71-next-courses__routes,
    .ws71-next-courses__plan-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {

    .ws71-next-courses {
        margin: 24px auto 34px;
        padding: 0 10px;
    }

    .ws71-next-courses__wrap {
        padding: 15px 12px;
        border-radius: 20px;
    }

    .ws71-next-courses__header {
        padding: 16px 13px;
        border-radius: 17px;
    }

    .ws71-next-courses__title {
        font-size: 19px;
    }

    .ws71-next-courses__lead {
        font-size: 13.8px;
    }

    .ws71-next-courses__upgrade-head {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ws71-next-courses__priority {
        margin-inline-start: 53px;
    }

    .ws71-next-courses__plan-flow {
        align-items: stretch;
        flex-direction: column;
    }

    .ws71-next-courses__plan-flow strong {
        justify-content: center;
    }

    .ws71-next-courses__plan-flow i {
        text-align: center;
        transform: rotate(90deg);
    }

    .ws71-next-courses__footer {
        flex-direction: column;
    }

}

@media (max-width: 420px) {

    .ws71-next-courses {
        padding-inline: 7px;
    }

    .ws71-next-courses__foundation-link {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ws71-next-courses__foundation-link > b {
        margin-inline-start: auto;
    }

}

@media (prefers-reduced-motion: reduce) {

    .ws71-next-courses__foundation-link {
        transition: none;
    }

}/* End custom CSS */