.varesh-order-ui {
    --varesh-blue: #0878f9;
    --varesh-blue-dark: #0756c7;
    --varesh-blue-soft: #eef7ff;
    --varesh-ink: #0d1d38;
    --varesh-muted: #61708a;
    --varesh-border: #dce7f5;
    --varesh-surface: #ffffff;
    --varesh-shadow: 0 7px 24px rgba(22, 62, 120, .07);
    --varesh-shadow-hover: 0 12px 30px rgba(8, 120, 249, .14);
    direction: rtl;
    color: var(--varesh-ink);
}

.varesh-order-ui,
.varesh-order-ui * {
    box-sizing: border-box;
}

.varesh-order-ui .main-grid {
    align-items: flex-start;
    gap: 24px;
}

.varesh-order-ui .main-content,
.varesh-order-ui .main-sidebar {
    min-width: 0;
}

.varesh-order-ui .product-config-info {
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(16, 139, 255, .33), transparent 31%),
        linear-gradient(120deg, #082b58 0%, #041a35 58%, #06264b 100%);
    box-shadow: 0 18px 45px rgba(3, 28, 59, .18);
}

.varesh-order-ui .product-config-info .panel-body {
    min-height: 136px;
    padding: 30px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.varesh-order-ui .product-config-info h2,
.varesh-order-ui .product-config-info .product-info,
.varesh-order-ui .product-config-info .product-info * {
    color: inherit;
}

.varesh-order-ui .product-config-info h2 {
    margin: 0 0 10px;
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 800;
    line-height: 1.45;
}

.varesh-order-ui .product-config-info .product-info {
    color: rgba(255, 255, 255, .76);
}

.varesh-order-ui #sectionCycles,
.varesh-order-ui #productConfigurableOptions > .section,
.varesh-order-ui #productAddonsContainer > .section {
    position: relative;
    margin-bottom: 16px;
    padding: 22px;
    border: 1px solid var(--varesh-border);
    border-radius: 17px;
    background: var(--varesh-surface);
    box-shadow: var(--varesh-shadow);
}

.varesh-order-ui #sectionCycles .section-header,
.varesh-order-ui #productConfigurableOptions > .section > .section-header,
.varesh-order-ui #productAddonsContainer > .section > .section-header {
    min-height: 36px;
    margin-bottom: 16px;
    padding-inline-start: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
}

.varesh-order-ui #sectionCycles .section-title,
.varesh-order-ui #productConfigurableOptions .section-title,
.varesh-order-ui #productAddonsContainer .section-title {
    margin: 0;
    color: var(--varesh-ink);
    font-size: 18px;
    font-weight: 800;
}

.varesh-order-ui .varesh-group-icon {
    flex: 0 0 auto;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 9px;
    color: var(--varesh-blue);
    background: var(--varesh-blue-soft);
    font-size: 15px;
}

.varesh-order-ui #sectionCycles .section-header::before,
.varesh-order-ui #productConfigurableOptions > .section > .section-header::before {
    position: absolute;
    inset-inline-start: 22px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #168bff, #0565e5);
    box-shadow: 0 6px 14px rgba(8, 120, 249, .28);
    font-weight: 800;
}

.varesh-order-ui #sectionCycles .section-header::before {
    content: "1";
}

.varesh-order-ui #productConfigurableOptions {
    counter-reset: varesh-option-step 1;
}

.varesh-order-ui #productConfigurableOptions > .section {
    counter-increment: varesh-option-step;
}

.varesh-order-ui #productConfigurableOptions > .section > .section-header::before {
    content: counter(varesh-option-step);
}

.varesh-order-ui .section-desc {
    width: 100%;
    margin: 2px 0 0;
    color: var(--varesh-muted);
    font-size: 13px;
}

.varesh-order-ui .panel-check-group.row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.varesh-order-ui.varesh-order-cols-3 .panel-check-group.row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.varesh-order-ui .panel-check-group.row::before,
.varesh-order-ui .panel-check-group.row::after {
    display: none;
}

.varesh-order-ui .panel-check-group.row > [class*="col-"] {
    float: none;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
}

