.vq {
    --vq-bg: #f6f8fb;
    --vq-panel: #ffffff;
    --vq-text: #111827;
    --vq-muted: #667085;
    --vq-border: #d9e2ef;
    --vq-brand: #1d64f2;
    --vq-brand-dark: #0f3d91;
    --vq-danger: #b42318;
    --vq-success: #027a48;
    margin: 0 auto 48px;
    color: var(--vq-text);
}

.vq * {
    box-sizing: border-box;
}

.vq__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    align-items: start;
}

.vq__panel,
.vq__summary {
    background: var(--vq-panel);
    border: 1px solid var(--vq-border);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.vq__panel {
    padding: 28px;
}

.vq__summary {
    position: sticky;
    top: 20px;
    padding: 22px;
}

.vq__summary h2,
.vq__section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
}

.vq__section + .vq__section {
    margin-top: 34px;
}

.vq__section-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.vq__section-head[data-vq-section-icon] h2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.vq__section-head[data-vq-section-icon] h2::before {
    content: "";
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    background: #667085;
    -webkit-mask: var(--vq-section-icon) center / contain no-repeat;
    mask: var(--vq-section-icon) center / contain no-repeat;
}

.vq__section-head[data-vq-section-icon="type"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 6.5h14v4H5z'/%3E%3Cpath d='M5 14.5h14v4H5z'/%3E%3Cpath d='M16.5 8.5h.01M16.5 16.5h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="region"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M4 12h16M12 4c2 2.2 3 4.9 3 8s-1 5.8-3 8M12 4c-2 2.2-3 4.9-3 8s1 5.8 3 8'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="node"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='3.5' width='6' height='5' rx='1.2'/%3E%3Crect x='4' y='15.5' width='6' height='5' rx='1.2'/%3E%3Crect x='14' y='15.5' width='6' height='5' rx='1.2'/%3E%3Cpath d='M12 8.5v3.5M7 15.5v-2h10v2'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="package"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8.2 12 4l7 4.2v7.6L12 20l-7-4.2z'/%3E%3Cpath d='M5.4 8.4 12 12l6.6-3.6M12 12v8'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="template"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M7.5 9.5 10 12l-2.5 2.5M12 15h4.5'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="resources"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7h14M5 12h14M5 17h14'/%3E%3Ccircle cx='9' cy='7' r='2'/%3E%3Ccircle cx='15' cy='12' r='2'/%3E%3Ccircle cx='11' cy='17' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="network"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12M8 7v4M16 7v4M9 11h6v4H9zM7 19h10'/%3E%3Cpath d='M9 15 7 19M15 15l2 4'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="advanced"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 3.8v2M12 18.2v2M5.8 5.8l1.4 1.4M16.8 16.8l1.4 1.4M3.8 12h2M18.2 12h2M5.8 18.2l1.4-1.4M16.8 7.2l1.4-1.4'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="billing"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='14' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M5 10h14M8 14h3M8 17h5'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__section-head[data-vq-section-icon="promo"] {
    --vq-section-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.6 13.1 13.1 20.6a2.1 2.1 0 0 1-3 0L3.4 13.9a2.1 2.1 0 0 1-.6-1.5V5.4A2.4 2.4 0 0 1 5.2 3h7.2c.6 0 1.1.2 1.5.6l6.7 6.7a2.1 2.1 0 0 1 0 2.8Z'/%3E%3Ccircle cx='8' cy='8' r='1.2'/%3E%3C/g%3E%3C/svg%3E");
}

.vq__step {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #e8f0ff;
    color: var(--vq-brand-dark);
    font-size: 16px;
    font-weight: 700;
}

.vq__options,
.vq__packages {
    display: grid;
    gap: 18px;
}

.vq__option-block + .vq__option-block {
    margin-top: 16px;
}

.vq__option-title {
    margin: 0 0 10px;
    color: var(--vq-muted);
    font-size: 14px;
    line-height: 1.4;
}

