/**
 * CoreV2 — Sipariş adımları (açık tema, ticket dönem kartları, sağ poster)
 */
.cv2-order-shell {
    --cv2-os-aside-w: 300px;
    --cv2-os-pattern-image: url('../images/wscms_Images/revmo-1.webp');
    --cv2-os-pattern-size: 240px auto;
    --cv2-os-pattern-opacity: 0.11;
    overflow: visible !important;
    --cv2-os-card-w: 152px;
    --cv2-os-pack-gap: 8px;
    --cv2-os-ticket-foot: 42px;
    max-width: var(--CoreV2-container-width, 1300px);
    width: 100%;
    margin: 0 auto 36px;
    padding: 0 var(--CoreV2-container-padding, 16px);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.cv2-order-shell > [class*="-steps-container"],
.cv2-order-shell .genelbaslik-rozet-kapsayici,
.cv2-order-shell .genelbaslik-rozet {
    display: none !important;
}
.cv2-order-shell[class*="-wrapper"] {
    max-width: var(--CoreV2-container-width, 1300px) !important;
    width: 100% !important;
    margin: 0 auto 36px !important;
    padding: 0 var(--CoreV2-container-padding, 16px) 24px !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.cv2-order-shadows-off .cv2-order-card,
.cv2-order-shadows-off .cv2-order-features,
.cv2-order-shadows-off .cv2-order-step-pill.is-active,
.cv2-order-shadows-off .cv2-order-head-icon {
    box-shadow: none !important;
}
/* ── Üst başlık (açık, karanlık band yok) ── */
.cv2-order-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
}
.cv2-order-head-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: var(--cv2-radius-card, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--CoreV2-primary, #10B981);
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.08);
    border: 1.5px dashed rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.22);
    box-shadow: none;
}
.cv2-order-head-info {
    min-width: 0;
    flex: 1;
    padding-top: 2px;
}
.cv2-order-head-title {
    margin: 0 0 6px;
    font-size: clamp(21px, 2.4vw, 26px);
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-primary, var(--sepethosting-title, var(--CoreV2-text, #1e293b)));
    letter-spacing: -0.02em;
}
.cv2-order-head-desc {
    display: block !important;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary, var(--sepethosting-text, var(--CoreV2-text-muted, #64748b)));
    max-width: none;
}
[data-theme="dark"] .cv2-order-head-title {
    color: var(--text-primary, var(--CoreV2-text, #f1f5f9));
}
[data-theme="dark"] .cv2-order-head-desc {
    color: var(--text-secondary, var(--CoreV2-text-muted, #94a3b8));
}
/* ── İç dar alan (sol kart — tema içerik genişliği) ── */
.cv2-order-inner {
    max-width: var(--CoreV2-content-width, min(100%, calc(var(--CoreV2-container-width, 1400px) - 400px)));
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
/* ── Ana grid (tam konteyner genişliği, sağ poster yapışkan) ── */
.cv2-order-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--cv2-os-aside-w);
    gap: 24px;
    align-items: stretch;
    overflow: visible;
}
.cv2-order-main {
    min-width: 0;
}
.cv2-order-card {
    background: #fff;
    border-radius: var(--cv2-radius-card, 18px);
    border: 1.5px dashed rgba(15, 23, 42, 0.1);
    box-shadow: none;
    overflow: hidden;
}
[data-theme="dark"] .cv2-order-card {
    background: var(--CoreV2-surface-card, #1e293b);
    border-color: rgba(148, 163, 184, 0.16);
}
.cv2-order-steps-bar {
    padding: 12px 14px 0;
    border-bottom: 1.5px dashed rgba(15, 23, 42, 0.08);
    background: transparent;
}
.cv2-order-steps-scroll {
    display: flex;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 18px;
    scrollbar-width: none;
}
.cv2-order-steps-scroll::-webkit-scrollbar {
    display: none;
}
.cv2-order-step-pill {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.04);
    border: 1.5px dashed transparent;
    color: #8b93a7;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    box-shadow: none;
}
.cv2-order-step-pill.is-active {
    background: var(--CoreV2-primary, #10B981);
    border-color: transparent;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: none;
}
.cv2-order-step-pill.is-done {
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.05);
    color: var(--CoreV2-primary, #10B981);
}
.cv2-order-step-pill-num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.06);
}
.cv2-order-step-pill.is-active .cv2-order-step-pill-num {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}
.cv2-order-step-pill.is-done .cv2-order-step-pill-num {
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.15);
    color: var(--CoreV2-primary, #10B981);
}
.cv2-order-step-pill.is-active .cv2-order-step-pill-name {
    color: #fff;
}
.cv2-order-step-pill-arrow {
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid var(--CoreV2-primary, #10B981);
}
.cv2-order-card-body {
    padding: 16px 18px 20px;
}
.cv2-order-step-head {
    text-align: left;
    margin: 0 0 14px;
}
.cv2-order-step-title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-primary, var(--sepethosting-title, var(--CoreV2-text, #1e293b)));
}
.cv2-order-step-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text-secondary, var(--sepethosting-text, var(--CoreV2-text-muted, #64748b)));
}
.cv2-order-shell [class*="-content"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
/* ── Dönem kartları — standart genişlik (152px) + ticket ── */
@keyframes cv2PeriodSweep {
    0% {
        transform: translateX(-115%) skewX(-14deg);
        opacity: 0.55;
    }
    100% {
        transform: translateX(115%) skewX(-14deg);
        opacity: 0;
    }
}
.cv2-order-shell .cv2-period-grid,
.cv2-order-shell [class*="-period-container"] {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: var(--cv2-os-pack-gap) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    grid-template-columns: none !important;
}
.cv2-order-shell .cv2-period-grid [class*="-period-block"],
.cv2-order-shell [class*="-period-container"] [class*="-period-block"] {
    position: relative !important;
    flex: 0 0 var(--cv2-os-card-w) !important;
    width: var(--cv2-os-card-w) !important;
    max-width: var(--cv2-os-card-w) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 12px 0 !important;
    border: 1px solid var(--header-action-border, rgba(15, 23, 42, 0.06)) !important;
    border-radius: var(--cv2-radius-card-inner, 14px) !important;
    background: var(--header-action-gradient, linear-gradient(130deg, rgba(var(--CoreV2-primary-rgb), 0.08) -10%, var(--cv2-surface-card, #fff) 50%, rgba(var(--CoreV2-primary-rgb), 0.12) 110%)) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    text-align: center !important;
    overflow: hidden !important;
    --mask-pos-y: calc(100% - var(--cv2-os-ticket-foot));
    -webkit-mask-image:
        radial-gradient(circle 7px at 0 var(--mask-pos-y), transparent 98%, black 100%),
        radial-gradient(circle 7px at 100% var(--mask-pos-y), transparent 98%, black 100%),
        linear-gradient(black, black) !important;
    mask-image:
        radial-gradient(circle 7px at 0 var(--mask-pos-y), transparent 98%, black 100%),
        radial-gradient(circle 7px at 100% var(--mask-pos-y), transparent 98%, black 100%),
        linear-gradient(black, black) !important;
    -webkit-mask-composite: destination-out !important;
    mask-composite: exclude !important;
    transition: border-color 0.22s ease, background 0.22s ease !important;
}
[data-theme="dark"] .cv2-order-shell [class*="-period-block"]:not(.active) {
    background: var(--header-action-gradient) !important;
    border-color: var(--header-action-border, rgba(148, 163, 184, 0.18)) !important;
}
.cv2-order-shell [class*="-period-block"]:hover {
    transform: none !important;
    border-color: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.28) !important;
    filter: none !important;
    opacity: 1 !important;
}
.cv2-order-shell [class*="-period-block"].active {
    border-color: transparent !important;
    background: var(--CoreV2-primary-gradient, var(--sepethosting-primary-gradient, var(--CoreV2-primary, #10B981))) !important;
    transform: none !important;
    box-shadow: none !important;
}
/* Dönem grid + Devam Et — paketlerin hemen sağında, alt hizada */
.cv2-order-shell form:has(> [class*="-period-container"]) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    column-gap: 12px !important;
    row-gap: 10px !important;
}
.cv2-order-shell form:has(> [class*="-period-container"]) > script {
    grid-column: 1 / -1 !important;
}
.cv2-order-shell form:has(> [class*="-period-container"]) [class*="-period-container"] {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-bottom: 0 !important;
}
.cv2-order-shell form:has(> [class*="-period-container"]) [class*="-center"] {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-top: 0 !important;
    align-self: end !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
}
.cv2-order-shell [class*="-center"] {
    margin-top: 16px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px;
}
.cv2-order-shell form:has(> [class*="-period-container"]) [class*="-center"] {
    margin-top: 0 !important;
}
.cv2-order-shell [class*="-period-block"].active [class*="-period-title"],
.cv2-order-shell [class*="-period-block"].active [class*="-period-price"],
.cv2-order-shell [class*="-period-block"].active [class*="-original-price"],
.cv2-order-shell [class*="-period-block"].active [class*="-period-setup-fee"] {
    color: #fff !important;
}
.cv2-order-shell [class*="-period-content"] {
    padding: 0 0 8px !important;
    flex: 1 !important;
    position: relative;
    z-index: 1;
}
.cv2-order-shell [class*="-period-title"] {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
    color: var(--sepethosting-title, #393d4b) !important;
}
.cv2-order-shell [class*="-discount-badge"] {
    display: inline-block !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    margin: 0 0 6px !important;
    border-radius: 5px !important;
    border: 1px dashed rgba(15, 23, 42, 0.14) !important;
    background: transparent !important;
    color: #68718c !important;
    text-transform: uppercase !important;
}
.cv2-order-shell [class*="-period-block"].active [class*="-discount-badge"] {
    border-color: rgba(255, 255, 255, 0.65) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.16) !important;
}
.cv2-order-shell [class*="-original-price"] {
    font-size: 12px !important;
    margin-bottom: 4px !important;
    opacity: 0.6 !important;
}
.cv2-order-shell [class*="-period-price"] {
    display: block !important;
    margin: 6px 0 0 !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    background: rgba(15, 23, 42, 0.04) !important;
    color: #4a5168 !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px dashed rgba(15, 23, 42, 0.08) !important;
}
.cv2-order-shell [class*="-period-block"].active [class*="-period-price"] {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: #fff !important;
}
.cv2-order-shell [class*="-period-setup-fee"] {
    font-size: 10px !important;
    margin: 4px 0 0 !important;
    min-height: 0 !important;
    opacity: 0.75 !important;
}
.cv2-order-shell [class*="-period-footer"] {
    display: block !important;
    height: var(--cv2-os-ticket-foot) !important;
    border-top: 1.5px dashed rgba(15, 23, 42, 0.08) !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}
.cv2-order-shell [class*="-select-indicator"] {
    display: inline-flex !important;
    width: 22px !important;
    height: 22px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    color: rgba(15, 23, 42, 0.2) !important;
    background: transparent !important;
    border: 1.5px dashed rgba(15, 23, 42, 0.12) !important;
    border-radius: 50% !important;
}
.cv2-order-shell [class*="-period-block"].active [class*="-select-indicator"] {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    background: rgba(255, 255, 255, 0.2) !important;
}
.cv2-order-shell [class*="-period-block"].active [class*="-select-indicator"] i {
    color: #fff !important;
}
.cv2-order-shell [class*="-button"] {
    outline: none !important;
    outline-offset: 0 !important;
    min-width: var(--cv2-btn-min-width, 200px) !important;
    border-radius: var(--cv2-radius-btn, var(--cv2-btn-radius, 12px)) !important;
    padding: 13px 26px !important;
    font-size: var(--cv2-font-size-button, 15px) !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
}
.cv2-order-shell [class*="-center"] [class*="-button"],
.cv2-order-shell [class*="-center"] button,
.cv2-order-shell [class*="-center"] input[type="submit"],
.cv2-order-shell [class*="-center"] .mio-ajax-submit {
    margin: 0 !important;
    width: auto !important;
    min-width: var(--cv2-btn-min-width, 200px) !important;
    border-radius: var(--cv2-radius-btn, var(--cv2-btn-radius, 12px)) !important;
    outline: var(--cv2-btn-outline, 2px solid rgba(var(--CoreV2-primary-rgb), 0.25)) !important;
    outline-offset: var(--cv2-btn-outline-offset, 3px) !important;
    box-shadow: none !important;
}
/* Yapılandırma özeti / kart — dönem tile ile aynı gradient + desen */
.cv2-order-shell [class*="-config-card"],
.cv2-order-shell [class*="-summary-card"],
.cv2-order-shell [class*="-form-group"] {
    position: relative;
    overflow: hidden;
    background: var(--header-action-gradient) !important;
    border-color: var(--header-action-border) !important;
}
.cv2-order-shell [class*="-config-card"]::before,
.cv2-order-shell [class*="-summary-card"]::before,
.cv2-order-shell [class*="-form-group"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--cv2-os-pattern-image);
    background-size: var(--cv2-os-pattern-size);
    background-repeat: repeat;
    opacity: var(--cv2-os-pattern-opacity);
    pointer-events: none;
    z-index: 0;
}
.cv2-order-shell [class*="-config-card"] > *,
.cv2-order-shell [class*="-summary-card"] > *,
.cv2-order-shell [class*="-form-group"] > * {
    position: relative;
    z-index: 1;
}
/* ── Sağ panel poster (sticky: iç sarmalayıcı, grid hücresi tam yükseklikte) ── */
.cv2-order-aside {
    position: relative;
    align-self: stretch;
    z-index: 3;
    width: var(--cv2-os-aside-w);
    max-width: 100%;
    min-height: 0;
}
.cv2-order-aside-inner {
    position: sticky;
    top: calc(var(--CoreV2-header-height, 64px) + 12px);
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 3;
}
.cv2-order-poster {
    background: var(--CoreV2-primary-gradient, linear-gradient(135deg, var(--CoreV2-primary, #10b981) 0%, rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.82) 100%));
    border-radius: var(--cv2-radius-card, 20px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 6px 16px 4px;
    border: none;
    box-shadow: none;
    min-height: 268px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.cv2-order-poster::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: var(--cv2-os-pattern-image);
    background-size: var(--cv2-os-pattern-size);
    background-repeat: repeat;
    opacity: 0.22;
    z-index: 0;
    pointer-events: none;
}
.cv2-order-poster::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(
        to top,
        color-mix(in srgb, var(--CoreV2-primary-tone, var(--CoreV2-primary, #10b981)) 88%, #000) 22%,
        transparent
    );
    z-index: 2;
    pointer-events: none;
}
.cv2-order-poster-img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 210px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    object-fit: contain;
    object-position: center center;
    flex-shrink: 0;
}
.cv2-order-poster-badge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    gap: 10px;
}
.cv2-order-poster-badge-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
    line-height: 1.25;
}
.cv2-order-poster-title {
    display: block;
    font-size: clamp(19px, 2.9vw, 22px);
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.cv2-order-poster-title .cv2-os-thin {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
}
.cv2-order-poster-title .cv2-os-bold {
    font-weight: 700;
    color: #fff;
}
.cv2-order-poster-desc {
    display: block;
    font-size: clamp(12px, 2vw, 13.5px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.01em;
    line-height: 1.3;
}
.cv2-order-poster-badge-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: var(--cv2-radius-input, 10px);
    background: rgba(255, 255, 255, 0.14);
}
.cv2-order-poster-badge-icon i {
    font-size: 22px;
    line-height: 1;
    transform: scale(1);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.cv2-order-features {
    position: relative;
    z-index: 4;
    margin-top: -36px;
    margin-bottom: 0;
    background: var(--cv2-surface-card, #fafbfd);
    border-radius: var(--cv2-radius-card, 16px);
    border: 1px solid var(--border-color, rgba(15, 23, 42, 0.04));
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.03);
}
[data-theme="dark"] .cv2-order-features {
    background: var(--cv2-surface-card, #1e293b);
    border-color: rgba(148, 163, 184, 0.1);
    box-shadow: none;
}
.cv2-order-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cv2-order-features li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 3px 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.018);
    font-size: 15px;
    color: var(--text-secondary, var(--sepethosting-text, #68718c));
    min-height: 26px;
    box-sizing: border-box;
}
[data-theme="dark"] .cv2-order-features li {
    border-bottom-color: rgba(148, 163, 184, 0.04);
}
.cv2-order-feat-label {
    flex: 1;
    min-width: 0;
    padding-left: 2px;
    font-size: 15px;
    line-height: 1.3;
}
.cv2-order-split-text .cv2-os-thin {
    font-weight: 400;
    color: var(--text-secondary, var(--sepethosting-text, #68718c));
}
.cv2-order-split-text .cv2-os-bold {
    font-weight: 700;
    color: var(--text-primary, var(--sepethosting-title, var(--CoreV2-primary, #10b981)));
}
[data-theme="dark"] .cv2-order-split-text .cv2-os-thin {
    color: var(--text-secondary, var(--CoreV2-text-muted, #94a3b8));
}
[data-theme="dark"] .cv2-order-split-text .cv2-os-bold {
    color: var(--text-primary, var(--CoreV2-text, #f1f5f9));
}
.cv2-order-features li:last-child {
    border-bottom: none;
}
.cv2-order-feat-icon {
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: var(--cv2-radius-input, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--CoreV2-primary, #10b981);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.14);
    background: transparent;
}
.cv2-order-feat-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background: var(--CoreV2-primary, #10b981);
    opacity: 0.12;
    z-index: -1;
}
.cv2-order-feat-icon i {
    font-size: 20px;
    line-height: 1;
    transform: scale(0.96);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 1;
}
/* Domain fiyat bandı */
.cv2-order-shell .sepethosting-domain-price {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: right !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}
.cv2-order-shell .cv2-domain-price-chip {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 4px;
    padding: 10px 16px;
    border-radius: 14px;
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.07);
    border: 1.5px solid rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.16);
    font-size: 15px;
    font-weight: 600;
    color: var(--sepethosting-primary, var(--CoreV2-primary, #10b981));
    line-height: 1.3;
    max-width: 100%;
    box-sizing: border-box;
}
[data-theme="dark"] .cv2-order-shell .cv2-domain-price-chip {
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.1);
    border-color: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.22);
}
.cv2-order-shell .cv2-domain-price-chip .domain-price-inline {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
    .cv2-order-area {
        grid-template-columns: 1fr;
    }
    .cv2-order-aside {
        order: 2;
        max-width: 420px;
        margin: 16px auto 0;
        width: 100%;
    }
    .cv2-order-aside-inner {
        position: static;
    }
    .cv2-order-main {
        order: 1;
    }
    .cv2-order-poster-img {
        max-width: 200px;
        max-height: 210px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 640px) {
    .cv2-order-shell {
        --cv2-os-card-w: calc(50% - 4px);
    }
    .cv2-order-shell,
    .cv2-order-shell[class*="-wrapper"] {
        padding-top: 20px !important;
    }
    .cv2-order-shell[class*="-wrapper"] {
        padding: 20px 10px 20px !important;
    }
    .cv2-order-head {
        gap: 12px;
        margin-bottom: 14px;
    }
    .cv2-order-head-icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
        font-size: 22px;
        border-radius: var(--cv2-radius-card-inner, 12px);
    }
    .cv2-order-head-desc {
        font-size: 13px;
    }
    .cv2-order-card-body {
        padding: 14px 12px 18px;
    }
    .cv2-order-shell form:has(> [class*="-period-container"]) {
        grid-template-columns: 1fr !important;
    }
    .cv2-order-shell form:has(> [class*="-period-container"]) [class*="-center"] {
        grid-column: 1 !important;
        grid-row: 2 !important;
        justify-content: stretch !important;
    }
    .cv2-order-shell [class*="-center"] {
        justify-content: stretch !important;
    }
    .cv2-order-shell [class*="-button"],
    .cv2-order-shell [class*="-center"] [class*="-button"] {
        width: 100% !important;
        min-width: 0 !important;
    }
    .cv2-order-poster-img {
        max-width: 200px;
        max-height: 200px;
    }
    .cv2-order-poster-badge {
        bottom: 34px;
        padding: 10px 14px;
    }
    .cv2-order-features {
        margin-top: -32px;
    }
    .cv2-order-features li {
        padding: 3px 10px;
        font-size: 14px;
        min-height: 26px;
    }
}
/* ── Sipariş adımları: domain arama / sonuç (tüm widget önekleri) ── */
.cv2-order-shell [class*="-domain-search"] {
    position: relative;
    display: flex !important;
    align-items: center;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 58px;
    margin: 0 0 14px !important;
    padding: 0;
    background: #fff;
    border: 1.5px dashed rgba(15, 23, 42, 0.12) !important;
    border-radius: var(--cv2-radius-card-inner, 14px) !important;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.cv2-order-shell [class*="-domain-search"]:focus-within {
    border-color: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.35) !important;
    box-shadow: 0 0 0 3px rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.08);
}
.cv2-order-shell [class*="-domain-search"] .domain-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 54px;
    margin: 0 !important;
    border: none !important;
    border-right: 1.5px dashed rgba(15, 23, 42, 0.1) !important;
    border-radius: 0 !important;
    font-size: 20px;
    color: var(--CoreV2-primary, #10B981);
    background: transparent !important;
    z-index: 2;
}
.cv2-order-shell [class*="-domain-search"] [class*="-domain-input"] {
    flex: 1;
    min-width: 0;
    height: 58px !important;
    padding: 0 150px 0 66px !important;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    font-size: 15px;
    font-weight: 500;
    color: var(--sepethosting-title, #1e293b);
}
.cv2-order-shell [class*="-domain-search"] [class*="-domain-button"] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 42px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600;
    white-space: nowrap;
    z-index: 3;
}
.cv2-order-shell [class*="-domain-result"].available {
    border-radius: 14px !important;
    border: 1.5px dashed rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.22) !important;
    overflow: hidden;
    margin-top: 12px !important;
    background: #fff;
}
.cv2-order-shell [class*="-domain-result"].unavailable {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 14px !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.cv2-order-shell [class*="-domain-unavail-grid"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}
.cv2-order-shell .unavail-card {
    background: var(--sepethosting-card-bg, #fff);
    border: 1px solid var(--sepethosting-border, rgba(15, 23, 42, 0.1));
    border-radius: 16px;
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    box-sizing: border-box;
}
.cv2-order-shell .unavail-card-filled {
    background: var(--header-action-gradient, var(--sepethosting-card-bg, #fff)) !important;
    border: 1px solid var(--header-action-border, var(--sepethosting-border, rgba(15, 23, 42, 0.1))) !important;
}
.cv2-order-shell .unavail-card-dashed {
    background: var(--sepethosting-card-bg, #fff);
    border: 1.5px dashed rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.22) !important;
}
.cv2-order-shell .unavail-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}
.cv2-order-shell .unavail-card-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.1);
    color: var(--CoreV2-primary, #10b981);
    font-size: 17px;
}
.cv2-order-shell .unavail-card-head h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--sepethosting-primary, var(--CoreV2-primary, #10b981));
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.cv2-order-shell .unavail-card-meta {
    margin-bottom: 6px;
}
.cv2-order-shell .unavail-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.cv2-order-shell .unavail-domain-pill,
.cv2-order-shell .unavail-package-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.08);
    color: var(--sepethosting-primary, var(--CoreV2-primary, #10b981));
    border: 1px solid rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.14);
}
.cv2-order-shell .unavail-card .domain-price {
    font-size: 13px;
    font-weight: 500;
    color: var(--sepethosting-primary, var(--CoreV2-primary, #10b981));
    letter-spacing: -0.01em;
}
.cv2-order-shell .unavail-card .domain-price span {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.9;
    color: var(--sepethosting-text, var(--CoreV2-text-muted, #64748b));
}
.cv2-order-shell .unavail-card-info {
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.03);
    border: 1.5px dashed rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.14);
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
.cv2-order-shell .unavail-info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.06);
}
.cv2-order-shell .unavail-info-row:last-child {
    border-bottom: none;
}
.cv2-order-shell .unavail-info-label {
    color: var(--sepethosting-text, #64748b);
    font-weight: 500;
    flex-shrink: 0;
}
.cv2-order-shell .unavail-info-value {
    color: var(--sepethosting-title, var(--CoreV2-text, #1e293b));
    font-weight: 500;
    text-align: right;
    min-width: 0;
}
.cv2-order-shell .unavail-ns-line {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    font-size: 11px;
}
.cv2-order-shell .unavail-ns-copy {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.2);
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.06);
    color: var(--CoreV2-primary, #10b981);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cv2-order-shell .whois-server-badge {
    display: inline-flex;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    margin-right: 4px;
}
.cv2-order-shell .unavail-card-btn {
    padding: 12px 14px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
    transition: filter 0.2s ease, background 0.2s ease;
}
.cv2-order-shell .unavail-btn-filled {
    background: var(--CoreV2-primary-gradient, var(--sepethosting-primary-gradient, #10b981));
    color: #fff;
    border: none;
}
.cv2-order-shell .unavail-btn-filled:hover {
    filter: brightness(1.06);
}
.cv2-order-shell .unavail-btn-dashed {
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.05);
    color: var(--CoreV2-primary, #10b981);
    border: 1.5px dashed rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.28);
}
.cv2-order-shell .unavail-btn-dashed:hover {
    background: rgba(var(--CoreV2-primary-rgb, 16, 185, 129), 0.1);
}
@media (max-width: 767px) {
    .cv2-order-shell [class*="-domain-unavail-grid"] {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .cv2-order-shell .unavail-card {
        padding: 16px;
    }
}
@media (max-width: 767px) {
    .cv2-order-shell [class*="-domain-search"] {
        flex-wrap: wrap;
        min-height: auto;
        padding: 10px;
    }
    .cv2-order-shell [class*="-domain-search"] [class*="-domain-input"] {
        flex: 1 1 100%;
        height: 44px !important;
        padding: 0 12px 0 48px !important;
    }
    .cv2-order-shell [class*="-domain-search"] [class*="-domain-button"] {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        flex: 1 1 100%;
        width: 100%;
        margin-top: 8px !important;
    }
}