/* Start custom CSS for text-editor, class: .elementor-element-4bfa61c *//* =========================================================
   VMware Workstation 10 Electronic Book
   Archive Header
   Plum, Sage and Paper Theme
========================================================= */

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


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

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

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

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

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

.ws10book-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(146, 64, 14, 0.22);
    border-radius: 17px;

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

    box-shadow:
        0 9px 24px rgba(88, 28, 135, 0.07);
}

.ws10book-archive-bar__message {
    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 0;
}

.ws10book-archive-bar__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,
            #581c87,
            #9333ea
        );
}

.ws10book-archive-bar__message > div {
    min-width: 0;
}

.ws10book-archive-bar__message strong {
    display: block;

    margin-bottom: 2px;

    color: #581c87;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.8;
}

.ws10book-archive-bar__message p {
    margin: 0;

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

.ws10book-archive-bar__button {
    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,
            #14532d,
            #047857
        );

    box-shadow:
        0 8px 19px rgba(4, 120, 87, 0.17);
}


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

.ws10book-archive-hero {
    --book-dark: #1e1b4b;
    --book-dark-2: #312e81;
    --book-text: #334155;
    --book-muted: #64748b;
    --book-border: rgba(148, 163, 184, 0.3);

    --book-plum: #7e22ce;
    --book-plum-dark: #581c87;
    --book-plum-light: #f3e8ff;
    --book-plum-soft: #faf5ff;

    --book-green: #047857;
    --book-green-dark: #14532d;
    --book-green-light: #d1fae5;
    --book-green-soft: #ecfdf5;

    --book-bronze: #b45309;
    --book-bronze-dark: #78350f;
    --book-bronze-light: #fef3c7;
    --book-bronze-soft: #fffbeb;

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

    direction: rtl;
    text-align: right;

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

    margin: 22px auto 40px;
    padding: 36px 16px;

    color: var(--book-dark);

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

    border: 1px solid rgba(126, 34, 206, 0.17);
    border-radius: 27px;

    background:
        radial-gradient(
            circle at top right,
            rgba(192, 132, 252, 0.13),
            transparent 39%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(52, 211, 153, 0.11),
            transparent 44%
        ),
        linear-gradient(
            135deg,
            #fafafa,
            #ffffff 50%,
            #fffbeb
        );

    box-shadow:
        0 18px 45px rgba(30, 27, 75, 0.1);

    overflow: hidden;
}

.ws10book-archive-hero :where(
    h1,
    h2,
    h3,
    p,
    ul
) {
    margin-top: 0;
}

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

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

    margin: 0 auto;
}


/* =========================================================
   Main Layout
========================================================= */

.ws10book-archive-hero__layout {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(300px, 0.7fr) !important;

    gap: 24px !important;
    align-items: stretch !important;
}

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


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

.ws10book-archive-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin-bottom: 10px;
}

.ws10book-archive-hero__badge,
.ws10book-archive-hero__version-badge,
.ws10book-archive-hero__stop-badge {
    display: inline-flex;
    align-items: center;

    padding: 6px 12px;

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

    border-radius: 999px;
}

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

    background:
        linear-gradient(
            90deg,
            var(--book-dark),
            var(--book-plum)
        );
}

.ws10book-archive-hero__version-badge {
    color: var(--book-green-dark);

    border: 1px solid rgba(4, 120, 87, 0.2);
    background: var(--book-green-light);
}

.ws10book-archive-hero__stop-badge {
    color: var(--book-red);

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

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

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

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

    color: var(--book-text);
    font-size: 14.7px;
    line-height: 2.05;
}

.ws10book-archive-hero__lead strong {
    color: var(--book-plum);
    font-weight: 950;
}


/* Warning */

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

    margin: 14px 0;
    padding: 12px;

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

    background:
        linear-gradient(
            135deg,
            #fff1f2,
            #ffffff
        );
}

.ws10book-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(--book-red)
        );
}

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

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

    margin-bottom: 2px;

    color: var(--book-red);
    font-size: 14px;
    font-weight: 950;
}

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

    color: var(--book-text);
    font-size: 13.4px;
    line-height: 1.9;
}


/* Flow */

.ws10book-archive-hero__flow {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        26px
        minmax(0, 1fr)
        26px
        minmax(0, 1fr);

    gap: 7px;
    align-items: stretch;

    margin: 14px 0;
}

.ws10book-archive-hero__flow article {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    min-width: 0;
    padding: 10px;

    border: 1px solid rgba(126, 34, 206, 0.14);
    border-radius: 14px;

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

.ws10book-archive-hero__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;

    border-radius: 9px;
    background: var(--book-plum);
}

.ws10book-archive-hero__flow article > div {
    min-width: 0;
}

.ws10book-archive-hero__flow strong {
    display: block;

    color: var(--book-dark);
    font-size: 13px;
    font-weight: 950;
}

.ws10book-archive-hero__flow small {
    display: block;

    color: var(--book-muted);
    font-size: 11.7px;
    line-height: 1.7;
}

.ws10book-archive-hero__flow > i {
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--book-bronze);
    font-style: normal;
    font-weight: 950;
}


/* Tags */

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

    margin-bottom: 13px;
}

.ws10book-archive-hero__tags span {
    display: inline-flex;

    padding: 5px 9px;

    color: var(--book-plum);
    font-size: 11.6px;
    font-weight: 950;
    direction: ltr;

    border: 1px solid rgba(126, 34, 206, 0.15);
    border-radius: 999px;

    background: var(--book-plum-light);
}


/* Metadata */

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

    gap: 9px;

    margin: 0 0 11px;
    padding: 0;

    list-style: none;
}

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

    min-width: 0;
    padding: 10px;

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

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