.vq__options { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

.vq__options--feature { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.vq__template-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.vq__packages { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.vq__choice,
.vq__package {
    position: relative;
    width: 100%;
    min-height: 64px;
    padding: 16px;
    border: 1px solid var(--vq-border);
    border-radius: 8px;
    background: #fff;
    color: var(--vq-text);
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.vq__options--feature .vq__choice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 112px;
    padding: 22px 24px;
    text-align: center;
}

.vq__options--feature .vq__choice-title {
    font-size: 19px;
}

.vq__options--feature .vq__choice-copy {
    min-width: 0;
    text-align: left;
}

.vq__options--feature .vq__choice-meta {
    display: block;
    margin-top: 3px;
    font-size: 12px;
}

.vq__choice:hover,
.vq__package:hover {
    border-color: var(--vq-brand);
    box-shadow: 0 8px 22px rgba(29, 100, 242, 0.12);
}

.vq__choice.is-selected,
.vq__package.is-selected {
    border-color: var(--vq-brand);
    box-shadow: 0 0 0 3px rgba(29, 100, 242, 0.14);
}

.vq__choice--template { position: relative; display: grid; grid-template-rows: 130px 58px; align-items: stretch; min-height: 188px; padding: 0; overflow: hidden; border-width: 2px; border-color: #dbe7f5; background: #fbfcff; text-align: center; }
.vq__choice--template:hover { box-shadow: none; }
.vq__choice--template.is-selected { background: #f4f8ff; border-color: #3f7ed8; box-shadow: none; }
.vq__choice--template .vq__choice-title { display: grid; grid-row: 2; align-items: center; min-height: 58px; padding: 0 48px 0 16px; border-top: 2px solid #dbe7f5; color: #8d95a3; font-size: 19px; font-weight: 700; }
.vq__choice--template.is-selected .vq__choice-title { border-top-color: #3f7ed8; color: #3f7ed8; }
.vq__choice-chevron { position: absolute; right: 22px; bottom: 23px; width: 14px; height: 14px; border-right: 3px solid #98a2b3; border-bottom: 3px solid #98a2b3; transform: rotate(45deg); }
.vq__choice--template.is-selected .vq__choice-chevron { border-color: #3f7ed8; }

.vq__template-card { position: relative; min-height: 188px; border: 2px solid #dbe7f5; border-radius: 8px; background: #fbfcff; text-align: center; }
.vq__template-card:hover { border-color: #3f7ed8; }
.vq__template-card.is-selected { background: #f4f8ff; border-color: #3f7ed8; }
.vq__template-card.is-open { z-index: 30; }
.vq__template-main { position: relative; display: grid; grid-template-rows: 130px 58px; width: 100%; min-height: 188px; padding: 0; border: 0; background: transparent; color: var(--vq-text); cursor: pointer; text-align: center; }
.vq__template-main .vq__choice-title { display: grid; grid-row: 2; align-items: center; min-height: 58px; padding: 0 48px 0 16px; border-top: 2px solid #dbe7f5; color: #8d95a3; font-size: 19px; font-weight: 700; line-height: 1.25; }
.vq__template-main--long-title .vq__choice-title { white-space: nowrap; font-size: 17px; }
.vq__template-main .vq__choice-meta { display: none; }
.vq__template-card.is-selected .vq__choice-title,
.vq__template-card.is-open .vq__choice-title { border-top-color: #3f7ed8; color: #3f7ed8; }
.vq__template-card.is-open .vq__choice-chevron { bottom: 18px; border-color: #3f7ed8; transform: rotate(225deg); }
.vq__template-name { grid-row: 1; align-self: center; justify-self: center; max-width: 80%; color: #344054; font-size: 20px; font-weight: 800; line-height: 1.25; }
.vq__template-versions { position: absolute; z-index: 40; top: calc(100% + 10px); left: 0; right: 0; display: grid; width: auto; min-width: 0; gap: 10px; padding: 10px; border: 2px solid #dbe7f5; border-radius: 18px; background: #fff; box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14); transform: none; }
.vq__template-version { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; min-height: 56px; padding: 0 42px 0 40px; border: 2px solid #dbe7f5; border-radius: 999px; background: #fff; color: #8d95a3; font-size: 15px; font-weight: 700; cursor: pointer; text-align: center; }
.vq__template-version:hover,
.vq__template-version.is-selected { border-color: #3f7ed8; color: #3f7ed8; background: #f4f8ff; }
.vq__template-version small { position: absolute; top: 50%; right: 44px; transform: translateY(-50%); padding: 3px 8px; border-radius: 8px; background: #f4f8ff; color: #667085; font-size: 12px; font-weight: 700; }
.vq__template-version-logo,
.vq__template-version-logo-spacer { position: absolute; top: 50%; left: 12px; width: 20px; height: 20px; transform: translateY(-50%); }
.vq__template-version-logo { object-fit: contain; }
.vq__template-version-name { display: block; min-width: 0; max-width: 100%; text-align: center; white-space: nowrap; overflow: visible; text-overflow: clip; overflow-wrap: normal; }
.vq__template-version-check { position: absolute; top: 50%; right: 14px; width: 15px; height: 8px; border-left: 4px solid currentColor; border-bottom: 4px solid currentColor; opacity: 0; transform: translateY(-50%) rotate(-45deg); }
.vq__template-version.is-selected .vq__template-version-check { opacity: 1; }

.vq__stock-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    padding: 4px 10px;
    background: #d0d3d8;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.vq__stock-badge.is-instock {
    background: var(--vq-brand);
}

.vq__package {
    min-height: 244px;
    padding: 20px;
}

.vq__package.is-soldout { cursor: not-allowed; opacity: .68; }

.vq__choice-title,
.vq__package-title {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vq__package-title {
    padding-right: 108px;
}

.vq__choice-icon {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    float: left;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .12);
}

.vq__choice--region img.vq__choice-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(15, 23, 42, .12);
    border-radius: 7px;
    background: #fff;
    object-fit: cover;
    box-shadow: none;
}

.vq__choice-icon--svg {
    display: inline-grid;
    place-items: center;
    border-radius: 0;
    color: #344054;
    box-shadow: none;
}

.vq__options--feature .vq__choice-icon--svg {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin: 0;
}

.vq__options--feature .vq__choice-icon--svg svg {
    width: 30px;
    height: 30px;
    stroke-width: 2.2;
}

.vq__options--feature .vq__choice.is-selected .vq__choice-icon--svg {
    color: var(--vq-brand);
}

.vq__choice-icon--svg svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vq__choice-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-top: 8px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--vq-brand-dark);
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 800;
}

.vq__os-logo {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    float: left;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .12);
}

.vq__choice--template .vq__os-logo { grid-row: 1; justify-self: center; align-self: center; width: 66px; height: 66px; margin: 0; float: none; border-radius: 0; box-shadow: none; }
.vq__template-main .vq__os-logo { grid-row: 1; justify-self: center; align-self: center; width: 66px; height: 66px; margin: 0; float: none; border-radius: 0; box-shadow: none; }

.vq__choice-meta,
.vq__package-meta,
.vq__summary-row span,
.vq__node-detail {
    color: var(--vq-muted);
    font-size: 13px;
    line-height: 1.5;
}

.vq__package-price {
    margin-top: 12px;
    color: var(--vq-brand-dark);
    font-size: 18px;
    font-weight: 800;
}

.vq__specs {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.vq__specs li {
    margin-top: 5px;
    color: var(--vq-muted);
    font-size: 13px;
    line-height: 1.35;
}

.vq__node-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #e5ebf3;
    border-radius: 8px;
    background: #fbfcfe;
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
}

.vq__node-detail:empty {
    display: none;
}

.vq__node-detail::before {
    content: "i";
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #718096;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1;
}

.vq__node-detail strong,
.vq__node-detail div {
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
}

.vq__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.vq__badge {
    border-radius: 999px;
    background: #eef4ff;
    color: var(--vq-brand-dark);
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
}

.vq__input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--vq-border);
    border-radius: 8px;
    padding: 9px 12px;
}

.vq__summary {
    display: grid;
    gap: 14px;
}

.vq__summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #edf1f7;
}

.vq__summary-row strong {
    text-align: right;
    overflow-wrap: anywhere;
}

.vq__total {
    font-size: 22px;
    color: var(--vq-brand-dark);
}

.vq__terms {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: var(--vq-muted);
    font-size: 13px;
    line-height: 1.45;
}

.vq__terms input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0;
}

.vq__terms span {
    display: block;
    min-width: 0;
}

.vq__terms a {
    color: var(--vq-brand-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vq__buy {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: var(--vq-brand);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.vq__buy:disabled {
    background: #a8b4c7;
    cursor: not-allowed;
}

.vq__message {
    min-height: 20px;
    color: var(--vq-danger);
    font-size: 13px;
}

.vq__empty {
    padding: 12px;
    border: 1px dashed var(--vq-border);
    border-radius: 8px;
    color: var(--vq-muted);
}

.vq__coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 12px;
    align-items: center;
    padding: 22px;
    border-radius: 8px;
    background: #f7f7f8;
}

.vq__coupon-input {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 8px;
    background: #fff;
    color: var(--vq-text);
    padding: 0 18px;
    font-size: 18px;
    font-weight: 500;
}

.vq__coupon-input:focus {
    border-color: var(--vq-brand);
    box-shadow: 0 0 0 3px rgba(29, 100, 242, .14);
    outline: none;
}

.vq__coupon-apply {
    position: relative;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 8px;
    background: var(--vq-brand);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.vq__coupon-apply > span[aria-hidden="true"] {
    font-size: 16px;
    line-height: 1;
}

.vq__coupon-apply.is-loading {
    background: #d6d6d8;
    cursor: wait;
}

.vq__coupon-apply.is-loading > span[aria-hidden="true"] {
    display: none;
}

.vq__coupon-apply.is-loading::before {
    content: "";
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 999px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='3.5' r='2' fill='white'/%3E%3Ccircle cx='18' cy='6' r='2' fill='white' fill-opacity='.86'/%3E%3Ccircle cx='20.5' cy='12' r='2' fill='white' fill-opacity='.72'/%3E%3Ccircle cx='18' cy='18' r='2' fill='white' fill-opacity='.58'/%3E%3Ccircle cx='12' cy='20.5' r='2' fill='white' fill-opacity='.44'/%3E%3Ccircle cx='6' cy='18' r='2' fill='white' fill-opacity='.34'/%3E%3Ccircle cx='3.5' cy='12' r='2' fill='white' fill-opacity='.26'/%3E%3Ccircle cx='6' cy='6' r='2' fill='white' fill-opacity='.18'/%3E%3C/svg%3E");
    animation: vq-spin .8s linear infinite;
}

.vq__coupon-apply:disabled {
    background: #d6d6d8;
    cursor: not-allowed;
}

.vq__coupon-apply.is-loading:disabled {
    cursor: wait;
}

@keyframes vq-spin {
    to {
        transform: rotate(360deg);
    }
}

.vq__coupon-status {
    min-height: 20px;
    margin-top: 8px;
    color: var(--vq-muted);
    font-size: 13px;
    font-weight: 700;
}

.vq__coupon-status.is-success {
    color: var(--vq-brand);
}

.vq__coupon-status.is-error {
    color: #b42318;
}

/* HaloCloud-style compact density for desktop quick-buy layout. */
.vq__main {
    grid-template-columns: minmax(0, 760px) 320px;
    justify-content: center;
    gap: 20px;
}

.vq__panel {
    padding: 24px;
}

.vq__summary {
    width: 320px;
    padding: 20px;
}

.vq__summary h2,
.vq__section h2 {
    font-size: 22px;
    line-height: 1.25;
}

.vq__section + .vq__section {
    margin-top: 28px;
}

.vq__section-head {
    gap: 12px;
    margin-bottom: 14px;
}

.vq__section-head[data-vq-section-icon] h2::before {
    width: 26px;
    height: 26px;
}

.vq__step {
    min-width: 38px;
    height: 38px;
    font-size: 15px;
}

.vq__options,
.vq__packages {
    gap: 16px;
}

.vq__options--feature .vq__choice {
    min-height: 86px;
    padding: 16px 18px;
    gap: 14px;
}

.vq__options--feature .vq__choice-title {
    font-size: 17px;
}

.vq__choice-icon--svg,
.vq__options--feature .vq__choice-icon--svg {
    width: 28px;
    height: 28px;
}

.vq__options--feature .vq__choice-icon--svg svg {
    width: 26px;
    height: 26px;
}

.vq__choice--region img.vq__choice-icon {
    width: 40px;
    height: 28px;
}

.vq__node-detail {
    min-height: 40px;
    margin-top: 10px;
    padding: 10px 12px;
    font-size: 13px;
}

.vq__package {
    min-height: 232px;
    padding: 18px;
}

.vq__stock-badge {
    top: 12px;
    right: 12px;
    min-height: 22px;
    padding: 3px 9px;
    font-size: 11px;
}

.vq__choice-title,
.vq__package-title {
    font-size: 16px;
    line-height: 1.32;
}

.vq__package-title {
    padding-right: 88px;
}

.vq__specs {
    margin-top: 10px;
}

.vq__specs li {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.32;
}

.vq__package-price {
    margin-top: 10px;
    font-size: 17px;
}

.vq__template-card {
    min-height: 168px;
}

.vq__template-main {
    grid-template-rows: 116px 52px;
    min-height: 168px;
}

.vq__template-main .vq__choice-title {
    min-height: 52px;
    padding: 0 42px 0 14px;
    font-size: 17px;
}

.vq__template-main--long-title .vq__choice-title {
    font-size: 15px;
}

.vq__template-main .vq__os-logo,
.vq__choice--template .vq__os-logo {
    width: 58px;
    height: 58px;
}

.vq__choice-chevron {
    right: 18px;
    bottom: 19px;
    width: 12px;
    height: 12px;
}

.vq__template-card.is-open .vq__choice-chevron {
    bottom: 16px;
}

.vq__template-version {
    min-height: 50px;
    padding: 0 38px 0 36px;
    font-size: 13.5px;
}

@media (max-width: 900px) {
    .vq__main {
        grid-template-columns: 1fr;
    }

    .vq__summary {
        position: static;
        width: auto;
    }

    .vq__options--feature,
    .vq__template-grid,
    .vq__packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .vq__panel,
    .vq__summary {
        padding: 16px;
    }

    .vq__options,
    .vq__packages {
        grid-template-columns: 1fr;
    }

    .vq__choice--template,
    .vq__template-main { grid-template-rows: 96px 52px; min-height: 148px; }
    .vq__template-card { min-height: 148px; }
    .vq__template-versions { position: static; width: auto; min-width: 0; margin: 10px; transform: none; }
}
