/* CLOUD BOX — Box v2 S03 / Editions. Intrinsic cards; promo adds only its own content height. */
body.cloudbox-self-hosted-page .self-hosted-editions {
    padding-block: 40px;
    background: #06100e;
    color: #f4f6f4;
}

body.cloudbox-self-hosted-page .self-hosted-editions > .self-hosted-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}

body.cloudbox-self-hosted-page .self-hosted-editions__intro {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    text-align: center;
}

body.cloudbox-self-hosted-page .self-hosted-editions__intro .self-hosted-eyebrow {
    width: 100%;
    color: #6fb6a4;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

body.cloudbox-self-hosted-page .self-hosted-editions__eyebrow-mobile {
    display: none;
}

body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 {
    width: min(100%, 966px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f4f6f4;
    font-size: 50px;
    font-weight: 500;
    line-height: 61px;
    text-align: center;
}

body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 > span {
    display: block;
    width: 100%;
}

body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 > span:first-child {
    margin-bottom: -4px;
}

body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 > span:last-child {
    color: #e8eee9;
    line-height: 64px;
}

body.cloudbox-self-hosted-page .self-hosted-editions__intro > p:last-child {
    width: 100%;
    color: #9fb0a9;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

body.cloudbox-self-hosted-page .self-hosted-editions__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 2.083333vw, 40px);
    align-items: stretch;
}

body.cloudbox-self-hosted-page .self-hosted-edition {
    min-width: 0;
    padding: 25px;
    border: 1px solid rgba(35, 124, 105, .75);
    border-radius: 18px;
    background: #0a1714;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
}

body.cloudbox-self-hosted-page .self-hosted-edition--enterprise {
    border-color: rgba(169, 102, 53, .75);
    background: #0b1412;
}

body.cloudbox-self-hosted-page .self-hosted-edition__label,
body.cloudbox-self-hosted-page .self-hosted-edition h3,
body.cloudbox-self-hosted-page .self-hosted-edition__description,
body.cloudbox-self-hosted-page .self-hosted-users,
body.cloudbox-self-hosted-page .self-hosted-enterprise-users,
body.cloudbox-self-hosted-page .self-hosted-price,
body.cloudbox-self-hosted-page .self-hosted-edition__divider {
    width: min(100%, 579px);
}

body.cloudbox-self-hosted-page .self-hosted-edition__label {
    color: #6fb6a4;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

body.cloudbox-self-hosted-page .self-hosted-edition--enterprise .self-hosted-edition__label {
    color: #c88654;
}

body.cloudbox-self-hosted-page .self-hosted-edition h3 {
    color: #f4f6f4;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

body.cloudbox-self-hosted-page .self-hosted-edition__description {
    color: #9fb0a9;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

body.cloudbox-self-hosted-page .self-hosted-users {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

body.cloudbox-self-hosted-page .self-hosted-users__button {
    min-width: 0;
    height: 52px;
    padding: 0 10px;
    border: 1px solid #24413a;
    border-radius: 26px;
    background: #0d211c;
    color: #a8b8b1;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

body.cloudbox-self-hosted-page .self-hosted-users__button.is-active {
    border-color: #237c69;
    background: #176b5b;
    color: #f4f6f4;
}

body.cloudbox-self-hosted-page .self-hosted-enterprise-users {
    min-height: 52px;
    padding-inline: 18px;
    border: 1px solid #6b4a31;
    border-radius: 26px;
    background: #171b16;
    color: #ead8c8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

body.cloudbox-self-hosted-page .self-hosted-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

body.cloudbox-self-hosted-page .self-hosted-price__promo-meta {
    min-height: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

body.cloudbox-self-hosted-page .self-hosted-price__promo-meta s {
    color: #7f9189;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-thickness: 1px;
}

body.cloudbox-self-hosted-page [data-self-hosted-promo-badge] {
    min-height: 22px;
    padding-inline: 10px;
    border: 1px solid #ffc107;
    border-radius: 11px;
    color: #ffc107;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

body.cloudbox-self-hosted-page .self-hosted-price strong {
    width: 100%;
    color: #f4f6f4;
    font-size: 64px;
    font-weight: 800;
    line-height: 70px;
}

body.cloudbox-self-hosted-page .self-hosted-price > span:last-child {
    width: 100%;
    color: #7f9189;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

body.cloudbox-self-hosted-page .self-hosted-edition__divider {
    display: block;
    height: 1px;
    flex: 0 0 1px;
    background: rgba(36, 65, 58, .72);
}

body.cloudbox-self-hosted-page .self-hosted-buy {
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin-top: auto;
    padding: 0 20px;
    border: 0;
    border-radius: 10px;
    background: #176b5b;
    color: #f4f6f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
}

body.cloudbox-self-hosted-page .self-hosted-buy--enterprise {
    background: #c46f27;
}

body.cloudbox-self-hosted-page .self-hosted-editions__footer {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

body.cloudbox-self-hosted-page .self-hosted-editions__footer p {
    width: min(100%, 900px);
    color: #a6b6af;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

body.cloudbox-self-hosted-page .self-hosted-editions__footer button {
    width: 330px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2b8d77;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
}

body.cloudbox-self-hosted-page .self-hosted-promo-conditions {
    margin: -8px 0 0;
    border-top: 1px solid rgba(36, 65, 58, .72);
    padding-top: 12px;
    color: #9fb0a9;
    font-size: 14px;
    line-height: 20px;
}

body.cloudbox-self-hosted-page .self-hosted-promo-conditions summary {
    width: fit-content;
    color: #6fb6a4;
    cursor: pointer;
    font-weight: 600;
}

body.cloudbox-self-hosted-page .self-hosted-promo-conditions p {
    margin-top: 8px;
}

@media (max-width: 1023.98px) {
    body.cloudbox-self-hosted-page .self-hosted-editions {
        padding-block: 64px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions > .self-hosted-container {
        gap: 28px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro {
        gap: 10px;
        align-items: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro .self-hosted-eyebrow {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 {
        width: 100%;
        font-size: 38px;
        line-height: 46px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 > span:last-child {
        line-height: 46px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 > span:first-child {
        max-width: 660px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro > p:last-child {
        width: min(100%, 680px);
        font-size: 15px;
        line-height: 23px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition {
        width: 100%;
        padding: 27px;
        border-radius: 16px;
        gap: 15px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition__label,
    body.cloudbox-self-hosted-page .self-hosted-edition h3,
    body.cloudbox-self-hosted-page .self-hosted-edition__description,
    body.cloudbox-self-hosted-page .self-hosted-users,
    body.cloudbox-self-hosted-page .self-hosted-enterprise-users,
    body.cloudbox-self-hosted-page .self-hosted-price,
    body.cloudbox-self-hosted-page .self-hosted-edition__divider {
        width: 100%;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition-copy--desktop,
    body.cloudbox-self-hosted-page .self-hosted-edition-copy--mobile {
        display: none;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition-copy--tablet {
        display: inline;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition__label {
        font-size: 12px;
        line-height: 16px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition h3 {
        font-size: 27px;
        line-height: 34px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition__description {
        width: min(100%, 620px);
        font-size: 14px;
        line-height: 22px;
    }

    body.cloudbox-self-hosted-page .self-hosted-users__button {
        height: 48px;
        border-radius: 24px;
        font-size: 12px;
        line-height: 17px;
    }

    body.cloudbox-self-hosted-page .self-hosted-enterprise-users {
        min-height: 48px;
        border-radius: 24px;
        font-size: 13px;
        line-height: 18px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price {
        gap: 2px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price__promo-meta {
        min-height: 22px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price__promo-meta s {
        font-size: 13px;
        line-height: 18px;
    }

    body.cloudbox-self-hosted-page [data-self-hosted-promo-badge] {
        font-size: 11px;
        line-height: 16px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price strong {
        font-size: 52px;
        line-height: 58px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price > span:last-child {
        font-size: 13px;
        line-height: 19px;
    }

    body.cloudbox-self-hosted-page .self-hosted-buy {
        font-size: 14px;
        line-height: 18px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__footer {
        min-height: 82px;
        gap: 24px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__footer p {
        width: min(100%, 430px);
        font-size: 12px;
        line-height: 17px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__footer button {
        width: 260px;
        height: 30px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 767.98px) {
    body.cloudbox-self-hosted-page .self-hosted-editions {
        padding-block: 52px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions > .self-hosted-container {
        gap: 24px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro {
        gap: 8px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__eyebrow-desktop {
        display: none;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__eyebrow-mobile {
        display: inline;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro .self-hosted-eyebrow {
        font-size: 10.5px;
        line-height: 15px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 {
        font-size: 32px;
        line-height: 38px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 > span:first-child {
        margin-bottom: -2px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro h2 > span:last-child {
        line-height: 38px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__intro > p:last-child {
        width: 100%;
        padding-inline: 10px;
        font-size: 13px;
        line-height: 20px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__cards {
        gap: 20px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition {
        padding: 21px;
        border-radius: 14px;
        gap: 14px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition-copy--desktop,
    body.cloudbox-self-hosted-page .self-hosted-edition-copy--tablet {
        display: none;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition-copy--mobile {
        display: inline;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition__label {
        font-size: 11px;
        line-height: 15px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition h3 {
        font-size: 25px;
        line-height: 30px;
    }

    body.cloudbox-self-hosted-page .self-hosted-edition__description {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
    }

    body.cloudbox-self-hosted-page .self-hosted-users {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.cloudbox-self-hosted-page .self-hosted-users__button {
        height: 48px;
        font-size: 11px;
        line-height: 16px;
    }

    body.cloudbox-self-hosted-page .self-hosted-enterprise-users {
        min-height: 48px;
        padding-inline: 14px;
        border-radius: 23px;
        font-size: 12px;
        line-height: 16px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price__promo-meta s {
        font-size: 12px;
        line-height: 17px;
    }

    body.cloudbox-self-hosted-page [data-self-hosted-promo-badge] {
        font-size: 10.5px;
        line-height: 15px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price strong {
        font-size: 46px;
        line-height: 52px;
    }

    body.cloudbox-self-hosted-page .self-hosted-price > span:last-child {
        font-size: 12px;
        line-height: 18px;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__footer {
        min-height: 76px;
        flex-direction: column;
        justify-content: flex-start;
        gap: 12px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__footer p {
        width: 100%;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
    }

    body.cloudbox-self-hosted-page .self-hosted-editions__footer button {
        width: 100%;
        height: 30px;
        font-size: 11.5px;
        line-height: 17px;
    }
}