.ws10book-archive-hero__meta li > span {
    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(--book-plum-light),
            var(--book-green-light)
        );
}

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

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

    color: var(--book-muted);
    font-size: 11.5px;
}

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

    color: var(--book-dark);
    font-size: 13px;
    font-weight: 950;
}

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

    padding: 9px 11px;

    border: 1px solid rgba(180, 83, 9, 0.16);
    border-radius: 13px;

    background: var(--book-bronze-soft);
}

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

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


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

.ws10book-archive-hero__side {
    display: flex;
}

.ws10book-archive-hero__recommend {
    width: 100%;
    padding: 17px 15px;

    border: 1px solid rgba(126, 34, 206, 0.2);
    border-radius: 21px;

    background:
        radial-gradient(
            circle at top right,
            rgba(192, 132, 252, 0.14),
            transparent 42%
        ),
        #ffffff;

    box-shadow:
        0 15px 36px rgba(30, 27, 75, 0.09);
}

.ws10book-archive-hero__recommend-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 11px;
}

.ws10book-archive-hero__recommend-version {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

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

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

    border-radius: 17px;

    background:
        linear-gradient(
            140deg,
            var(--book-dark),
            var(--book-plum)
        );
}

.ws10book-archive-hero__recommend-head > div:last-child {
    min-width: 0;
}

.ws10book-archive-hero__recommend-head small {
    display: block;

    color: var(--book-bronze);
    font-size: 11.5px;
    font-weight: 900;
}

.ws10book-archive-hero__recommend-head h2 {
    margin: 2px 0 0;

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

.ws10book-archive-hero__recommend-item {
    margin-bottom: 8px;
    padding: 9px 10px;

    border: 1px solid rgba(126, 34, 206, 0.13);
    border-radius: 12px;

    background: var(--book-plum-soft);
}

.ws10book-archive-hero__recommend-item span {
    display: block;

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

.ws10book-archive-hero__recommend-item strong {
    display: block;

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

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

    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

    border-radius: 12px;
}

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

    background:
        linear-gradient(
            90deg,
            var(--book-dark),
            var(--book-plum)
        );
}

.ws10book-archive-hero__button--secondary {
    color: var(--book-green-dark) !important;

    border: 1px solid rgba(4, 120, 87, 0.2);

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

.ws10book-archive-hero__button--download {
    color: var(--book-bronze-dark) !important;

    border: 1px solid rgba(180, 83, 9, 0.2);

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

.ws10book-archive-hero__button--outline {
    color: var(--book-plum) !important;

    border: 1px solid rgba(126, 34, 206, 0.2);
    background: #ffffff;
}

.ws10book-archive-hero__recommend-note {
    margin: 9px 0 0;

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


/* =========================================================
   Versions
========================================================= */

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

    border: 1px solid rgba(126, 34, 206, 0.15);
    border-radius: 21px;

    background: #ffffff;
}

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

    margin-bottom: 13px;
}

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

.ws10book-archive-hero__versions-head > div > span {
    color: var(--book-bronze);
    font-size: 12px;
    font-weight: 950;
}

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

    color: var(--book-dark);
    font-size: 19px;
    font-weight: 950;
}

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

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

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

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

    padding: 7px 11px;

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

    border: 1px solid rgba(126, 34, 206, 0.18);
    border-radius: 999px;

    background: var(--book-plum-soft);
}

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

    gap: 10px;
}

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

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

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

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

.ws10book-archive-hero__version-card--recommended {
    border-color: rgba(4, 120, 87, 0.27);

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

.ws10book-archive-hero__version-card--current {
    border-color: rgba(180, 83, 9, 0.26);

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

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

    margin-bottom: 8px;
}

.ws10book-archive-hero__version-number {
    width: 49px;
    height: 49px;

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

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

    border-radius: 14px;

    background:
        linear-gradient(
            140deg,
            var(--book-dark),
            var(--book-plum)
        );
}

.ws10book-archive-hero__version-card--recommended
.ws10book-archive-hero__version-number {
    background:
        linear-gradient(
            140deg,
            var(--book-green-dark),
            var(--book-green)
        );
}

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

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

    padding: 4px 8px;

    color: var(--book-plum);
    font-size: 10px;
    font-weight: 950;

    border-radius: 999px;
    background: var(--book-plum-light);
}

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

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

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

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

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

    margin: 0 0 10px;

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

.ws10book-archive-hero__version-button,
.ws10book-archive-hero__version-disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    min-height: 38px;
    padding: 7px 8px;

    font-size: 11px;
    font-weight: 950;
    text-align: center;
    text-decoration: none !important;

    border-radius: 10px;
}

.ws10book-archive-hero__version-button {
    color: #ffffff !important;

    background:
        linear-gradient(
            90deg,
            var(--book-dark),
            var(--book-plum)
        );
}

.ws10book-archive-hero__version-disabled {
    color: var(--book-red);

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


/* Footer */

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

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

    color: #ffffff;

    border-radius: 17px;

    background:
        linear-gradient(
            105deg,
            var(--book-dark),
            var(--book-dark-2),
            var(--book-plum)
        );
}

.ws10book-archive-hero__footer > span {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

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

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

    border-radius: 13px;
    background: var(--book-green-light);
}

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

    margin-bottom: 3px;

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

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

    color: var(--book-plum-light);
    font-size: 13.4px;
    line-height: 1.9;
}


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

@media (max-width: 960px) {

    .ws10book-archive-hero__layout {
        grid-template-columns: 1fr !important;
    }

}

@media (max-width: 800px) {

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

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

}

@media (max-width: 720px) {

    .ws10book-archive-hero__flow {
        grid-template-columns: 1fr;
    }

    .ws10book-archive-hero__flow > i {
        min-height: 25px;
        transform: rotate(90deg);
    }

}

@media (max-width: 620px) {

    .ws10book-archive-bar {
        padding-inline: 10px;
    }

    .ws10book-archive-hero {
        margin-bottom: 32px;
        padding: 28px 10px;
        border-radius: 21px;
    }

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

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

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

    .ws10book-archive-hero__versions {
        padding: 14px 12px;
    }

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

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

}