.varesh-order-ui .varesh-option-card,
.varesh-order-ui [data-virtual-input].panel-check {
    position: relative;
    height: 100%;
    min-height: 88px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--varesh-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(15, 49, 91, .045);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.varesh-order-ui .varesh-option-card:hover,
.varesh-order-ui [data-virtual-input].panel-check:hover {
    border-color: rgba(8, 120, 249, .72);
    box-shadow: var(--varesh-shadow-hover);
    transform: translateY(-2px);
}

.varesh-order-ui .varesh-option-card.checked,
.varesh-order-ui [data-virtual-input].panel-check.checked,
.varesh-order-ui .varesh-option-card[aria-checked="true"] {
    border-color: var(--varesh-blue);
    background: linear-gradient(145deg, #fff 0%, var(--varesh-blue-soft) 100%);
    box-shadow: 0 0 0 1px rgba(8, 120, 249, .1), 0 10px 26px rgba(8, 120, 249, .13);
}

.varesh-order-ui .varesh-option-card.checked::after,
.varesh-order-ui [data-virtual-input].panel-check.checked::after,
.varesh-order-ui .varesh-option-card[aria-checked="true"]::after {
    content: "✓";
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    z-index: 3;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--varesh-blue);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.varesh-order-ui .varesh-option-card:focus-visible {
    outline: 3px solid rgba(8, 120, 249, .24);
    outline-offset: 2px;
}

.varesh-order-ui .panel-check .check,
.varesh-order-ui .panel-check label,
.varesh-order-ui .panel-check .check-content {
    height: 100%;
}

.varesh-order-ui .panel-check label {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.varesh-order-ui .panel-check .check-content {
    min-height: 86px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: start;
}

.varesh-order-ui .panel-check .check-title {
    max-width: calc(100% - 26px);
    margin: 0;
    color: var(--varesh-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
    unicode-bidi: plaintext;
}

.varesh-order-ui .panel-check .check-subtitle,
.varesh-order-ui .panel-check .check-desc {
    margin: 6px 0 0;
    color: var(--varesh-muted);
    font-size: 12px;
    line-height: 1.55;
    unicode-bidi: isolate;
}

.varesh-order-ui .panel-check .check-subtitle {
    color: var(--varesh-blue-dark);
    font-weight: 700;
}

.varesh-order-ui.varesh-hide-option-prices #productConfigurableOptions .check-subtitle {
    display: none !important;
}

.varesh-order-ui .co-cycle {
    white-space: nowrap;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    align-items: center;
    text-align: center;
}

.varesh-order-ui .varesh-group-os .check-title {
    max-width: 100%;
}

.varesh-order-ui .varesh-os-icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e7eef7;
    border-radius: 15px;
    color: #30445e;
    background: #fff;
    box-shadow: 0 7px 16px rgba(14, 42, 77, .1);
    font-size: 13px;
    font-weight: 900;
    direction: ltr;
}

.varesh-order-ui .varesh-os-icon i {
    font-size: 25px;
}

.varesh-order-ui .varesh-os-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.varesh-order-ui .varesh-os-mikrotik img,
.varesh-order-ui .varesh-os-rocky img {
    width: 100%;
    height: 100%;
}

.varesh-order-ui .varesh-os-ubuntu { border-color: rgba(233, 84, 32, .28); }
.varesh-order-ui .varesh-os-alma { border-color: rgba(23, 28, 40, .22); }
.varesh-order-ui .varesh-os-rocky { border-color: rgba(16, 185, 129, .3); }
.varesh-order-ui .varesh-os-centos { border-color: rgba(123, 47, 134, .28); }
.varesh-order-ui .varesh-os-debian { border-color: rgba(215, 7, 81, .28); }
.varesh-order-ui .varesh-os-fedora { border-color: rgba(41, 65, 114, .28); }
.varesh-order-ui .varesh-os-windows { border-color: rgba(8, 124, 213, .28); }
.varesh-order-ui .varesh-os-mikrotik { border-color: rgba(37, 53, 74, .28); }

.varesh-order-ui .varesh-slider-group .panel-check-group.row {
    --varesh-slider-progress: 0%;
    position: relative;
    display: flex;
    grid-template-columns: none;
    gap: 0;
    padding: 48px 0 2px;
    touch-action: pan-y;
    user-select: none;
}

.varesh-order-ui .varesh-slider-group .panel-check-group.row > [class*="col-"] {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
}

.varesh-order-ui .varesh-slider-rail {
    position: absolute;
    inset-block-start: 19px;
    inset-inline: calc(50% / var(--varesh-slider-count, 6));
    height: 7px;
    border-radius: 999px;
    background: #e2eaf4;
    pointer-events: none;
}

.varesh-order-ui .varesh-slider-fill {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: var(--varesh-slider-progress);
    border-radius: inherit;
    background: linear-gradient(90deg, #168bff, #0565e5);
}

.varesh-order-ui .varesh-slider-thumb {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: var(--varesh-slider-progress);
    width: 22px;
    height: 22px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--varesh-blue);
    box-shadow: 0 2px 9px rgba(8, 120, 249, .42);
    transform: translate(50%, -50%);
    transition: inset-inline-start .18s ease;
}

.varesh-order-ui .varesh-slider-group .is-dragging .varesh-slider-fill {
    width: var(--varesh-slider-drag);
}

.varesh-order-ui .varesh-slider-group .is-dragging .varesh-slider-thumb {
    inset-inline-start: var(--varesh-slider-drag);
    transition: none;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check {
    min-height: 76px;
    overflow: visible;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card:hover,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check:hover {
    border: 0;
    background: rgba(8, 120, 249, .035);
    box-shadow: none;
    transform: none;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card.checked,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check.checked {
    border: 0;
    background: var(--varesh-blue-soft);
    box-shadow: none;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card::before {
    content: "";
    position: absolute;
    inset-block-start: -26px;
    inset-inline-start: 50%;
    z-index: 2;
    width: 10px;
    height: 10px;
    border: 2px solid #b8c7da;
    border-radius: 50%;
    background: #fff;
    transform: translateX(50%);
}

.varesh-order-ui .varesh-slider-group .varesh-option-card.checked::before {
    border-color: var(--varesh-blue);
    background: var(--varesh-blue);
}

.varesh-order-ui .varesh-slider-group .varesh-option-card.checked::after,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check.checked::after {
    display: none;
}

.varesh-order-ui .varesh-slider-group .panel-check .check-content {
    min-height: 64px;
    padding: 13px 5px 8px;
    align-items: center;
    text-align: center;
}

.varesh-order-ui .varesh-slider-group .panel-check .check-title {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.6;
}

.varesh-order-ui .varesh-slider-group .panel-check .check-subtitle {
    display: none;
}

.varesh-order-ui .varesh-slider-current {
    margin-inline-start: auto;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #d7e8fc;
    border-radius: 10px;
    background: var(--varesh-blue-soft);
    white-space: nowrap;
}

.varesh-order-ui .varesh-current-value {
    color: var(--varesh-ink);
    font-size: 13px;
    font-weight: 850;
}

.varesh-order-ui .varesh-current-price {
    color: var(--varesh-blue-dark);
    font-size: 11px;
    font-weight: 750;
    direction: rtl;
    unicode-bidi: isolate;
}

.varesh-order-ui .varesh-slider-many .panel-check .check-title {
    font-size: 11px;
}

.varesh-order-ui .varesh-slider-group .radio-styled {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.varesh-order-ui .panel-form,
.varesh-order-ui .panel-configure-option {
    border: 1px solid var(--varesh-border);
    border-radius: 13px;
    box-shadow: none;
}

.varesh-order-ui .form-control {
    min-height: 46px;
    border-color: var(--varesh-border);
    border-radius: 10px;
    box-shadow: none;
}

.varesh-order-ui .form-control:focus {
    border-color: var(--varesh-blue);
    box-shadow: 0 0 0 3px rgba(8, 120, 249, .12);
}

.varesh-order-ui .main-sidebar .panel-summary {
    overflow: hidden;
    border: 1px solid var(--varesh-border);
    border-radius: 17px;
    box-shadow: var(--varesh-shadow);
}

.varesh-order-ui .main-sidebar .panel-summary .panel-heading {
    padding: 20px 22px;
    border: 0;
    background: linear-gradient(145deg, #f6faff, #edf6ff);
}

.varesh-order-ui .main-sidebar .panel-summary .panel-title {
    color: var(--varesh-ink);
    font-size: 18px;
    font-weight: 800;
}

.varesh-order-ui .main-sidebar .summary-list .list-item {
    padding-block: 11px;
    border-color: #edf2f8;
}

.varesh-order-ui .main-sidebar .item-value {
    unicode-bidi: isolate;
}

.varesh-order-ui .btn-primary,
.varesh-order-ui .btn-primary-faded,
.varesh-order-ui .btn-checkout {
    min-height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #168bff, #0565e5);
    box-shadow: 0 8px 18px rgba(8, 120, 249, .22);
    font-weight: 800;
}

.varesh-order-ui.varesh-order-sticky-summary .sidebar-sticky-summary {
    position: sticky;
    top: 24px;
}

.varesh-order-ui.varesh-order-compact #sectionCycles,
.varesh-order-ui.varesh-order-compact #productConfigurableOptions > .section {
    padding: 17px;
}

.varesh-order-ui.varesh-order-compact .panel-check .check-content {
    min-height: 72px;
    padding: 13px;
}

@media (max-width: 1199px) {
    .varesh-order-ui .panel-check-group.row,
    .varesh-order-ui.varesh-order-cols-3 .panel-check-group.row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .varesh-order-ui .main-grid {
        gap: 18px;
    }

    .varesh-order-ui .panel-check-group.row,
    .varesh-order-ui.varesh-order-cols-3 .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .varesh-order-ui.varesh-order-sticky-summary .sidebar-sticky-summary {
        position: static;
    }
}

@media (max-width: 575px) {
    .varesh-order-ui .product-config-info .panel-body {
        min-height: 112px;
        padding: 22px 20px;
    }

    .varesh-order-ui #sectionCycles,
    .varesh-order-ui #productConfigurableOptions > .section,
    .varesh-order-ui #productAddonsContainer > .section {
        padding: 15px;
        border-radius: 14px;
    }

    .varesh-order-ui #sectionCycles .section-header,
    .varesh-order-ui #productConfigurableOptions > .section > .section-header {
        padding-inline-start: 42px;
    }

    .varesh-order-ui #sectionCycles .section-header::before,
    .varesh-order-ui #productConfigurableOptions > .section > .section-header::before {
        inset-inline-start: 15px;
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .varesh-order-ui .panel-check-group.row,
    .varesh-order-ui.varesh-order-cols-3 .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .varesh-order-ui .panel-check .check-content {
        min-height: 82px;
        padding: 14px 12px;
    }

    .varesh-order-ui .panel-check .check-title {
        font-size: 13px;
    }

    .varesh-order-ui .varesh-slider-group .panel-check-group.row {
        display: flex;
        gap: 0;
    }

    .varesh-order-ui .varesh-slider-group .panel-check .check-title {
        font-size: 10px;
        line-height: 1.35;
    }

    .varesh-order-ui .varesh-slider-group .panel-check .check-subtitle {
        font-size: 9px;
    }

    .varesh-order-ui .varesh-os-icon {
        width: 48px;
        height: 48px;
    }

    .varesh-order-ui .varesh-os-icon img {
        width: 34px;
        height: 34px;
    }

    .varesh-order-ui .varesh-slider-current {
        width: 100%;
        margin: 7px 0 0;
        justify-content: space-between;
    }
}

/* v2 complete configuration experience. */
.varesh-order-ui.varesh-config-v2 {
    width: min(100%, 1500px);
    margin-inline: auto;
    padding: 22px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 16% 0%, rgba(8, 120, 249, .08), transparent 28%),
        linear-gradient(180deg, #f7fbff, #fff 42%);
    box-shadow: 0 20px 60px rgba(18, 58, 112, .08);
}

.varesh-order-ui .varesh-config-header {
    margin-bottom: 20px;
    padding: 2px 4px 18px;
    display: grid;
    grid-template-columns: minmax(250px, .9fr) minmax(480px, 1.5fr) 150px;
    align-items: center;
    gap: 28px;
    border-bottom: 1px solid #dce7f5;
}

.varesh-order-ui .varesh-config-heading {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
}

.varesh-order-ui .varesh-config-heading-icon {
    flex: 0 0 auto;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    color: #0a79ef;
    background: linear-gradient(145deg, #fff, #dcefff);
    box-shadow: 0 9px 22px rgba(8, 120, 249, .15);
    font-size: 24px;
}

.varesh-order-ui .varesh-config-heading h1 {
    margin: 0 0 4px;
    color: var(--varesh-ink);
    font-size: 24px;
    font-weight: 950;
}

.varesh-order-ui .varesh-config-heading p {
    margin: 0;
    color: var(--varesh-muted);
    font-size: 11px;
    line-height: 1.65;
}

.varesh-order-ui .varesh-config-steps {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
}

.varesh-order-ui .varesh-config-steps li {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #8292aa;
    font-size: 11px;
    font-weight: 800;
}

.varesh-order-ui .varesh-config-steps li::before {
    content: "";
    position: absolute;
    inset-block-start: 15px;
    inset-inline-start: 50%;
    width: 100%;
    height: 3px;
    background: #d9e4f2;
}

.varesh-order-ui .varesh-config-steps li:last-child::before {
    display: none;
}

.varesh-order-ui .varesh-config-steps b {
    position: relative;
    z-index: 2;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #6d7f98;
    background: #e9f0f8;
    box-shadow: 0 0 0 5px #f7fbff;
}

.varesh-order-ui .varesh-config-steps .is-active {
    color: #0756c7;
}

.varesh-order-ui .varesh-config-steps .is-active b {
    color: #fff;
    background: linear-gradient(145deg, #168bff, #0565e5);
    box-shadow: 0 6px 15px rgba(8, 120, 249, .28), 0 0 0 5px #f7fbff;
}

.varesh-order-ui .varesh-next-step {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #168bff, #0565e5);
    box-shadow: 0 10px 22px rgba(8, 120, 249, .22);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.varesh-order-ui.varesh-config-v2 .main-grid {
    display: flex !important;
    flex-direction: column;
    gap: 18px !important;
}

.varesh-order-ui.varesh-config-v2 .main-content,
.varesh-order-ui.varesh-config-v2 .main-sidebar {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
}

.varesh-order-ui.varesh-config-v2 .main-content {
    order: 1;
}

.varesh-order-ui.varesh-config-v2 .main-sidebar {
    order: 2;
}

.varesh-order-ui.varesh-config-v2 .product-config-info {
    margin-bottom: 16px;
    border: 1px solid #dce7f5;
    border-radius: 17px;
    color: var(--varesh-ink);
    background: linear-gradient(110deg, #fff, #f4f9ff);
    box-shadow: 0 9px 28px rgba(22, 62, 120, .07);
}

.varesh-order-ui.varesh-config-v2 .product-config-info .panel-body {
    min-height: 112px;
    padding: 22px 24px !important;
}

.varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {
    padding-inline-end: 190px !important;
}

.varesh-order-ui.varesh-config-v2 .product-config-info h2,
.varesh-order-ui.varesh-config-v2 .product-config-info .product-info,
.varesh-order-ui.varesh-config-v2 .product-config-info .product-info * {
    color: inherit !important;
}

.varesh-order-ui.varesh-config-v2 .product-config-info h2 {
    font-size: 21px;
}

.varesh-order-ui.varesh-config-v2 .product-config-info .product-info {
    color: var(--varesh-muted) !important;
    font-size: 11px;
}

.varesh-order-ui.varesh-config-v2 .varesh-provider-logo {
    width: 138px;
    height: 72px;
    border-color: #dce7f5;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 56, 105, .1);
}

.varesh-order-ui .varesh-group-os {
    padding: 18px !important;
    border-radius: 19px !important;
    background: rgba(255, 255, 255, .9) !important;
}

.varesh-order-ui .varesh-group-os > .section-header {
    margin-bottom: 12px !important;
}

.varesh-order-ui .varesh-os-toolbar {
    margin: 0 0 14px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.varesh-order-ui .varesh-os-toolbar > div:first-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.varesh-order-ui .varesh-os-toolbar strong {
    color: var(--varesh-ink);
    font-size: 17px;
    font-weight: 950;
}

.varesh-order-ui .varesh-os-toolbar small {
    color: var(--varesh-muted);
    font-size: 10px;
}

.varesh-order-ui .varesh-os-filters {
    flex: 0 0 auto;
    padding: 5px;
    display: flex;
    gap: 5px;
    border: 1px solid #dce7f5;
    border-radius: 12px;
    background: #f7faff;
}

.varesh-order-ui .varesh-os-filters button {
    min-width: 100px;
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 9px;
    color: #5d6f88;
    background: transparent;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.varesh-order-ui .varesh-os-filters button.is-active {
    color: #fff;
    background: linear-gradient(135deg, #168bff, #0565e5);
    box-shadow: 0 7px 15px rgba(8, 120, 249, .22);
}

.varesh-order-ui .varesh-group-os .panel-check-group.row {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-filtered-out {
    display: none !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"],
.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    min-height: 118px !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    height: 118px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    height: 116px !important;
    min-height: 116px !important;
    padding: 11px 8px 9px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 5px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 36px !important;
    height: 36px !important;
}

.varesh-order-ui .varesh-group-os .check-title.varesh-os-name {
    font-size: 12px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-version {
    font-size: 9px;
}

.varesh-order-ui #productConfigurableOptions > .varesh-group-os { order: 1; }
.varesh-order-ui #productConfigurableOptions > .varesh-group-cpu,
.varesh-order-ui #productConfigurableOptions > .varesh-group-ram,
.varesh-order-ui #productConfigurableOptions > .varesh-group-disk,
.varesh-order-ui #productConfigurableOptions > .varesh-group-bandwidth { order: 2; }
.varesh-order-ui #productConfigurableOptions > .varesh-group-ip { order: 3; }
.varesh-order-ui #productConfigurableOptions > .varesh-group-option { order: 4; }

.varesh-order-ui #productConfigurableOptions > .varesh-slider-group {
    min-height: 232px !important;
    padding: 18px 16px !important;
    border-radius: 18px !important;
}

.varesh-order-ui .varesh-slider-group > .section-header {
    min-height: 88px !important;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-current {
    min-height: 48px;
    padding: 8px 10px !important;
    border-radius: 10px;
}

.varesh-order-ui .varesh-slider-group .panel-check-group.row {
    min-height: 42px !important;
    padding: 17px 9px 0 !important;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-rail {
    inset-block-start: 19px !important;
    height: 5px !important;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card::before {
    inset-block-start: 0 !important;
}

.varesh-order-ui .varesh-slider-limits {
    margin-top: 8px !important;
    padding-inline: 9px !important;
}

.varesh-order-ui.varesh-config-v2 .main-sidebar .panel-summary {
    margin-top: 0;
    border-radius: 18px;
}

.varesh-order-ui.varesh-config-v2.varesh-order-sticky-summary .sidebar-sticky-summary {
    position: static !important;
}

@media (max-width: 1199px) {
    .varesh-order-ui .varesh-config-header {
        grid-template-columns: minmax(230px, .8fr) minmax(420px, 1.4fr) 130px;
        gap: 18px;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .varesh-order-ui.varesh-config-v2 {
        padding: 16px;
        border-radius: 20px;
    }

    .varesh-order-ui .varesh-config-header {
        grid-template-columns: 1fr auto;
    }

    .varesh-order-ui .varesh-config-steps {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .varesh-order-ui .varesh-next-step {
        grid-column: 2;
        grid-row: 1;
    }
}

@media (max-width: 767px) {
    .varesh-order-ui .varesh-config-header {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .varesh-order-ui .varesh-next-step {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
    }

    .varesh-order-ui .varesh-config-steps {
        grid-column: 1;
    }

    .varesh-order-ui .varesh-config-steps li span {
        font-size: 9px;
    }

    .varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {
        min-height: 128px;
        padding-inline-end: 126px !important;
    }

    .varesh-order-ui.varesh-config-v2 .varesh-provider-logo {
        width: 92px;
        height: 58px;
    }

    .varesh-order-ui .varesh-os-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .varesh-order-ui .varesh-os-filters {
        width: 100%;
    }

    .varesh-order-ui .varesh-os-filters button {
        flex: 1 1 0;
        min-width: 0;
        padding-inline: 7px;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 479px) {
    .varesh-order-ui.varesh-config-v2 {
        padding: 10px;
        border-radius: 15px;
    }

    .varesh-order-ui .varesh-config-heading-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .varesh-order-ui .varesh-config-heading h1 {
        font-size: 20px;
    }

    .varesh-order-ui .varesh-config-steps li span {
        max-width: 58px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {
        padding: 74px 16px 16px !important;
    }
}

/* v2.1.1 keeps the required hostname visible even when Lagom hides passwords. */
.varesh-order-ui .varesh-server-hostname-row {
    margin: 0 !important;
}

.varesh-order-ui .varesh-server-hostname-row > .col-sm-12 {
    padding: 0 !important;
}

.varesh-order-ui .varesh-server-hostname-row .form-group {
    margin: 0 !important;
}

.varesh-order-ui .varesh-server-hostname-row label {
    margin-bottom: 8px !important;
    color: var(--varesh-ink);
    font-size: 13px;
    font-weight: 850;
}

.varesh-order-ui .varesh-server-hostname-row .form-control {
    height: 48px !important;
    padding-inline: 15px !important;
    direction: ltr;
    border: 1px solid #d5e3f3 !important;
    border-radius: 11px !important;
    background: #f8fbff !important;
    text-align: left;
}

.varesh-order-ui .varesh-server-hostname-row .form-control:focus {
    border-color: #1687f8 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(22, 135, 248, .11) !important;
}

.varesh-order-ui .varesh-field-help {
    display: block;
    margin-top: 7px;
    color: #718096;
    font-size: 10px;
    line-height: 1.7;
}

/* v1.7 dynamic provider branding in the product banner. */
.varesh-order-ui .product-config-info .panel-body {
    position: relative;
}

.varesh-order-ui .product-config-info.varesh-has-provider-logo .panel-body {
    padding-inline-end: 205px !important;
}

.varesh-order-ui .varesh-provider-logo {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-end: 26px;
    z-index: 2;
    width: 156px;
    height: 82px;
    padding: 10px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 24px rgba(0, 14, 35, .2);
    transform: translateY(-50%);
}

.varesh-order-ui .varesh-provider-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .varesh-order-ui .product-config-info.varesh-has-provider-logo .panel-body {
        min-height: 140px;
        padding-inline-end: 130px !important;
    }

    .varesh-order-ui .varesh-provider-logo {
        inset-inline-end: 16px;
        width: 98px;
        height: 64px;
        padding: 8px;
    }
}

@media (max-width: 479px) {
    .varesh-order-ui .product-config-info.varesh-has-provider-logo .panel-body {
        padding: 76px 18px 18px !important;
    }

    .varesh-order-ui .varesh-provider-logo {
        inset-block-start: 14px;
        inset-inline-end: 18px;
        width: 92px;
        height: 52px;
        transform: none;
    }
}

/* v1.6 compact OS selector: show clean name/version and no option price. */
.varesh-order-ui .varesh-group-os .panel-check-group.row {
    gap: 9px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    min-height: 100px !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    height: 100px !important;
    min-height: 100px !important;
    border-radius: 11px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    height: 98px !important;
    min-height: 98px !important;
    padding: 8px 7px 7px !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 36px !important;
    height: 36px !important;
    margin: 0 auto 4px !important;
    padding: 3px !important;
    border-radius: 9px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 28px !important;
    height: 28px !important;
}

.varesh-order-ui .varesh-group-os .check-title.varesh-os-name {
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: var(--varesh-ink) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-version {
    display: block;
    min-height: 13px;
    margin-top: 2px;
    color: var(--varesh-muted);
    font-size: 9px;
    font-weight: 650;
    line-height: 1.35;
    text-align: center;
    direction: ltr;
    unicode-bidi: isolate;
}

.varesh-order-ui .varesh-group-os .check-subtitle,
.varesh-order-ui .varesh-group-os .check-price,
.varesh-order-ui .varesh-group-os [class*="price"] {
    display: none !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card.checked::after,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check.checked::after {
    inset-block-start: 7px !important;
    inset-inline-end: 7px !important;
    width: 19px !important;
    height: 19px !important;
    font-size: 11px !important;
}

@media (max-width: 575px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"],
    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        min-height: 96px !important;
    }

    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        height: 96px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check .check-content {
        height: 94px !important;
        min-height: 94px !important;
    }
}

/* v2.1 final OS layout: matches the reference grid and wins over legacy sizing. */
.varesh-order-ui #productConfigurableOptions > .varesh-group-os {
    padding: 20px 20px 18px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-toolbar {
    margin-bottom: 16px !important;
    gap: 18px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    min-width: 0 !important;
    min-height: 142px !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    width: 100% !important;
    height: 142px !important;
    min-height: 142px !important;
    border-radius: 14px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    width: 100% !important;
    height: 140px !important;
    min-height: 140px !important;
    padding: 14px 9px 12px !important;
    overflow: hidden !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 54px !important;
    height: 54px !important;
    margin: 0 auto 8px !important;
    padding: 5px !important;
    border-radius: 13px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
}

.varesh-order-ui .varesh-group-os .check-title.varesh-os-name {
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-version {
    display: block !important;
    margin-top: 2px !important;
    color: #718096 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.varesh-order-ui .varesh-group-os .check-subtitle,
.varesh-order-ui .varesh-group-os .check-price,
.varesh-order-ui .varesh-group-os [class*="price"] {
    display: none !important;
}

@media (max-width: 1199px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 479px) {
    .varesh-order-ui #productConfigurableOptions > .varesh-group-os {
        padding: 15px 12px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"],
    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        height: 132px !important;
        min-height: 132px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check .check-content {
        height: 130px !important;
        min-height: 130px !important;
    }
}

@media (max-width: 379px) {
    .varesh-order-ui .panel-check-group.row,
    .varesh-order-ui.varesh-order-cols-3 .panel-check-group.row {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .varesh-order-ui .varesh-option-card,
    .varesh-order-ui [data-virtual-input].panel-check {
        transition: none;
    }
}

/* v1.3 compact configurator: OS stays full width; resource controls share one row. */
.varesh-order-ui .main-grid {
    gap: 16px;
}

.varesh-order-ui .product-config-info {
    border-radius: 15px;
}

.varesh-order-ui .product-config-info .panel-body {
    min-height: 88px;
    padding: 17px 22px;
}

.varesh-order-ui .product-config-info h2 {
    margin-bottom: 4px;
    font-size: clamp(19px, 1.8vw, 25px);
}

.varesh-order-ui #productConfigurableOptions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.varesh-order-ui #productConfigurableOptions > .section {
    grid-column: 1 / -1;
    min-width: 0;
    margin-bottom: 0;
    padding: 16px;
    border-radius: 14px;
}

.varesh-order-ui #productConfigurableOptions > .varesh-group-cpu,
.varesh-order-ui #productConfigurableOptions > .varesh-group-ram,
.varesh-order-ui #productConfigurableOptions > .varesh-group-disk,
.varesh-order-ui #productConfigurableOptions > .varesh-group-bandwidth {
    grid-column: span 1;
}

.varesh-order-ui #sectionCycles {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 14px;
}

.varesh-order-ui #sectionCycles .section-header,
.varesh-order-ui #productConfigurableOptions > .section > .section-header {
    min-height: 30px;
    margin-bottom: 10px;
    padding-inline-start: 40px;
    gap: 5px 9px;
}

.varesh-order-ui #sectionCycles .section-header::before,
.varesh-order-ui #productConfigurableOptions > .section > .section-header::before {
    inset-inline-start: 16px;
    width: 28px;
    height: 28px;
    font-size: 11px;
}

.varesh-order-ui #sectionCycles .section-title,
.varesh-order-ui #productConfigurableOptions .section-title {
    font-size: 15px;
}

.varesh-order-ui .varesh-group-icon {
    width: 27px;
    height: 27px;
    border-radius: 8px;
    font-size: 13px;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    min-height: 84px;
    border-radius: 11px;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    min-height: 82px;
    padding: 9px 7px;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 4px;
    border-radius: 9px;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 29px;
    height: 29px;
}

.varesh-order-ui .varesh-group-os .check-title {
    font-size: 12px;
    line-height: 1.35;
}

.varesh-order-ui .varesh-group-os .check-subtitle {
    font-size: 10px;
    line-height: 1.3;
}

.varesh-order-ui #productConfigurableOptions > .varesh-slider-group {
    min-height: 150px;
    padding: 14px 12px 10px;
}

.varesh-order-ui .varesh-slider-group > .section-header {
    min-height: 55px !important;
    margin-bottom: 3px !important;
    padding: 0 !important;
    align-content: flex-start;
}

.varesh-order-ui .varesh-slider-group > .section-header::before {
    display: none !important;
}

.varesh-order-ui .varesh-slider-group .varesh-group-icon {
    order: -2;
}

.varesh-order-ui .varesh-slider-group .section-title {
    order: -1;
    max-width: calc(100% - 38px);
    overflow: hidden;
    font-size: 13px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-current {
    width: 100%;
    margin: 2px 0 0;
    padding: 4px 7px;
    justify-content: space-between;
    border: 0;
    border-radius: 7px;
    background: #f3f8ff;
}

.varesh-order-ui .varesh-slider-group .varesh-current-value {
    font-size: 12px;
}

.varesh-order-ui .varesh-slider-group .varesh-current-price {
    max-width: 58%;
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
}

.varesh-order-ui .varesh-slider-group .panel-check-group.row {
    min-height: 48px;
    padding-top: 14px;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-rail {
    inset-block-start: 19px;
    height: 5px;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-thumb {
    width: 17px;
    height: 17px;
    border-width: 3px;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check {
    min-height: 40px;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card::before {
    inset-block-start: -18px;
    width: 8px;
    height: 8px;
}

.varesh-order-ui .varesh-slider-group .panel-check .check-content {
    min-height: 34px;
    padding: 10px 1px 0;
}

.varesh-order-ui .varesh-slider-group .panel-check .check-title {
    display: none;
}

.varesh-order-ui #sectionCycles .panel-check-group.row {
    gap: 8px;
}

.varesh-order-ui #sectionCycles .panel-check,
.varesh-order-ui #sectionCycles .varesh-option-card {
    min-height: 66px;
}

.varesh-order-ui #sectionCycles .panel-check .check-content {
    min-height: 64px;
    padding: 10px;
}

.varesh-order-ui .main-sidebar .panel-summary .panel-heading {
    padding: 14px 16px;
}

.varesh-order-ui .main-sidebar .panel-summary .panel-title {
    font-size: 16px;
}

.varesh-order-ui .main-sidebar .summary-list .list-item {
    padding-block: 8px;
}

@media (max-width: 1199px) {
    .varesh-order-ui #productConfigurableOptions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .varesh-order-ui #productConfigurableOptions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .varesh-order-ui #productConfigurableOptions > .varesh-group-cpu,
    .varesh-order-ui #productConfigurableOptions > .varesh-group-ram,
    .varesh-order-ui #productConfigurableOptions > .varesh-group-disk,
    .varesh-order-ui #productConfigurableOptions > .varesh-group-bandwidth {
        grid-column: span 1;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* v1.5 spacing and overlap corrections. */
.varesh-order-ui .varesh-group-os .panel-check-group.row {
    align-items: stretch !important;
    gap: 10px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    display: flex;
    min-height: 132px;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    width: 100%;
    height: auto !important;
    min-height: 132px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    width: 100%;
    height: auto !important;
    min-height: 130px !important;
    padding: 12px 8px 10px !important;
    overflow: hidden;
}

.varesh-order-ui .varesh-group-os .check-title {
    max-height: 38px !important;
    margin-top: 2px;
    overflow: hidden;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.varesh-order-ui .varesh-group-os .check-subtitle {
    min-height: 16px;
    margin-top: 3px;
    overflow: hidden;
    font-size: 9px !important;
    line-height: 1.5 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.varesh-order-ui .varesh-slider-group > .section-header {
    min-height: 88px !important;
    align-items: flex-start !important;
}

.varesh-order-ui .varesh-slider-group .section-title {
    max-width: calc(100% - 38px) !important;
    overflow: visible !important;
    line-height: 1.55 !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.varesh-order-ui #productConfigurableOptions > .varesh-slider-group {
    min-height: 208px !important;
}

.varesh-order-ui .varesh-slider-group .panel-check-group.row {
    min-height: 35px !important;
    padding: 15px 8px 0 !important;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-rail {
    inset-block-start: 17px !important;
    inset-inline: calc(50% / var(--varesh-slider-count, 6)) !important;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-thumb {
    display: none !important;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card::before {
    inset-block-start: -2px !important;
    z-index: 4;
    width: 9px !important;
    height: 9px !important;
    border-width: 2px !important;
    box-shadow: 0 0 0 2px #fff;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card.checked::before {
    width: 13px !important;
    height: 13px !important;
    margin-block-start: -2px;
    border-color: #fff !important;
    background: var(--varesh-blue) !important;
    box-shadow: 0 0 0 2px var(--varesh-blue), 0 3px 8px rgba(8, 120, 249, .28);
}

.varesh-order-ui .varesh-slider-limits {
    min-height: 17px;
    margin-top: 7px !important;
    padding-inline: 8px !important;
    align-items: flex-start;
    font-size: 9px !important;
}

.varesh-order-ui .varesh-slider-limits span {
    max-width: 46% !important;
    line-height: 1.45;
}

.varesh-order-ui #productConfigurableOptions > .varesh-single-choice {
    min-height: 0 !important;
    padding: 16px !important;
}

.varesh-order-ui .varesh-single-choice > .section-header {
    min-height: 34px !important;
    margin-bottom: 10px !important;
}

.varesh-order-ui .varesh-single-choice .panel-check-group.row {
    display: flex !important;
    justify-content: flex-start;
}

.varesh-order-ui .varesh-single-choice .panel-check-group.row > [class*="col-"] {
    flex: 0 1 230px;
    width: 230px !important;
    max-width: 100%;
}

.varesh-order-ui .varesh-single-choice .panel-check,
.varesh-order-ui .varesh-single-choice .varesh-option-card {
    min-height: 88px !important;
}

.varesh-order-ui .varesh-single-choice .panel-check .check-content {
    min-height: 86px !important;
    padding: 13px 15px !important;
}

@media (max-width: 1199px) {
    .varesh-order-ui #productConfigurableOptions > .varesh-slider-group {
        min-height: 198px !important;
    }
}

@media (max-width: 575px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
        min-height: 126px;
    }

    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        min-height: 126px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check .check-content {
        min-height: 124px !important;
    }
}

@media (max-width: 479px) {
    .varesh-order-ui #productConfigurableOptions {
        grid-template-columns: minmax(0, 1fr);
    }

    .varesh-order-ui #productConfigurableOptions > .varesh-group-cpu,
    .varesh-order-ui #productConfigurableOptions > .varesh-group-ram,
    .varesh-order-ui #productConfigurableOptions > .varesh-group-disk,
    .varesh-order-ui #productConfigurableOptions > .varesh-group-bandwidth {
        grid-column: 1;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* v1.4 clarity and spacing corrections. */
.varesh-order-ui #productConfigurableOptions {
    align-items: stretch;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    height: 108px !important;
    min-height: 108px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    height: 106px !important;
    min-height: 106px !important;
    padding: 8px 6px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 4px !important;
    padding: 4px;
    background: #fff;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
}

.varesh-order-ui .varesh-group-os .check-title {
    max-height: 34px;
    overflow: hidden;
    line-height: 1.35 !important;
}

.varesh-order-ui .varesh-group-os .check-subtitle {
    max-width: 100%;
    overflow: hidden;
    font-size: 9px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.varesh-order-ui #productConfigurableOptions > .varesh-slider-group {
    min-height: 184px !important;
    padding: 14px 14px 12px !important;
}

.varesh-order-ui .varesh-slider-group > .section-header {
    min-height: 73px !important;
    margin-bottom: 5px !important;
}

.varesh-order-ui .varesh-slider-group .section-title {
    max-width: calc(100% - 36px);
    font-size: 13px !important;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-current {
    width: 100% !important;
    min-height: 42px;
    margin-top: 4px !important;
    padding: 6px 8px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 1px;
    align-items: start;
    white-space: normal;
}

.varesh-order-ui .varesh-slider-group .varesh-current-value,
.varesh-order-ui .varesh-slider-group .varesh-current-price {
    display: block;
    max-width: 100% !important;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.varesh-order-ui .varesh-slider-group .varesh-current-value {
    font-size: 12px !important;
    line-height: 1.4;
}

.varesh-order-ui .varesh-slider-group .varesh-current-price {
    color: #1266c5;
    font-size: 10px !important;
    line-height: 1.5;
}

.varesh-order-ui .varesh-slider-group .panel-check-group.row {
    min-height: 40px !important;
    padding-top: 15px !important;
    overflow: visible !important;
}

.varesh-order-ui .varesh-slider-group .panel-check-group.row > [class*="col-"] {
    height: 25px !important;
    min-height: 25px !important;
    overflow: visible !important;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check,
.varesh-order-ui .varesh-slider-group .varesh-option-card:hover,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check:hover,
.varesh-order-ui .varesh-slider-group .varesh-option-card.checked,
.varesh-order-ui .varesh-slider-group [data-virtual-input].panel-check.checked {
    height: 25px !important;
    min-height: 25px !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.varesh-order-ui .varesh-slider-group .panel-check .check-content {
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card::before {
    inset-block-start: -12px !important;
    width: 8px !important;
    height: 8px !important;
    box-shadow: 0 0 0 2px #fff;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-rail {
    inset-block-start: 17px !important;
    height: 5px !important;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-thumb {
    width: 18px !important;
    height: 18px !important;
}

.varesh-order-ui .varesh-slider-limits {
    margin-top: 0;
    padding: 0 2px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--varesh-muted);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
}

.varesh-order-ui .varesh-slider-limits span {
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .varesh-order-ui #productConfigurableOptions > .varesh-slider-group {
        min-height: 176px !important;
    }
}

/* Final v1.5 precedence. */
.varesh-order-ui .varesh-group-os .panel-check-group.row {
    align-items: stretch !important;
    gap: 10px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    display: flex !important;
    min-height: 132px !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    width: 100% !important;
    height: auto !important;
    min-height: 132px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    width: 100% !important;
    height: auto !important;
    min-height: 130px !important;
    padding: 12px 8px 10px !important;
}

.varesh-order-ui #productConfigurableOptions > .varesh-slider-group {
    min-height: 208px !important;
}

.varesh-order-ui .varesh-slider-group > .section-header {
    min-height: 88px !important;
}

.varesh-order-ui .varesh-slider-group .section-title {
    max-width: calc(100% - 38px) !important;
    overflow: visible !important;
    line-height: 1.55 !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.varesh-order-ui .varesh-slider-group .panel-check-group.row {
    min-height: 35px !important;
    padding: 15px 8px 0 !important;
}

.varesh-order-ui .varesh-slider-group .varesh-option-card::before {
    inset-block-start: -2px !important;
}

.varesh-order-ui .varesh-slider-group .varesh-slider-thumb {
    display: none !important;
}

.varesh-order-ui .varesh-slider-limits {
    min-height: 17px !important;
    margin-top: 7px !important;
    padding-inline: 8px !important;
}

.varesh-order-ui #productConfigurableOptions > .varesh-single-choice {
    min-height: 0 !important;
    padding: 16px !important;
}

.varesh-order-ui .varesh-single-choice > .section-header {
    min-height: 34px !important;
    margin-bottom: 10px !important;
}

.varesh-order-ui .varesh-single-choice .panel-check-group.row {
    display: flex !important;
    justify-content: flex-start !important;
}

.varesh-order-ui .varesh-single-choice .panel-check-group.row > [class*="col-"] {
    flex: 0 1 230px !important;
    width: 230px !important;
    max-width: 100% !important;
}

@media (max-width: 575px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"],
    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        min-height: 126px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check .check-content {
        min-height: 124px !important;
    }
}

/* Final v1.6 precedence. */
.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    min-height: 100px !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    height: 100px !important;
    min-height: 100px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    height: 98px !important;
    min-height: 98px !important;
    padding: 8px 7px 7px !important;
    overflow: hidden !important;
}

.varesh-order-ui .varesh-group-os .check-subtitle,
.varesh-order-ui .varesh-group-os .check-price,
.varesh-order-ui .varesh-group-os [class*="price"] {
    display: none !important;
}

@media (max-width: 575px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"],
    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        height: 96px !important;
        min-height: 96px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check .check-content {
        height: 94px !important;
        min-height: 94px !important;
    }
}

/* v2.1.1 authoritative OS and hostname layout. Keep this block last. */
.varesh-order-ui #productConfigurableOptions > .varesh-group-os {
    padding: 20px 20px 18px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-toolbar {
    margin-bottom: 16px !important;
    gap: 18px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    min-width: 0 !important;
    min-height: 142px !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    width: 100% !important;
    height: 142px !important;
    min-height: 142px !important;
    border-radius: 14px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    width: 100% !important;
    height: 140px !important;
    min-height: 140px !important;
    padding: 14px 9px 12px !important;
    overflow: hidden !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 54px !important;
    height: 54px !important;
    margin: 0 auto 8px !important;
    padding: 5px !important;
    border-radius: 13px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
}

.varesh-order-ui .varesh-group-os .check-title.varesh-os-name {
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-version {
    display: block !important;
    margin-top: 2px !important;
    color: #718096 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.varesh-order-ui .varesh-group-os .check-subtitle,
.varesh-order-ui .varesh-group-os .check-price,
.varesh-order-ui .varesh-group-os [class*="price"] {
    display: none !important;
}

.varesh-order-ui .varesh-server-config-section {
    display: block !important;
}

.varesh-order-ui .varesh-server-hostname-row {
    display: block !important;
    margin: 0 !important;
}

.varesh-order-ui .varesh-server-hostname-row > .col-sm-12 {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}

@media (max-width: 1199px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 479px) {
    .varesh-order-ui #productConfigurableOptions > .varesh-group-os {
        padding: 15px 12px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"],
    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        height: 132px !important;
        min-height: 132px !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check .check-content {
        height: 130px !important;
        min-height: 130px !important;
    }
}

/* v2.2 compact and orderly purchase controls. Keep this block last. */
.varesh-order-ui #productConfigurableOptions > .varesh-group-os {
    padding: 18px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row {
    grid-template-columns: repeat(6, minmax(118px, 164px)) !important;
    justify-content: center !important;
    gap: 10px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    width: auto !important;
    min-height: 116px !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    width: 100% !important;
    height: 116px !important;
    min-height: 116px !important;
    border-radius: 12px !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    height: 114px !important;
    min-height: 114px !important;
    padding: 10px 7px 8px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 5px !important;
    padding: 4px !important;
    border-radius: 11px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 35px !important;
    height: 35px !important;
}

.varesh-order-ui .varesh-group-os .check-title.varesh-os-name {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-version {
    font-size: 9px !important;
}

.varesh-order-ui #productConfigurableOptions > .varesh-group-ip.varesh-single-choice {
    min-height: 0 !important;
    padding: 16px 18px !important;
    display: grid !important;
    grid-template-columns: minmax(230px, .55fr) minmax(210px, 1fr) !important;
    align-items: center !important;
    gap: 18px !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice > .section-header {
    min-height: 48px !important;
    margin: 0 !important;
    align-content: center;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check-group.row {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check-group.row > [class*="col-"] {
    width: 210px !important;
    min-height: 86px !important;
    flex: 0 0 210px !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .varesh-option-card,
.varesh-order-ui .varesh-group-ip.varesh-single-choice [data-virtual-input].panel-check {
    width: 210px !important;
    height: 86px !important;
    min-height: 86px !important;
    border-radius: 12px !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check .check-content {
    height: 84px !important;
    min-height: 84px !important;
    padding: 12px 14px !important;
}

.varesh-order-ui.varesh-config-v2 .product-config-info {
    overflow: hidden !important;
}

.varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {
    min-height: 170px !important;
    max-height: 210px !important;
    padding: 22px 26px !important;
    padding-inline-end: 188px !important;
    overflow: hidden !important;
}

.varesh-order-ui.varesh-config-v2 .product-config-info .product-info {
    max-height: 125px !important;
    overflow: hidden !important;
    line-height: 1.85 !important;
}

.varesh-order-ui.varesh-config-v2 .varesh-provider-logo {
    inset-inline-end: 24px !important;
    width: 132px !important;
    height: 76px !important;
    padding: 9px !important;
    border-color: #dce7f5 !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(20, 56, 105, .1) !important;
}

@media (max-width: 1199px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(4, minmax(118px, 164px)) !important;
    }
}

@media (max-width: 767px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(3, minmax(105px, 1fr)) !important;
    }

    .varesh-order-ui #productConfigurableOptions > .varesh-group-ip.varesh-single-choice {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {
        min-height: 160px !important;
        max-height: none !important;
        padding: 20px 18px !important;
        padding-inline-end: 132px !important;
    }

    .varesh-order-ui.varesh-config-v2 .varesh-provider-logo {
        inset-inline-end: 16px !important;
        width: 96px !important;
        height: 62px !important;
    }
}

@media (max-width: 479px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {
        padding: 82px 16px 18px !important;
        padding-inline-end: 16px !important;
    }
}

/* v2.3 fixes Bootstrap flex precedence and cleans price presentation only. */
.varesh-order-ui .co-cycle {
    display: none !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(6, 154px) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 10px !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row::before,
.varesh-order-ui .varesh-group-os .panel-check-group.row::after {
    display: none !important;
}

.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {
    float: none !important;
    width: 154px !important;
    max-width: 154px !important;
    min-height: 108px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    flex: none !important;
}

.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
    width: 154px !important;
    height: 108px !important;
    min-height: 108px !important;
    margin: 0 !important;
}

.varesh-order-ui .varesh-group-os .panel-check .check-content {
    width: 100% !important;
    height: 106px !important;
    min-height: 106px !important;
    padding: 8px 7px 7px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon {
    width: 42px !important;
    height: 42px !important;
    margin: 0 auto 4px !important;
}

.varesh-order-ui .varesh-group-os .varesh-os-icon img {
    width: 32px !important;
    height: 32px !important;
}

.varesh-order-ui .varesh-group-os .check-title.varesh-os-name {
    font-size: 11px !important;
    line-height: 1.3 !important;
}

.varesh-order-ui #productConfigurableOptions > .varesh-group-ip.varesh-single-choice {
    grid-column: span 1 !important;
    min-height: 208px !important;
    padding: 14px 12px 12px !important;
    display: block !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice > .section-header {
    min-height: 74px !important;
    margin-bottom: 7px !important;
    padding: 0 !important;
    align-content: flex-start !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice > .section-header::before {
    display: none !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check-group.row {
    width: 100% !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check-group.row > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    flex: none !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .varesh-option-card,
.varesh-order-ui .varesh-group-ip.varesh-single-choice [data-virtual-input].panel-check {
    width: 100% !important;
    height: 86px !important;
    min-height: 86px !important;
}

.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check .check-content {
    width: 100% !important;
    height: 84px !important;
    min-height: 84px !important;
    padding: 12px 10px !important;
}

@media (max-width: 1199px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(4, 154px) !important;
    }
}

@media (max-width: 767px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(3, minmax(104px, 1fr)) !important;
    }

    .varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"],
    .varesh-order-ui .varesh-group-os .varesh-option-card,
    .varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {
        width: 100% !important;
        max-width: none !important;
    }

    .varesh-order-ui #productConfigurableOptions > .varesh-group-ip.varesh-single-choice {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 479px) {
    .varesh-order-ui .varesh-group-os .panel-check-group.row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Purchase appearance 2.4: fluid cards, separate logo/text, no order logic changes. */
.varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {
 min-height: 130px !important; max-height: none !important; padding: 18px 22px !important; padding-inline-end: 168px !important;
}
.varesh-order-ui.varesh-config-v2 .product-config-info .product-info {max-height:none !important; overflow:visible !important;}
.varesh-order-ui.varesh-config-v2 .varesh-provider-logo {width:120px !important;height:68px !important;padding:8px !important;inset-inline-end:22px !important;}
.varesh-order-ui.varesh-config-v2 .varesh-provider-logo img {position:static !important;width:104px !important;height:50px !important;max-width:104px !important;max-height:50px !important;object-fit:contain !important;transform:none !important;}
.varesh-order-ui .varesh-group-os .varesh-os-toolbar {display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;flex-wrap:wrap !important;margin-bottom:16px !important;}
.varesh-order-ui .varesh-group-os .varesh-os-filters {display:flex !important;gap:4px !important;flex-wrap:wrap !important;}
.varesh-order-ui .varesh-group-os .panel-check-group.row {grid-template-columns:repeat(auto-fit,minmax(138px,1fr)) !important;gap:12px !important;justify-content:stretch !important;}
.varesh-order-ui .varesh-group-os .panel-check-group.row > [class*="col-"] {width:100% !important;max-width:none !important;min-width:0 !important;min-height:134px !important;}
.varesh-order-ui .varesh-group-os .panel-check-group.row > .varesh-os-filtered-out {display:none !important;}
.varesh-order-ui .varesh-group-os .varesh-option-card,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check {width:100% !important;max-width:none !important;height:134px !important;min-height:134px !important;border-radius:14px !important;}
.varesh-order-ui .varesh-group-os .panel-check .check-content {display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:5px !important;height:132px !important;min-height:132px !important;padding:15px 8px 10px !important;}
.varesh-order-ui .varesh-group-os .varesh-os-icon {position:static !important;flex:0 0 38px !important;width:38px !important;height:38px !important;margin:0 !important;}
.varesh-order-ui .varesh-group-os .varesh-os-icon img {position:static !important;width:28px !important;height:28px !important;max-width:28px !important;max-height:28px !important;object-fit:contain !important;}
.varesh-order-ui .varesh-group-os .check-title.varesh-os-name {margin:0 !important;padding:0 !important;font-size:12px !important;line-height:18px !important;white-space:nowrap !important;direction:ltr !important;}
.varesh-order-ui .varesh-group-os .varesh-os-version {display:block !important;margin:0 !important;font-size:11px !important;line-height:18px !important;direction:ltr !important;white-space:nowrap !important;color:#60738d !important;}
.varesh-order-ui .varesh-group-os .varesh-option-card.checked::after,
.varesh-order-ui .varesh-group-os [data-virtual-input].panel-check.checked::after {display:none !important;}
.varesh-order-ui .varesh-group-os .panel-check:focus-within {outline:2px solid #0b72f6 !important;outline-offset:3px !important;}
.varesh-order-ui #productConfigurableOptions {gap:16px !important;align-items:start !important;}
.varesh-order-ui #productConfigurableOptions > .varesh-slider-group {min-height:174px !important;padding:15px !important;margin:0 !important;}
.varesh-order-ui #productConfigurableOptions > .varesh-group-ip.varesh-single-choice {grid-column:1 / -1 !important;min-height:0 !important;padding:14px 16px !important;display:grid !important;grid-template-columns:minmax(140px,1fr) minmax(220px,2fr) !important;align-items:center !important;gap:16px !important;}
.varesh-order-ui .varesh-group-ip.varesh-single-choice > .section-header {min-height:0 !important;margin:0 !important;}
.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check-group.row,
.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check-group.row > [class*="col-"] {min-height:64px !important;}
.varesh-order-ui .varesh-group-ip.varesh-single-choice [data-virtual-input].panel-check {height:64px !important;min-height:64px !important;}
.varesh-order-ui .varesh-group-ip.varesh-single-choice .panel-check .check-content {height:62px !important;min-height:62px !important;padding:8px 32px !important;}
@media(max-width:767px){
 .varesh-order-ui .varesh-group-os .panel-check-group.row {grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
 .varesh-order-ui #productConfigurableOptions > .varesh-group-ip.varesh-single-choice {grid-template-columns:1fr !important;}
 .varesh-order-ui.varesh-config-v2 .product-config-info.varesh-has-provider-logo .panel-body {padding:16px !important;display:flex !important;flex-direction:column !important;gap:12px !important;}
 .varesh-order-ui.varesh-config-v2 .varesh-provider-logo {position:static !important;transform:none !important;margin:0 !important;flex-shrink:0 !important;}
}