@media (max-width: 440px) {

    .ws10book-archive-bar,
    .ws10book-archive-hero {
        padding-inline: 7px;
    }

    .ws10book-archive-hero__badges {
        flex-direction: column;
    }

    .ws10book-archive-hero__badge,
    .ws10book-archive-hero__version-badge,
    .ws10book-archive-hero__stop-badge {
        justify-content: center;
        width: 100%;
        border-radius: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6978b94 *//* =========================================================
   VMware Workstation 10 Electronic Book
   Archive Body
========================================================= */

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

.ws10book-archive-body {
    --body-dark: #1e1b4b;
    --body-dark-2: #312e81;
    --body-text: #334155;
    --body-muted: #64748b;
    --body-border: rgba(148, 163, 184, 0.3);

    --body-plum: #7e22ce;
    --body-plum-dark: #581c87;
    --body-plum-light: #f3e8ff;
    --body-plum-soft: #faf5ff;

    --body-green: #047857;
    --body-green-dark: #14532d;
    --body-green-light: #d1fae5;
    --body-green-soft: #ecfdf5;

    --body-bronze: #b45309;
    --body-bronze-dark: #78350f;
    --body-bronze-light: #fef3c7;
    --body-bronze-soft: #fffbeb;

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

    direction: rtl;
    text-align: right;

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

    margin: 0 auto 42px;
    padding: 0 16px 34px;

    color: var(--body-dark);

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

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

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

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

.ws10book-archive-body__wrap {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================================
   Layout
========================================================= */

.ws10book-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%;
}

.ws10book-archive-body__main,
.ws10book-archive-body__sidebar {
    width: 100% !important;
    min-width: 0 !important;

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

.ws10book-archive-body__sidebar {
    display: grid !important;
    grid-template-columns: 1fr !important;

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


/* =========================================================
   Cards
========================================================= */

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

    width: 100%;

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

    background:
        radial-gradient(
            circle at top right,
            rgba(192, 132, 252, 0.08),
            transparent 45%
        ),
        #ffffff;

    box-shadow:
        0 9px 25px rgba(30, 27, 75, 0.065);

    overflow: hidden;
}

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

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

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

.ws10book-archive-body__card--intro {
    border-inline-start: 4px solid var(--body-bronze);
}

.ws10book-archive-body__card--concepts {
    border-inline-start: 4px solid var(--body-plum);
}

.ws10book-archive-body__card--structure {
    border-inline-start: 4px solid var(--body-green);
}

.ws10book-archive-body__card--lab {
    border-inline-start: 4px solid var(--body-plum);
}

.ws10book-archive-body__card--obsolete {
    border-inline-start: 4px solid var(--body-red);
}

.ws10book-archive-body__card--comparison {
    border-inline-start: 4px solid var(--body-bronze);
}

.ws10book-archive-body__card--audience {
    border-inline-start: 4px solid var(--body-plum);
}

.ws10book-archive-body__card--migration {
    border-inline-start: 4px solid var(--body-green);
}

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

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


/* =========================================================
   Typography
========================================================= */

.ws10book-archive-body__label {
    display: inline-flex;

    margin-bottom: 5px;

    color: var(--body-bronze);
    font-size: 13px;
    font-weight: 950;
}

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

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

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

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

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

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


/* Archive message */

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

    margin-top: 11px;
    padding: 12px;

    border: 1px solid rgba(180, 83, 9, 0.18);
    border-inline-start: 4px solid var(--body-bronze);
    border-radius: 14px;

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

.ws10book-archive-body__archive-message > span {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

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

    font-size: 19px;

    border-radius: 13px;
    background: var(--body-bronze-light);
}

.ws10book-archive-body__archive-message > div {
    min-width: 0;
}

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

    color: var(--body-bronze-dark);
    font-size: 14px;
    font-weight: 950;
}

.ws10book-archive-body__archive-message p {
    margin: 2px 0 0 !important;

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


/* =========================================================
   Concept Grid
========================================================= */

.ws10book-archive-body__concept-grid {
    display: grid !important;
    grid-template-columns:
        repeat(
            auto-fit,
            minmax(220px, 1fr)
        ) !important;

    gap: 9px !important;

    margin-top: 11px;
}

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

    padding: 11px;

    border: 1px solid rgba(126, 34, 206, 0.14);
    border-radius: 14px;

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

.ws10book-archive-body__concept-grid article > span {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    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(--body-dark),
            var(--body-plum)
        );
}

.ws10book-archive-body__concept-grid article > div {
    min-width: 0;
}

.ws10book-archive-body__concept-grid h3 {
    margin: 0 0 3px !important;

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

.ws10book-archive-body__concept-grid p {
    margin: 0 !important;

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


/* =========================================================
   Book Structure
========================================================= */

.ws10book-archive-body__structure-grid {
    display: grid !important;
    grid-template-columns:
        repeat(
            auto-fit,
            minmax(210px, 1fr)
        ) !important;

    gap: 9px !important;

    margin-top: 10px;
}

.ws10book-archive-body__structure-grid article {
    padding: 11px;

    border: 1px solid rgba(4, 120, 87, 0.14);
    border-radius: 14px;

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

.ws10book-archive-body__structure-grid article > span {
    width: 38px;
    height: 38px;

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

    margin-bottom: 6px;

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

    border-radius: 11px;
    background: var(--body-green);
}

.ws10book-archive-body__structure-grid small {
    display: block;

    color: var(--body-bronze);
    font-size: 10.5px;
    font-weight: 900;
}

.ws10book-archive-body__structure-grid h3 {
    margin: 2px 0 4px !important;

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

.ws10book-archive-body__structure-grid p {
    margin: 0 !important;

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


/* =========================================================
   Lab Flow and Migration
========================================================= */

.ws10book-archive-body__lab-flow,
.ws10book-archive-body__migration {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1fr)
        23px
        minmax(0, 1fr)
        23px
        minmax(0, 1fr)
        23px
        minmax(0, 1fr) !important;

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

    margin-top: 10px;
}

.ws10book-archive-body__lab-flow article,
.ws10book-archive-body__migration article {
    padding: 10px 8px;

    text-align: center;

    border: 1px solid rgba(126, 34, 206, 0.14);
    border-radius: 13px;

    background: var(--body-plum-soft);
}

.ws10book-archive-body__migration article {
    border-color: rgba(4, 120, 87, 0.14);
    background: var(--body-green-soft);
}

.ws10book-archive-body__lab-flow article > span,
.ws10book-archive-body__migration article > span {
    color: var(--body-bronze);
    font-size: 10px;
    font-weight: 950;
}

.ws10book-archive-body__lab-flow strong,
.ws10book-archive-body__migration strong {
    display: block;

    margin: 3px 0;

    color: var(--body-dark);
    font-size: 12.3px;
    font-weight: 950;
}

.ws10book-archive-body__lab-flow p,
.ws10book-archive-body__migration p {
    margin: 0 !important;

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

.ws10book-archive-body__lab-flow > i,
.ws10book-archive-body__migration > i {
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--body-bronze);
    font-style: normal;
    font-weight: 950;
}


/* =========================================================
   Obsolete Content
========================================================= */

.ws10book-archive-body__obsolete-grid {
    display: grid !important;
    grid-template-columns:
        repeat(
            auto-fit,
            minmax(210px, 1fr)
        ) !important;

    gap: 9px !important;

    margin-top: 10px;
}

.ws10book-archive-body__obsolete-grid article {
    padding: 11px;

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

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

.ws10book-archive-body__obsolete-grid article > span {
    width: 39px;
    height: 39px;

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

    margin-bottom: 7px;

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

    border-radius: 11px;

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

.ws10book-archive-body__obsolete-grid h3 {
    margin: 0 0 4px !important;

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

.ws10book-archive-body__obsolete-grid p {
    margin: 0 !important;

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

.ws10book-archive-body__warning {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin-top: 11px;
    padding: 11px;

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

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

.ws10book-archive-body__warning > span {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

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

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

.ws10book-archive-body__warning p {
    margin: 0 !important;

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


/* =========================================================
   Comparison and Audience
========================================================= */

.ws10book-archive-body__comparison,
.ws10book-archive-body__audience {
    display: grid !important;
    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    gap: 10px !important;

    margin-top: 10px;
}

.ws10book-archive-body__comparison-side,
.ws10book-archive-body__audience-side {
    padding: 13px;

    border-radius: 16px;
}

.ws10book-archive-body__comparison-side--valid,
.ws10book-archive-body__audience-side--yes {
    border: 1px solid rgba(4, 120, 87, 0.17);
    background: var(--body-green-soft);
}

.ws10book-archive-body__comparison-side--archive {
    border: 1px solid rgba(180, 83, 9, 0.17);
    background: var(--body-bronze-soft);
}

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

.ws10book-archive-body__comparison-side h3,
.ws10book-archive-body__audience-side h3 {
    margin: 0 0 8px !important;

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

.ws10book-archive-body__comparison-side ul,
.ws10book-archive-body__audience-side ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ws10book-archive-body__comparison-side li,
.ws10book-archive-body__audience-side li {
    position: relative;

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

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

.ws10book-archive-body__comparison-side li::before,
.ws10book-archive-body__audience-side li::before {
    position: absolute;
    inset-inline-start: 2px;

    font-weight: 950;
}

.ws10book-archive-body__comparison-side--valid li::before,
.ws10book-archive-body__audience-side--yes li::before {
    content: "✓";
    color: var(--body-green);
}

.ws10book-archive-body__comparison-side--archive li::before {
    content: "◷";
    color: var(--body-bronze);
}

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


/* Migration note */

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

    margin-top: 11px;
    padding: 12px;

    color: #ffffff;

    border-radius: 14px;

    background:
        linear-gradient(
            100deg,
            var(--body-dark),
            var(--body-plum)
        );
}

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

    width: 40px;
    height: 40px;

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

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

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

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

.ws10book-archive-body__migration-note p {
    margin: 2px 0 0 !important;

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


/* =========================================================
   Results
========================================================= */

.ws10book-archive-body__result-grid {
    display: grid !important;
    grid-template-columns:
        repeat(
            auto-fit,
            minmax(220px, 1fr)
        ) !important;

    gap: 8px !important;

    margin-top: 10px;
}

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

    padding: 9px 10px;

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

    border: 1px solid rgba(4, 120, 87, 0.14);
    border-radius: 13px;

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

.ws10book-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(--body-green);
}

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

    color: #ffffff;

    border-radius: 14px;

    background:
        linear-gradient(
            100deg,
            var(--body-dark),
            var(--body-plum)
        );
}

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

    color: var(--body-bronze-light);
    font-size: 14px;
    font-weight: 950;
}

.ws10book-archive-body__result-summary p {
    margin: 3px 0 0 !important;

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


/* =========================================================
   FAQ
========================================================= */

.ws10book-archive-body__faq {
    display: grid;
    gap: 8px;

    margin-top: 10px;
}

.ws10book-archive-body__faq details {
    border: 1px solid rgba(148, 163, 184, 0.27);
    border-radius: 13px;

    background: #f8fafc;

    overflow: hidden;
}

.ws10book-archive-body__faq summary {
    position: relative;

    display: block;
    padding: 11px 40px 11px 12px;

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

    cursor: pointer;
    list-style: none;
}

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

.ws10book-archive-body__faq 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(--body-plum);
}

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

.ws10book-archive-body__faq p {
    margin: 0 !important;
    padding: 0 12px 12px !important;

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


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

.ws10book-archive-body__side-card--quick {
    border-inline-start: 4px solid var(--body-plum);
    background: var(--body-plum-soft);
}

.ws10book-archive-body__side-card--archive {
    border-inline-start: 4px solid var(--body-bronze);
    background: var(--body-bronze-soft);
}

.ws10book-archive-body__side-card--recommended {
    border-inline-start: 4px solid var(--body-green);
}

.ws10book-archive-body__side-card--current {
    border-inline-start: 4px solid var(--body-bronze);
}

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

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

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

    list-style: none !important;
}

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

    padding: 8px 0;

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

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

.ws10book-archive-body__quick-list span {
    color: var(--body-muted);
    font-size: 12.8px;
}

.ws10book-archive-body__quick-list strong {
    color: var(--body-plum);
    font-size: 12.8px;
    font-weight: 950;
    text-align: left;
}

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

    margin-bottom: 8px;
}

.ws10book-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: var(--body-bronze);
}

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

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

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

    color: var(--body-bronze-dark);
    font-size: 13.5px;
    font-weight: 950;
}

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

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

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

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

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

    border-radius: 999px;
}

.ws10book-archive-body__recommended-label {
    color: var(--body-green);
    background: var(--body-green-light);
}

.ws10book-archive-body__current-label {
    color: var(--body-bronze-dark);
    background: var(--body-bronze-light);
}

.ws10book-archive-body__recommended-number,
.ws10book-archive-body__current-number {
    display: block;

    margin-bottom: 2px;

    font-size: 27px;
    font-weight: 950;
    line-height: 1.3;
    direction: ltr;
}

.ws10book-archive-body__recommended-number {
    color: var(--body-green);
}

.ws10book-archive-body__current-number {
    color: var(--body-bronze);
}

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

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

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

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

.ws10book-archive-body__side-card--recommended a,
.ws10book-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;
    text-align: center;
    text-decoration: none !important;

    border-radius: 11px;
}

.ws10book-archive-body__side-card--recommended a {
    background:
        linear-gradient(
            90deg,
            var(--body-green-dark),
            var(--body-green)
        );
}

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

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

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

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

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

    font-weight: 950;
}

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

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

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

.ws10book-archive-body__pills span {
    display: inline-flex;

    padding: 5px 8px;

    color: var(--body-plum);
    font-size: 11px;
    font-weight: 900;
    direction: ltr;

    border: 1px solid rgba(126, 34, 206, 0.15);
    border-radius: 999px;

    background: var(--body-plum-light);
}

.ws10book-archive-body__path {
    display: grid;
    gap: 6px;
}

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

    padding: 8px 9px;

    border: 1px solid rgba(4, 120, 87, 0.14);
    border-radius: 11px;

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

.ws10book-archive-body__path > 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;

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

.ws10book-archive-body__path strong {
    color: var(--body-dark);
    font-size: 12px;
    font-weight: 950;
}

.ws10book-archive-body__path > i {
    color: var(--body-bronze);
    font-style: normal;
    font-weight: 950;
    text-align: center;
}


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

@media (max-width: 900px) {

    .ws10book-archive-body__layout {
        grid-template-columns: 1fr !important;
    }

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

}

@media (max-width: 760px) {

    .ws10book-archive-body__lab-flow,
    .ws10book-archive-body__migration {
        grid-template-columns: 1fr !important;
    }

    .ws10book-archive-body__lab-flow > i,
    .ws10book-archive-body__migration > i {
        min-height: 25px;
        transform: rotate(90deg);
    }

}

@media (max-width: 650px) {

    .ws10book-archive-body__comparison,
    .ws10book-archive-body__audience {
        grid-template-columns: 1fr !important;
    }

}

@media (max-width: 600px) {

    .ws10book-archive-body {
        padding: 0 10px 28px;
    }

    .ws10book-archive-body__sidebar {
        grid-template-columns: 1fr !important;
    }

    .ws10book-archive-body__card {
        padding: 15px 12px;
        border-radius: 16px;
    }

    .ws10book-archive-body__side-card {
        padding: 14px 12px;
        border-radius: 16px;
    }

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

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

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

}

@media (max-width: 420px) {

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

    .ws10book-archive-body__concept-grid,
    .ws10book-archive-body__structure-grid,
    .ws10book-archive-body__obsolete-grid,
    .ws10book-archive-body__result-grid {
        grid-template-columns: 1fr !important;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e278deb *//* =========================================================
   VMware Workstation 10 Book Syllabus
   Vertical Layout
========================================================= */

.ws10book-syllabus,
.ws10book-syllabus * {
    box-sizing: border-box;
}

.ws10book-syllabus {
    --syllabus-dark: #1e1b4b;
    --syllabus-text: #334155;
    --syllabus-muted: #64748b;

    --syllabus-plum: #7e22ce;
    --syllabus-plum-dark: #581c87;
    --syllabus-plum-light: #f3e8ff;
    --syllabus-plum-soft: #faf5ff;

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

    --syllabus-amber: #b45309;
    --syllabus-amber-light: #fef3c7;

    direction: rtl;
    text-align: right;

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

    margin: 28px auto 38px;
    padding: 0 16px;

    color: var(--syllabus-dark);

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

    scroll-margin-top: 95px;
}

.ws10book-syllabus,
.ws10book-syllabus section,
.ws10book-syllabus article,
.ws10book-syllabus header,
.ws10book-syllabus div {
    float: none !important;
    min-width: 0;
}

.ws10book-syllabus h2,
.ws10book-syllabus h3,
.ws10book-syllabus p {
    margin-top: 0;
}

.ws10book-syllabus__wrap {
    width: 100%;
    padding: 20px;

    border: 1px solid rgba(126, 34, 206, 0.18);
    border-radius: 22px;

    background:
        radial-gradient(
            circle at top right,
            rgba(192, 132, 252, 0.13),
            transparent 38%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(52, 211, 153, 0.08),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #ffffff,
            var(--syllabus-plum-soft)
        );

    box-shadow:
        0 15px 38px rgba(30, 27, 75, 0.09);
}


/* Header */

.ws10book-syllabus__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

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

    color: #ffffff;

    border-radius: 18px;

    background:
        radial-gradient(
            circle at top right,
            rgba(192, 132, 252, 0.2),
            transparent 42%
        ),
        linear-gradient(
            110deg,
            var(--syllabus-dark),
            var(--syllabus-plum-dark),
            var(--syllabus-plum)
        );

    box-shadow:
        0 12px 28px rgba(30, 27, 75, 0.18);
}

.ws10book-syllabus__header > div {
    min-width: 0;
}

.ws10book-syllabus__badge {
    display: inline-flex;

    margin-bottom: 5px;
    padding: 5px 10px;

    color: var(--syllabus-amber-light);
    font-size: 11px;
    font-weight: 950;

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

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

.ws10book-syllabus__header h2 {
    margin: 0 0 3px !important;

    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    line-height: 1.8 !important;
}

.ws10book-syllabus__header p {
    margin: 0 !important;

    color: var(--syllabus-plum-light) !important;
    font-size: 13px !important;
}

.ws10book-syllabus__version {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

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

    color: var(--syllabus-dark);
    font-size: 22px;
    font-weight: 950;
    direction: ltr;

    border-radius: 17px;

    background:
        linear-gradient(
            140deg,
            var(--syllabus-amber-light),
            var(--syllabus-green-light)
        );
}


/* Vertical list */

.ws10book-syllabus__list {
    display: flex !important;
    flex-direction: column !important;

    width: 100%;
    gap: 8px;
}

.ws10book-syllabus__item {
    display: grid !important;
    grid-template-columns:
        44px
        minmax(0, 1fr) !important;

    gap: 11px;
    align-items: start;

    width: 100%;
    min-width: 0;

    margin: 0 !important;
    padding: 12px;

    border: 1px solid rgba(126, 34, 206, 0.13);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            var(--syllabus-plum-soft)
        );

    box-shadow:
        0 5px 15px rgba(30, 27, 75, 0.04);
}

.ws10book-syllabus__item:nth-child(even) {
    border-color: rgba(4, 120, 87, 0.14);

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


/* Number */

.ws10book-syllabus__number {
    width: 44px;
    height: 44px;

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

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

    border-radius: 13px;

    background:
        linear-gradient(
            140deg,
            var(--syllabus-dark),
            var(--syllabus-plum)
        );
}

.ws10book-syllabus__item:nth-child(even)
.ws10book-syllabus__number {
    background:
        linear-gradient(
            140deg,
            #14532d,
            var(--syllabus-green)
        );
}


/* Content */

.ws10book-syllabus__item > div {
    min-width: 0;
}

.ws10book-syllabus__item h3 {
    margin: 0 0 3px !important;

    color: var(--syllabus-dark) !important;
    font-size: 13.7px !important;
    font-weight: 950 !important;
    line-height: 1.9 !important;

    overflow-wrap: break-word;
    word-break: normal;
}

.ws10book-syllabus__item p {
    margin: 0 !important;

    color: var(--syllabus-muted) !important;
    font-size: 12.5px !important;
    line-height: 1.9 !important;

    overflow-wrap: break-word;
    word-break: normal;
}


/* Responsive */

@media (max-width: 600px) {

    .ws10book-syllabus {
        margin: 24px auto 34px;
        padding: 0 10px;
    }

    .ws10book-syllabus__wrap {
        padding: 14px 11px;
        border-radius: 18px;
    }

    .ws10book-syllabus__header {
        padding: 15px 13px;
        border-radius: 15px;
    }

    .ws10book-syllabus__header h2 {
        font-size: 18px !important;
    }

    .ws10book-syllabus__version {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .ws10book-syllabus__item {
        grid-template-columns:
            40px
            minmax(0, 1fr) !important;

        gap: 9px;
        padding: 10px;
    }

    .ws10book-syllabus__number {
        width: 40px;
        height: 40px;
    }

}

@media (max-width: 420px) {

    .ws10book-syllabus {
        padding-inline: 7px;
    }

    .ws10book-syllabus__header {
        align-items: flex-start;
    }

    .ws10book-syllabus__item h3 {
        font-size: 13px !important;
    }

    .ws10book-syllabus__item p {
        font-size: 12px !important;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-87d3e18 *//* =========================================================
   VMware Workstation 10 Book
   Next Courses Block
========================================================= */

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

.ws10book-next {
    --next-dark: #1e1b4b;
    --next-dark-2: #312e81;
    --next-text: #334155;
    --next-muted: #64748b;
    --next-border: rgba(148, 163, 184, 0.3);

    --next-plum: #7e22ce;
    --next-plum-dark: #581c87;
    --next-plum-light: #f3e8ff;
    --next-plum-soft: #faf5ff;

    --next-green: #047857;
    --next-green-dark: #14532d;
    --next-green-light: #d1fae5;
    --next-green-soft: #ecfdf5;

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

    direction: rtl;
    text-align: right;

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

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

    color: var(--next-dark);

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

.ws10book-next :where(
    section,
    article,
    header,
    footer,
    div,
    ul,
    li
) {
    float: none;
    min-width: 0;
}

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

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

.ws10book-next__wrap {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
    padding: 22px;

    border: 1px solid rgba(126, 34, 206, 0.18);
    border-radius: 24px;

    background:
        radial-gradient(
            circle at top right,
            rgba(192, 132, 252, 0.13),
            transparent 38%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(52, 211, 153, 0.1),
            transparent 43%
        ),
        linear-gradient(
            135deg,
            #fafafa,
            #ffffff 50%,
            var(--next-amber-soft)
        );

    box-shadow:
        0 17px 42px rgba(30, 27, 75, 0.1);

    overflow: hidden;
}


/* Header */

.ws10book-next__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    margin-bottom: 13px;
    padding: 19px;

    color: #ffffff;

    border-radius: 20px;

    background:
        radial-gradient(
            circle at top right,
            rgba(192, 132, 252, 0.2),
            transparent 40%
        ),
        linear-gradient(
            110deg,
            var(--next-dark),
            var(--next-dark-2),
            var(--next-plum)
        );

    box-shadow:
        0 13px 31px rgba(30, 27, 75, 0.2);
}

.ws10book-next__header-content {
    flex: 1 1 auto;
    min-width: 0;
}

.ws10book-next__badge {
    display: inline-flex;

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

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

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

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

.ws10book-next__title {
    margin: 0 0 7px !important;

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

.ws10book-next__lead {
    max-width: 830px;
    margin: 0 !important;

    color: var(--next-plum-light) !important;
    font-size: 14.2px !important;
    line-height: 2 !important;
}

.ws10book-next__header-path {
    flex: 0 0 230px;

    padding: 13px;

    text-align: center;

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

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

.ws10book-next__header-path small {
    display: block;

    margin-bottom: 7px;

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

.ws10book-next__header-path > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ws10book-next__header-path strong {
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
    direction: ltr;
}

.ws10book-next__header-path span {
    color: var(--next-amber-light);
    font-weight: 950;
}


/* Notice */

.ws10book-next__notice {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 14px;
    padding: 11px 12px;

    border: 1px solid rgba(180, 83, 9, 0.17);
    border-inline-start: 4px solid var(--next-amber);
    border-radius: 14px;

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

.ws10book-next__notice > span {
    flex: 0 0 37px;

    width: 37px;
    height: 37px;

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

    color: #ffffff;
    font-weight: 950;

    border-radius: 11px;
    background: var(--next-amber);
}

.ws10book-next__notice p {
    margin: 0 !important;

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


/* Shared section */

.ws10book-next__primary,
.ws10book-next__foundation {
    margin-bottom: 13px;
    padding: 15px;

    border: 1px solid rgba(126, 34, 206, 0.15);
    border-radius: 18px;

    background: #ffffff;
}

.ws10book-next__foundation {
    border-color: rgba(4, 120, 87, 0.17);

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

.ws10book-next__section-head {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 10px;
}

.ws10book-next__section-head > span {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    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-dark),
            var(--next-plum)
        );
}

.ws10book-next__foundation
.ws10book-next__section-head > span {
    background:
        linear-gradient(
            140deg,
            var(--next-green-dark),
            var(--next-green)
        );
}

.ws10book-next__section-head > div {
    flex: 1 1 auto;
}

.ws10book-next__section-head small {
    display: block;

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

.ws10book-next__section-head h3 {
    margin: 1px 0 0 !important;

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

.ws10book-next__section-head > strong {
    display: inline-flex;

    padding: 5px 9px;

    color: var(--next-plum);
    font-size: 10.5px;
    font-weight: 950;

    border-radius: 999px;

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

.ws10book-next__foundation
.ws10book-next__section-head > strong {
    color: var(--next-green);
    background: var(--next-green-light);
}


/* Primary */

.ws10book-next__primary-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(250px, 310px);

    gap: 11px;
}

.ws10book-next__primary-text {
    padding: 12px;

    border: 1px solid rgba(126, 34, 206, 0.12);
    border-radius: 14px;

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

.ws10book-next__primary-text p {
    margin: 0 0 8px !important;

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

.ws10book-next__primary-text ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ws10book-next__primary-text li {
    position: relative;

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

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

.ws10book-next__primary-text li::before {
    content: "✓";

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

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

.ws10book-next__main-course {
    display: flex;
    flex-direction: column;

    padding: 13px;

    border: 1px solid rgba(126, 34, 206, 0.18);
    border-radius: 15px;

    background: #ffffff;
}

.ws10book-next__version {
    width: 55px;
    height: 55px;

    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-plum)
        );
}

.ws10book-next__main-course > small {
    color: var(--next-amber);
    font-size: 10.8px;
    font-weight: 900;
}

.ws10book-next__main-course h3 {
    margin: 2px 0 5px !important;

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

.ws10book-next__main-course p {
    margin: 0 0 9px !important;

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

.ws10book-next__main-course a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

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

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

    border-radius: 11px;

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


/* Foundation */

.ws10book-next__foundation-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(270px, 330px);

    gap: 11px;
}

.ws10book-next__foundation-text {
    padding: 12px;

    border: 1px solid rgba(4, 120, 87, 0.13);
    border-radius: 14px;

    background: #ffffff;
}

.ws10book-next__foundation-text p {
    margin: 0 0 9px !important;

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

.ws10book-next__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ws10book-next__topics span {
    display: inline-flex;

    padding: 5px 8px;

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

    border-radius: 999px;

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

.ws10book-next__foundation-course {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 13px;

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

    border: 1px solid rgba(4, 120, 87, 0.17);
    border-radius: 15px;

    background: #ffffff;
}

.ws10book-next__foundation-course > span {
    flex: 0 0 49px;

    width: 49px;
    height: 49px;

    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-dark),
            var(--next-green)
        );
}

.ws10book-next__foundation-course > div {
    flex: 1 1 auto;
}

.ws10book-next__foundation-course small {
    display: block;

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

.ws10book-next__foundation-course strong {
    display: block;

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

.ws10book-next__foundation-course p {
    margin: 2px 0 0 !important;

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

.ws10book-next__foundation-course > b {
    color: var(--next-amber);
    font-size: 17px;
}


/* Divider */

.ws10book-next__divider {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 2px 0 13px;
}

.ws10book-next__divider span {
    color: var(--next-plum);
    font-size: 13px;
    font-weight: 950;
    text-align: center;
}

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


/* Routes */

.ws10book-next__routes {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}

.ws10book-next__route {
    display: flex;
    flex-direction: column;

    padding: 14px;

    border: 1px solid rgba(126, 34, 206, 0.15);
    border-radius: 17px;

    background: #ffffff;

    box-shadow:
        0 7px 20px rgba(30, 27, 75, 0.05);
}

.ws10book-next__route--vmware {
    border-color: rgba(4, 120, 87, 0.21);

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

.ws10book-next__route > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;

    margin-bottom: 8px;
}

.ws10book-next__route > header > span,
.ws10book-next__route > header > small {
    display: inline-flex;

    padding: 4px 8px;

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

    border-radius: 999px;
}

.ws10book-next__route > header > span {
    color: var(--next-plum);
    background: var(--next-plum-light);
}

.ws10book-next__route > header > small {
    color: var(--next-amber-dark);
    background: var(--next-amber-light);
}

.ws10book-next__route-icon {
    width: 47px;
    height: 47px;

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

    margin-bottom: 7px;

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

    border-radius: 14px;

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

.ws10book-next__route--vmware
.ws10book-next__route-icon {
    background:
        linear-gradient(
            140deg,
            var(--next-green-dark),
            var(--next-green)
        );
}

.ws10book-next__route > h3 {
    margin: 0 0 5px !important;

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

.ws10book-next__route > p {
    margin: 0 0 9px !important;

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

.ws10book-next__route-meta {
    margin-bottom: 10px;
    padding: 8px 9px;

    border-radius: 11px;

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

.ws10book-next__route-meta span {
    display: block;

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

.ws10book-next__route-meta strong {
    display: block;

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

.ws10book-next__route > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

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

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

    border-radius: 11px;

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

.ws10book-next__vmware-steps {
    display: grid;
    gap: 5px;

    margin-top: auto;
}

.ws10book-next__vmware-steps > a {
    display: block;

    padding: 9px;

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

    border: 1px solid rgba(4, 120, 87, 0.15);
    border-radius: 11px;

    background: #ffffff;
}

.ws10book-next__vmware-steps > a span {
    display: block;

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

.ws10book-next__vmware-steps > a strong {
    display: block;

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

.ws10book-next__vmware-steps > i {
    color: var(--next-amber);
    font-style: normal;
    font-weight: 950;
    text-align: center;
}


/* Plans */

.ws10book-next__plans {
    margin-top: 14px;
    padding: 14px;

    border: 1px solid rgba(180, 83, 9, 0.16);
    border-radius: 17px;

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

.ws10book-next__plans-head {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 10px;
}

.ws10book-next__plans-head > span {
    flex: 0 0 41px;

    width: 41px;
    height: 41px;

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

    font-size: 18px;

    border-radius: 12px;

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

.ws10book-next__plans-head small {
    display: block;

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

.ws10book-next__plans-head h3 {
    margin: 1px 0 0 !important;

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

.ws10book-next__plan-list {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 8px;
}

.ws10book-next__plan-list article {
    padding: 10px;

    border: 1px solid rgba(180, 83, 9, 0.12);
    border-radius: 13px;

    background: #ffffff;
}

.ws10book-next__plan-list article > span {
    display: inline-flex;

    margin-bottom: 6px;
    padding: 4px 8px;

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

    border-radius: 999px;

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

.ws10book-next__plan-list article > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.ws10book-next__plan-list strong {
    display: inline-flex;

    padding: 5px 8px;

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

    border-radius: 999px;

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

.ws10book-next__plan-list i {
    color: var(--next-amber);
    font-style: normal;
    font-weight: 950;
}


/* Footer */

.ws10book-next__footer {
    display: flex;
    align-items: center;
    gap: 10px;

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

    color: #ffffff;

    border-radius: 16px;

    background:
        linear-gradient(
            105deg,
            var(--next-dark),
            var(--next-dark-2),
            var(--next-plum)
        );
}

.ws10book-next__footer > span {
    flex: 0 0 39px;

    width: 39px;
    height: 39px;

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

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

    border-radius: 12px;

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

.ws10book-next__footer p {
    margin: 0 !important;

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

.ws10book-next__footer p strong {
    color: #ffffff;
    font-weight: 950;
}


/* Responsive */

@media (max-width: 850px) {

    .ws10book-next__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws10book-next__header-path {
        width: 100%;
        flex-basis: auto;
    }

    .ws10book-next__primary-layout,
    .ws10book-next__foundation-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 740px) {

    .ws10book-next__routes,
    .ws10book-next__plan-list {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {

    .ws10book-next {
        margin: 24px auto 34px;
        padding: 0 10px;
    }

    .ws10book-next__wrap {
        padding: 15px 12px;
        border-radius: 20px;
    }

    .ws10book-next__header {
        padding: 16px 13px;
        border-radius: 17px;
    }

    .ws10book-next__title {
        font-size: 19px !important;
    }

    .ws10book-next__lead {
        font-size: 13.6px !important;
    }

    .ws10book-next__section-head {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ws10book-next__section-head > strong {
        margin-inline-start: 53px;
    }

    .ws10book-next__notice,
    .ws10book-next__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws10book-next__plan-list article > div {
        align-items: stretch;
        flex-direction: column;
    }

    .ws10book-next__plan-list strong {
        justify-content: center;
    }

    .ws10book-next__plan-list i {
        text-align: center;
        transform: rotate(90deg);
    }

}

@media (max-width: 420px) {

    .ws10book-next {
        padding-inline: 7px;
    }

    .ws10book-next__foundation-course {
        align-items: flex-start;
        flex-wrap: wrap;
    }

}/* End custom CSS */