/* ============================================================
   SHIMMY PHONE — FINAL CLEAN CSS
   קובץ מלא ללא כפילויות
   ============================================================ */

:root {
    --ks-bg: #f4f7fb;
    --ks-surface: #ffffff;
    --ks-navy: #071a34;
    --ks-navy-2: #12365f;
    --ks-blue: #2d7dd2;
    --ks-blue-dark: #1f68b7;
    --ks-gold: #d9a62e;
    --ks-green: #1e7a46;
    --ks-purple: #7b5cc7;
    --ks-text: #102744;
    --ks-muted: #647287;
    --ks-line: #e2e8f0;
    --ks-shadow: 0 10px 30px rgba(14, 35, 64, .09);
    --ks-display: "Frank Ruhl Libre", Georgia, serif;
    --ks-body: "Assistant", Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
    direction: rtl;
    margin: 0;
    background: var(--ks-bg);
    color: var(--ks-text);
    font-family: var(--ks-body);
}

body *,
body *::before,
body *::after { box-sizing: border-box; }

img { max-width: 100%; }

a { transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }

/* הסתרת כותרת התבנית כדי למנוע Header כפול */
header.wp-block-template-part,
header#masthead,
header.site-header,
body > header:first-of-type {
    display: none !important;
}

/* ============================================================
   פס עליון
   ============================================================ */
.kstore-utility-bar {
    width: 100%;
    min-height: 40px;
    padding: 8px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    direction: rtl;
    background: var(--ks-navy);
    color: #fff;
    font-size: 13px;
}

.kstore-utility-side {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.kstore-utility-bar a,
.kstore-utility-bar span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.kstore-utility-bar a { opacity: .9; }
.kstore-utility-bar a:hover { opacity: 1; color: #fff; }

/* ============================================================
   לוגו, חיפוש וכפתור מכשיר
   ============================================================ */
.kstore-logo-row {
    width: 100%;
    min-height: 118px;
    padding: 12px 34px;
    display: grid;
    grid-template-columns: minmax(310px, 1fr) minmax(390px, auto) minmax(310px, 1fr);
    align-items: center;
    gap: 28px;
    direction: ltr;
    background: #fff;
    border-bottom: 1px solid var(--ks-line);
}

/* הסרת לוגו שמור */
.kstore-logo-row-badge { display: none !important; }

.kstore-logo-row-center {
    justify-self: center;
    width: 390px;
    min-width: 390px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    direction: rtl;
}

.kstore-logo-row-img {
    display: block !important;
    width: 370px !important;
    max-width: 370px !important;
    height: auto !important;
    max-height: 90px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    transform: none !important;
}

.kstore-logo-row-text {
    color: var(--ks-navy);
    font-family: var(--ks-display);
    font-size: 38px;
    font-weight: 900;
}

.kstore-logo-row-search {
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 12px;
    direction: rtl;
}

.kstore-logo-row-search .woocommerce-product-search {
    width: 300px;
    height: 46px;
    display: flex;
    align-items: stretch;
    margin: 0;
    overflow: hidden;
    border: 1px solid #d7dee8;
    border-radius: 999px;
    background: #fff;
}

.kstore-logo-row-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 18px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ks-text);
    font-family: var(--ks-body);
    font-size: 14px;
    direction: rtl;
}

.kstore-logo-row-search button {
    min-width: 58px;
    height: 44px;
    padding: 0 15px;
    border: 0;
    border-right: 1px solid var(--ks-line);
    background: #f7f9fc;
    color: var(--ks-navy);
    font-family: var(--ks-body);
    font-weight: 700;
    cursor: pointer;
}

.kstore-find-device-btn {
    min-height: 46px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ks-blue);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(45, 125, 210, .2);
}

.kstore-find-device-btn:hover {
    background: var(--ks-blue-dark);
    color: #fff;
    transform: translateY(-1px);
}

/* ============================================================
   תפריט
   ============================================================ */
.kstore-topnav {
    width: 100%;
    padding: 0 24px;
    direction: rtl;
    overflow-x: auto;
    background: #0e294b;
    border-bottom: 2px solid var(--ks-blue);
    -webkit-overflow-scrolling: touch;
}

.kstore-topnav-list {
    width: max-content;
    min-width: 100%;
    max-width: 1320px;
    min-height: 56px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
    direction: rtl;
    list-style: none;
}

.kstore-topnav-list > li {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: 0;
}

.kstore-topnav-list > li > a {
    position: relative;
    min-height: 56px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
}

.kstore-topnav-list > li > a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transform: translateX(50%);
    transition: width .2s ease;
}

.kstore-topnav-list > li:hover > a { background: rgba(255,255,255,.08); color: #fff; }
.kstore-topnav-list > li:hover > a::after { width: calc(100% - 24px); }

.kstore-topnav-list > li.current-menu-item > a,
.kstore-topnav-list > li.current_page_item > a {
    background: var(--ks-blue);
    color: #fff;
    border-radius: 6px 6px 0 0;
}

/* ============================================================
   כפתור אזור אישי
   ============================================================ */
.kstore-account-fab {
    position: fixed;
    top: 78px;
    left: 14px;
    z-index: 9998;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--ks-blue);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
}

body.admin-bar .kstore-account-fab { top: 110px; }
.kstore-account-fab:hover { color: #fff; transform: translateY(-2px); }

/* ============================================================
   Hero ראשי
   ============================================================ */
.kstore-hero-logo { display: none !important; }

.kstore-hero {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 calc(50% - 50vw) 38px !important;
    padding: 48px 34px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    flex-wrap: nowrap;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    background:
        radial-gradient(circle at 18% 30%, rgba(45,125,210,.22), transparent 34%),
        linear-gradient(135deg, var(--ks-navy) 0%, var(--ks-navy-2) 100%);
}

.kstore-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0 45%, rgba(255,255,255,.035) 45% 46%, transparent 46% 100%);
}

.kstore-hero-inner {
    position: relative;
    z-index: 2;
    flex: 1 1 600px;
    max-width: 680px;
    order: 2;
    direction: rtl;
}

.kstore-hero h1 {
    margin: 0 0 14px;
    color: #fff;
    font-family: var(--ks-display);
    font-size: clamp(36px, 4.1vw, 58px);
    font-weight: 900;
    line-height: 1.08;
}

.kstore-hero p {
    max-width: 620px;
    margin: 0 auto 24px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.65;
}

/* התמונה הנוכחית מכילה את שלושת המכשירים כתמונה אחת */
.kstore-hero-devices {
    position: relative;
    z-index: 2;
    flex: 0 0 390px;
    width: 390px;
    min-height: 330px;
    order: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.kstore-hero-devices::before {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: rgba(45,125,210,.18);
    filter: blur(32px);
}

.kstore-hero-device-composed {
    position: relative;
    z-index: 2;
    display: block;
    width: 370px !important;
    max-width: 370px !important;
    height: auto !important;
    max-height: 325px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    transform: none !important;
    filter: drop-shadow(0 22px 28px rgba(0,0,0,.3));
}

.kstore-porting-promo {
    position: relative;
    z-index: 2;
    flex: 0 0 280px;
    order: 3;
    padding: 30px 24px;
    direction: rtl;
    text-align: center;
    background: rgba(255,255,255,.97);
    border-radius: 18px;
    box-shadow: 0 22px 44px rgba(0,0,0,.22);
}

.kstore-porting-promo h3 {
    margin: 0 0 10px;
    color: #0e294b;
    font-family: var(--ks-display);
    font-size: 26px;
}

.kstore-porting-promo p {
    margin: 0 0 18px;
    color: #5f6d80 !important;
    font-size: 15px;
    line-height: 1.55;
}

.kstore-porting-promo-icon-img { max-width: 140px; margin: 0 auto 10px; }

.kstore-hero-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.kstore-seal {
    --seal-size: 92px;
    width: var(--seal-size);
    height: var(--seal-size);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px double var(--ks-gold);
    border-radius: 50%;
    color: var(--ks-gold);
    background: radial-gradient(circle, rgba(217,166,46,.1), transparent 70%);
    font-family: var(--ks-display);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    transform: rotate(-9deg);
}

.kstore-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.kstore-hero-badges .kstore-badge-talkonly {
    color: #fff;
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.35);
}

.kstore-hero-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    gap: 14px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.kstore-hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
}

.kstore-hero-feature-icon { font-size: 24px; }
.kstore-hero-feature span:last-child { color: rgba(255,255,255,.88); font-size: 13px; font-weight: 600; }

/* ============================================================
   כפתורים
   ============================================================ */
.kstore-btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 8px;
    padding: 0 28px;
    border-radius: 9px;
    background: var(--ks-blue);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.kstore-btn-cta:hover { background: var(--ks-blue-dark); color: #fff; transform: translateY(-1px); }

.kstore-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    margin-top: 12px;
    padding: 0 24px;
    border: 2px solid #fff;
    border-radius: 9px;
    background: #fff;
    color: var(--ks-navy);
    text-decoration: none;
    font-weight: 800;
}

.kstore-call-btn:hover { background: transparent; color: #fff; }

/* ============================================================
   קטגוריות וכרטיסים
   ============================================================ */
.kstore-category-scroller {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 6px calc(50vw - 50% + 4px) 20px;
    margin-bottom: 28px;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    -webkit-overflow-scrolling: touch;
}

.kstore-category-card {
    flex: 0 0 220px;
    min-height: 130px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    box-shadow: var(--ks-shadow);
}

.kstore-category-card-navy { background: var(--ks-navy); }
.kstore-category-card-blue { background: var(--ks-blue); }
.kstore-category-card-green { background: #2e9b5b; }
.kstore-category-card-purple { background: var(--ks-purple); }
.kstore-category-card:hover { color: #fff; filter: brightness(1.06); transform: translateY(-3px); }
.kstore-category-card-title { font-family: var(--ks-display); font-size: 19px; font-weight: 800; }
.kstore-category-card-cta { font-size: 14px; font-weight: 700; opacity: .9; }
.kstore-category-card-logo { max-width: 56px; max-height: 56px; padding: 4px; border-radius: 50%; background: #fff; }

.kstore-brands {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.kstore-brand-card {
    min-width: 210px;
    padding: 28px 42px;
    border: 1px solid var(--ks-line);
    border-radius: 14px;
    background: #fff;
    color: var(--ks-text);
    text-align: center;
    text-decoration: none;
    font-family: var(--ks-display);
    font-size: 21px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(14,35,64,.06);
}

.kstore-brand-card:hover { color: var(--ks-text); border-color: var(--ks-blue); transform: translateY(-4px); box-shadow: var(--ks-shadow); }

/* ============================================================
   פס אמון
   ============================================================ */
.kstore-trust-bar {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 22px 20px;
    border-radius: 14px;
    background: var(--ks-navy);
}

.kstore-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.kstore-trust-item > span:first-child { font-size: 22px; }

/* ============================================================
   טבלאות, טפסים ובלוקים
   ============================================================ */
.kstore-plans-table-wrap {
    overflow-x: auto;
    margin-bottom: 40px;
    border: 1px solid var(--ks-line);
    border-radius: 14px;
    background: #fff;
}

.kstore-plans-table { width: 100%; border-collapse: collapse; background: #fff; }
.kstore-plans-table th,
.kstore-plans-table td { padding: 14px 18px; text-align: right; border-bottom: 1px solid var(--ks-line); }
.kstore-plans-table th { background: var(--ks-navy); color: #fff; font-family: var(--ks-display); }
.kstore-plans-table tr:last-child td { border-bottom: 0; }

.kstore-support-form,
.kstore-spec-sheet,
.kstore-certifications,
.kstore-stats,
.kstore-bundle-card,
.kstore-testimonial-card,
.kstore-credit-balance {
    border: 1px solid var(--ks-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(14,35,64,.06);
}

.kstore-support-form,
.kstore-spec-sheet { max-width: 600px; margin: 0 auto 40px; padding: 26px; }

.kstore-support-form input,
.kstore-support-form select,
.kstore-support-form textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--ks-line);
    border-radius: 9px;
    background: #fff;
    font-family: var(--ks-body);
    font-size: 16px;
}

.kstore-form-success,
.kstore-form-error { max-width: 600px; margin: 0 auto 20px; padding: 14px 18px; border-radius: 10px; text-align: center; font-weight: 700; }
.kstore-form-success { color: var(--ks-green); border: 1px solid var(--ks-green); background: rgba(30,122,70,.1); }
.kstore-form-error { color: #c83c3c; border: 1px solid #c83c3c; background: rgba(200,60,60,.08); }

.kstore-spec-list { margin: 0; padding: 0; list-style: none; }
.kstore-spec-list li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed var(--ks-line); }
.kstore-spec-list li:last-child { border-bottom: 0; }
.kstore-spec-key { color: var(--ks-muted); font-weight: 600; }
.kstore-spec-val { font-weight: 800; }

.kstore-video-wrap { max-width: 600px; margin: 0 auto 32px; }
.kstore-video-wrap iframe { width: 100%; height: auto; aspect-ratio: 16/9; border: 1px solid var(--ks-line); border-radius: 14px; }

.kstore-certifications { display: flex; justify-content: center; align-items: flex-start; gap: 30px; flex-wrap: wrap; padding: 28px 20px; margin-bottom: 40px; }
.kstore-cert-item { max-width: 140px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.kstore-cert-item img { max-width: 100px; max-height: 100px; object-fit: contain; }
.kstore-cert-item span { color: var(--ks-muted); font-size: 13px; font-weight: 600; }

.kstore-carriers { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.kstore-carrier-chip { padding: 8px 18px; border: 2px solid var(--ks-line); border-radius: 999px; background: #fff; color: var(--ks-text); font-weight: 700; }

.kstore-bundles-grid,
.kstore-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 44px; }
.kstore-bundle-card,
.kstore-testimonial-card { padding: 22px; }
.kstore-bundle-photo img { width: 100%; border-radius: 10px; margin-bottom: 12px; }
.kstore-bundle-includes { margin: 0 0 12px; padding: 0; list-style: none; color: var(--ks-muted); }
.kstore-bundle-includes li { padding: 5px 0; border-bottom: 1px dashed var(--ks-line); }
.kstore-bundle-price { margin: 8px 0 2px; font-family: var(--ks-display); font-size: 23px; font-weight: 900; }
.kstore-bundle-savings,
.kstore-benefit-amount { color: var(--ks-green); font-weight: 800; }
.kstore-testimonial-quote { color: var(--ks-text); font-family: var(--ks-display); font-style: italic; }
.kstore-testimonial-author { color: var(--ks-muted); font-weight: 700; }

.kstore-faq { max-width: 760px; margin: 0 auto 40px; }
.kstore-faq-item { margin-bottom: 10px; padding: 4px 18px; border: 1px solid var(--ks-line); border-radius: 10px; background: #fff; }
.kstore-faq-item summary { padding: 14px 0; cursor: pointer; color: var(--ks-text); font-weight: 800; }
.kstore-faq-answer { padding: 0 0 16px; color: var(--ks-muted); }

.kstore-stats { padding: 28px 20px; margin-bottom: 40px; text-align: center; }
.kstore-stat-number { color: var(--ks-green); font-family: var(--ks-display); font-size: 42px; font-weight: 900; }
.kstore-stat-label { margin-top: 6px; color: var(--ks-muted); }

.kstore-eyebrow { margin: 0 0 14px; padding-bottom: 8px; border-bottom: 1px solid var(--ks-line); color: var(--ks-blue); font-size: 14px; font-weight: 800; }
.kstore-muted-note { color: var(--ks-muted); font-size: 14px; }
.kstore-benefit-note,
.kstore-product-porting-cta,
.kstore-product-call-cta { margin-top: 12px; }

/* ============================================================
   לוגואים ופוטר
   ============================================================ */
.kstore-logos-footer { padding: 30px 20px 10px; border-top: 1px solid var(--ks-line); background: #fff; }
.kstore-logos-footer-inner { max-width: 1100px; margin: 0 auto; }
.kstore-logos-unified-row,
.kstore-partner-logos { display: flex; justify-content: center; align-items: center; gap: 22px; flex-wrap: wrap; padding: 10px 0; }
.kstore-unified-logo-item { width: 120px; height: 64px; display: flex; align-items: center; justify-content: center; }
.kstore-unified-logo-item img,
.kstore-partner-logo-item img { max-width: 100%; max-height: 90px; object-fit: contain; }

.kstore-legal-footer { margin-top: 40px; padding: 18px 20px; border-top: 1px solid var(--ks-line); background: #fff; }
.kstore-legal-footer-inner { max-width: 1000px; margin: 0 auto; display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; font-size: 14px; }
.kstore-legal-footer-inner a { color: var(--ks-muted); text-decoration: none; }
.kstore-legal-footer-inner a:hover { color: var(--ks-text); }

/* ============================================================
   שבת
   ============================================================ */
.kstore-shabbat-banner { position: fixed; right: 0; bottom: 0; left: 0; z-index: 9999; padding: 12px 16px; background: var(--ks-navy); color: #fff; text-align: center; font-weight: 700; }
.kstore-shabbat-block { max-width: 600px; margin: 0 auto 20px; padding: 20px; border: 2px solid var(--ks-navy); border-radius: 12px; background: #fff; color: var(--ks-navy); text-align: center; font-weight: 700; }

/* ============================================================
   רספונסיביות
   ============================================================ */
@media (max-width: 1180px) {
    .kstore-logo-row { grid-template-columns: 1fr auto; min-height: 112px; }
    .kstore-logo-row-center { width: 340px; min-width: 340px; height: 86px; }
    .kstore-logo-row-img { width: 325px !important; max-width: 325px !important; max-height: 82px !important; }

    .kstore-hero { flex-wrap: wrap; }
    .kstore-hero-devices { flex-basis: 330px; width: 330px; }
    .kstore-hero-device-composed { width: 315px !important; max-width: 315px !important; }
    .kstore-porting-promo { flex-basis: 100%; max-width: 520px; }
}

@media (max-width: 900px) {
    .kstore-logo-row { padding: 12px 20px; }
    .kstore-logo-row-search .woocommerce-product-search { width: 240px; }

    .kstore-hero { flex-direction: column; padding: 42px 20px 32px; }
    .kstore-hero-inner { order: 1; width: 100%; flex-basis: auto; }
    .kstore-hero-devices { order: 2; width: 100%; min-height: 280px; flex-basis: auto; }
    .kstore-hero-device-composed { width: 320px !important; max-width: 90vw !important; max-height: 275px !important; }
    .kstore-porting-promo { order: 3; width: min(520px, 100%); }
}

@media (max-width: 782px) {
    body.admin-bar .kstore-account-fab { top: 124px; }
}

@media (max-width: 720px) {
    .kstore-utility-bar { justify-content: center; padding: 8px 12px; font-size: 12px; }
    .kstore-utility-side { justify-content: center; gap: 12px; }

    .kstore-logo-row { min-height: auto; padding: 12px 14px; display: flex; flex-direction: column; gap: 10px; }
    .kstore-logo-row-center { order: 1; width: 100%; min-width: 0; height: 78px; }
    .kstore-logo-row-img { width: 280px !important; max-width: 90vw !important; max-height: 74px !important; }
    .kstore-logo-row-search { order: 2; width: 100%; }
    .kstore-logo-row-search .woocommerce-product-search { width: 100%; }
    .kstore-find-device-btn { display: none; }

    .kstore-topnav { padding: 0; }
    .kstore-topnav-list { justify-content: flex-start; }
    .kstore-topnav-list > li > a { min-height: 50px; padding: 0 14px; font-size: 14px; }

    .kstore-account-fab { top: 64px; left: 8px; width: 50px; height: 50px; font-size: 10px; }
    body.admin-bar .kstore-account-fab { top: 110px; }

    .kstore-hero h1 { font-size: 35px; }
    .kstore-hero p { font-size: 16px; }
    .kstore-hero-features { grid-template-columns: repeat(2, 1fr); }

    .kstore-brand-card { width: 100%; min-width: 0; }
}

@media (max-width: 430px) {
    .kstore-utility-side:first-child { display: none; }
    .kstore-logo-row-img { width: 250px !important; }
    .kstore-hero h1 { font-size: 30px; }
    .kstore-hero-device-composed { width: 270px !important; }
}

/* ============================================================
   SHIMMY PHONE — HEADER + HERO FINAL
   גרסה אחת יציבה ללא שכבות סותרות
   ============================================================ */

/* ---------- Header: logo right, search center, account space left ---------- */
.kstore-logo-row {
    position: relative !important;
    z-index: 1001 !important;
    width: 100% !important;
    height: 108px !important;
    min-height: 108px !important;
    padding: 8px 30px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    direction: rtl !important;
    background: #ffffff !important;
    border-bottom: 1px solid var(--ks-line) !important;
    overflow: visible !important;
}

.kstore-logo-row-center {
    order: 1 !important;
    flex: 0 0 330px !important;
    width: 330px !important;
    min-width: 330px !important;
    height: 84px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.kstore-logo-home-link {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.kstore-logo-row-img {
    display: block !important;
    width: 315px !important;
    max-width: 315px !important;
    height: auto !important;
    max-height: 80px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    transform: none !important;
}

.kstore-logo-row-search {
    order: 2 !important;
    flex: 0 1 610px !important;
    width: min(610px, 45vw) !important;
    max-width: 610px !important;
    min-width: 390px !important;
    display: block !important;
    position: static !important;
    margin: 0 auto !important;
    transform: none !important;
    direction: rtl !important;
}

.kstore-logo-row-account-space {
    order: 3 !important;
    flex: 0 0 100px !important;
    width: 100px !important;
    min-width: 100px !important;
    height: 70px !important;
}

/* Remove obsolete links/forms from older versions */
.kstore-header-account-btn,
.kstore-find-device-btn,
.kstore-logo-row-search > a,
.kstore-logo-row-search > .woocommerce-product-search {
    display: none !important;
}

/* One connected search control */
.kstore-connected-search {
    position: static !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    direction: rtl !important;
    overflow: hidden !important;
    border: 1px solid #d5deea !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(14,35,64,.08) !important;
    transform: none !important;
}

.kstore-connected-search:focus-within {
    border-color: var(--ks-blue) !important;
    box-shadow: 0 0 0 4px rgba(45,125,210,.12), 0 9px 24px rgba(14,35,64,.10) !important;
}

.kstore-connected-search-field {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: 50px !important;
    padding: 0 22px !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--ks-text) !important;
    text-align: right !important;
    direction: rtl !important;
    font-family: var(--ks-body) !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.kstore-connected-search-button {
    flex: 0 0 145px !important;
    width: 145px !important;
    min-width: 145px !important;
    height: 52px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    border: 0 !important;
    border-radius: 999px 0 0 999px !important;
    background: linear-gradient(135deg, var(--ks-blue), var(--ks-blue-dark)) !important;
    color: #ffffff !important;
    font-family: var(--ks-body) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

/* Floating account button remains aligned with the header row */
.kstore-account-fab {
    display: flex !important;
    position: fixed !important;
    left: 22px !important;
    top: 168px !important; /* JS in menu-setup.php calculates the exact center */
    z-index: 9998 !important;
    width: 58px !important;
    height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 3px solid #ffffff !important;
    border-radius: 50% !important;
    background: var(--ks-blue) !important;
    color: #ffffff !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.22) !important;
}

/* Menu is always a separate row below the logo/search header */
.kstore-topnav {
    position: relative !important;
    z-index: 1000 !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 24px !important;
    display: block !important;
    direction: rtl !important;
    background: #0e294b !important;
    border-bottom: 2px solid var(--ks-blue) !important;
}

.kstore-topnav-list {
    width: max-content !important;
    min-width: 100% !important;
    max-width: 1320px !important;
    min-height: 56px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 2px !important;
    direction: rtl !important;
    list-style: none !important;
}

/* ---------- Hero: retain large device image ---------- */
.kstore-hero {
    gap: 28px !important;
    padding: 46px 34px 38px !important;
}

.kstore-hero-devices {
    flex: 0 0 515px !important;
    width: 515px !important;
    min-width: 515px !important;
    min-height: 390px !important;
}

.kstore-hero-devices::before {
    width: 380px !important;
    height: 380px !important;
}

.kstore-hero-device-composed {
    width: 500px !important;
    max-width: 500px !important;
    max-height: 382px !important;
    transform: none !important;
    filter: drop-shadow(0 24px 32px rgba(0,0,0,.32)) !important;
}

/* ---------- Porting card ---------- */
.kstore-porting-promo {
    flex: 0 0 300px !important;
    width: 300px !important;
    min-height: 330px !important;
    padding: 30px 25px 26px !important;
    border-radius: 22px !important;
}

.kstore-porting-promo-icon {
    width: 150px !important;
    height: 100px !important;
    margin: 0 auto 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 24px !important;
    background: #edf6ff !important;
}

.kstore-porting-svg {
    width: 136px !important;
    height: 90px !important;
    display: block !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1320px) {
    .kstore-logo-row-center {
        flex-basis: 300px !important;
        width: 300px !important;
        min-width: 300px !important;
    }

    .kstore-logo-row-img {
        width: 286px !important;
        max-width: 286px !important;
    }

    .kstore-logo-row-search {
        width: min(560px, 44vw) !important;
        max-width: 560px !important;
    }

    .kstore-hero-devices {
        flex-basis: 440px !important;
        width: 440px !important;
        min-width: 440px !important;
    }

    .kstore-hero-device-composed {
        width: 425px !important;
        max-width: 425px !important;
    }
}

@media (max-width: 1100px) {
    .kstore-logo-row {
        height: auto !important;
        min-height: 104px !important;
    }

    .kstore-logo-row-search {
        min-width: 330px !important;
    }

    .kstore-hero {
        flex-wrap: wrap !important;
    }

    .kstore-porting-promo {
        flex-basis: 100% !important;
        width: min(560px, 100%) !important;
        max-width: 560px !important;
    }
}

@media (max-width: 850px) {
    .kstore-logo-row {
        height: auto !important;
        min-height: auto !important;
        padding: 12px 14px !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .kstore-logo-row-center {
        order: 1 !important;
        flex: 0 0 76px !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 76px !important;
    }

    .kstore-logo-row-img {
        width: 280px !important;
        max-width: 88vw !important;
        max-height: 72px !important;
    }

    .kstore-logo-row-search {
        order: 2 !important;
        flex: 0 0 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 600px !important;
    }

    .kstore-logo-row-account-space {
        display: none !important;
    }

    .kstore-account-fab {
        left: 8px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 10px !important;
    }

    .kstore-hero-devices {
        flex-basis: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 300px !important;
    }

    .kstore-hero-device-composed {
        width: 390px !important;
        max-width: 92vw !important;
        max-height: 300px !important;
    }
}

@media (max-width: 480px) {
    .kstore-connected-search-button {
        flex-basis: 56px !important;
        width: 56px !important;
        min-width: 56px !important;
        padding: 0 !important;
    }

    .kstore-connected-search-button span:last-child {
        display: none !important;
    }

    .kstore-hero-device-composed {
        width: 330px !important;
        max-width: 94vw !important;
    }
}

/* ---------- Customer-facing ticket thread (My Account) - collapsible per topic ---------- */
.kstore-new-topic {
    background: var(--kstore-card);
    border: 1px solid var(--kstore-line);
    border-radius: 8px;
    padding: 4px 18px;
    margin-bottom: 18px;
}
.kstore-new-topic summary {
    cursor: pointer;
    padding: 14px 0;
    font-family: var(--kstore-font-body);
    font-weight: 700;
    color: var(--kstore-brass);
}
.kstore-new-topic-body {
    padding: 0 0 16px;
}
.kstore-new-topic-body .kstore-support-form {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none;
}

.kstore-ticket-thread {
    background: var(--kstore-card);
    border: 1px solid var(--kstore-line);
    border-radius: 8px;
    padding: 4px 18px;
    margin-bottom: 12px;
}
.kstore-ticket-thread summary {
    cursor: pointer;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-family: var(--kstore-font-body);
    font-weight: 700;
    color: var(--kstore-ink);
}
.kstore-thread-summary-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 0.82rem;
    color: var(--kstore-muted);
}
.kstore-thread-body {
    padding: 0 0 16px;
}
.kstore-thread-message {
    background: var(--kstore-parchment);
    border-radius: 6px;
    padding: 12px 14px;
    margin-bottom: 8px;
    font-size: 0.92rem;
}
.kstore-thread-reply {
    background: rgba(45,125,210,0.08);
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 6px;
    font-size: 0.88rem;
}
.kstore-thread-reply-meta {
    display: block;
    color: var(--kstore-muted);
    font-size: 0.75rem;
    margin-bottom: 3px;
}

/* ---------- Porting lookup form (My Account -> ניודים) ---------- */
.kstore-porting-lookup {
    background: var(--kstore-card);
    border: 1px solid var(--kstore-line);
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 18px;
}
.kstore-porting-lookup-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
.kstore-porting-lookup-form input[type="text"] {
    flex: 1 1 220px;
    padding: 10px 12px;
    border: 1px solid var(--kstore-line);
    border-radius: 6px;
    font-family: var(--kstore-font-body);
}
.kstore-porting-lookup-form label {
    font-size: 0.85rem;
    color: var(--kstore-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* ============================================================
   SECURE PURCHASE SSL BLOCK
   ============================================================ */
.kstore-secure-purchase {
    width: min(470px, calc(100% - 32px));
    min-height: 88px;
    margin: 34px auto 22px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    direction: rtl;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: linear-gradient(135deg, #071a34 0%, #0e294b 100%);
    box-shadow: 0 12px 30px rgba(14,35,64,.18);
}
.kstore-secure-purchase-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0b82f;
}
.kstore-secure-purchase-icon svg { width: 48px; height: 48px; display:block; }
.kstore-secure-purchase-copy { min-width:0; text-align:right; }
.kstore-secure-purchase-title {
    margin-bottom: 3px;
    color:#fff;
    font-family: var(--ks-body);
    font-size:24px;
    font-weight:800;
    line-height:1.15;
}
.kstore-secure-purchase-subtitle {
    color:rgba(255,255,255,.82);
    font-family:var(--ks-body);
    font-size:14px;
    font-weight:600;
    line-height:1.4;
}
.kstore-trust-bar { display:none !important; }
@media (max-width:640px){
  .kstore-secure-purchase{min-height:78px;margin-top:24px;padding:14px 18px;gap:14px}
  .kstore-secure-purchase-icon{flex-basis:46px;width:46px;height:46px}
  .kstore-secure-purchase-icon svg{width:42px;height:42px}
  .kstore-secure-purchase-title{font-size:20px}
  .kstore-secure-purchase-subtitle{font-size:13px}
}

/* ============================================================
   HERO PORTING CREDIT HIGHLIGHT
   מחליף רק את החותמת + "מכשירים מסוננים בלבד"
   ============================================================ */

.kstore-hero-badges {
    margin: 14px 0 8px;
}

.kstore-porting-credit-highlight {
    width: min(520px, 100%);
    min-height: 52px;
    padding: 9px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    direction: rtl;
    border: 1.5px solid rgba(240,184,47,.92);
    border-radius: 999px;
    background: rgba(7,26,52,.30);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.03),
        0 7px 18px rgba(0,0,0,.08);
}

.kstore-porting-credit-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(240,184,47,.14);
    font-size: 20px;
    line-height: 1;
}

.kstore-porting-credit-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #ffffff;
    font-family: var(--ks-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.kstore-porting-credit-text strong {
    color: #ffffff;
    font-weight: 900;
}

.kstore-porting-credit-text > span:last-child {
    color: #f0b82f;
    font-weight: 800;
}

.kstore-porting-credit-separator {
    color: rgba(255,255,255,.72) !important;
    font-weight: 700 !important;
}

@media (max-width: 640px) {
    .kstore-porting-credit-highlight {
        width: 100%;
        min-height: 50px;
        padding: 9px 13px;
        gap: 8px;
        border-radius: 18px;
    }

    .kstore-porting-credit-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .kstore-porting-credit-text {
        gap: 5px;
        font-size: 14px;
    }
}

/* ============================================================
   HERO RIGHT SEAL — replaces the old "ניוד קל ומשתלם" card only
   ============================================================ */

.kstore-filtered-seal-wrap {
    position: relative;
    z-index: 2;
    flex: 0 0 300px;
    width: 300px;
    min-height: 330px;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    pointer-events: none;
}

.kstore-filtered-seal {
    position: relative;
    width: 245px;
    height: 245px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 3px solid rgba(255,255,255,.20);
    outline: 1px dashed rgba(255,255,255,.15);
    outline-offset: -14px;
    border-radius: 50%;
    color: rgba(255,255,255,.24);
    text-align: center;
    background: radial-gradient(
        circle,
        rgba(255,255,255,.035) 0%,
        rgba(255,255,255,.015) 55%,
        transparent 72%
    );
    box-shadow:
        inset 0 0 0 7px rgba(255,255,255,.015),
        0 0 55px rgba(45,125,210,.08);
    transform: rotate(-4deg);
    user-select: none;
}

.kstore-filtered-seal::before,
.kstore-filtered-seal::after {
    content: "•";
    position: absolute;
    color: rgba(255,255,255,.18);
    font-size: 22px;
}

.kstore-filtered-seal::before { top: 31px; }
.kstore-filtered-seal::after { bottom: 31px; }

.kstore-filtered-seal-stars {
    display: block;
    color: rgba(255,255,255,.18);
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 1;
}

.kstore-filtered-seal-main {
    display: block;
    color: rgba(255,255,255,.28);
    font-family: var(--ks-display);
    font-size: 29px;
    font-weight: 900;
    line-height: 1.18;
}

.kstore-filtered-seal-sub {
    display: block;
    max-width: 190px;
    color: rgba(255,255,255,.20);
    font-family: var(--ks-body);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

/* Hide cached old-card markup if a page cache briefly serves it. */
.kstore-porting-promo {
    display: none !important;
}

@media (max-width: 1100px) {
    .kstore-filtered-seal-wrap {
        flex: 0 0 245px;
        width: 245px;
        min-height: 280px;
    }

    .kstore-filtered-seal {
        width: 210px;
        height: 210px;
        padding: 26px 20px;
    }

    .kstore-filtered-seal-main { font-size: 25px; }
    .kstore-filtered-seal-sub { font-size: 12px; }
}

@media (max-width: 850px) {
    .kstore-filtered-seal-wrap {
        order: 3;
        width: 100%;
        flex: 0 0 auto;
        min-height: 210px;
        margin-top: -8px;
    }

    .kstore-filtered-seal {
        width: 185px;
        height: 185px;
        gap: 10px;
        transform: rotate(-3deg);
    }

    .kstore-filtered-seal-main { font-size: 22px; }

    .kstore-filtered-seal-sub {
        max-width: 150px;
        font-size: 11px;
    }
}

/* ============================================================
   STABLE CSS-ONLY FINAL PATCH
   שינוי עיצוב בלבד — ללא PHP / JavaScript / Shortcodes
   ============================================================ */

/* לוגו: מעט גדול יותר וממוקם ימינה בתוך האזור הלבן */
.kstore-logo-row {
    padding-right: 14px !important;
}

.kstore-logo-row-center {
    flex-basis: 365px !important;
    width: 365px !important;
    min-width: 365px !important;
    justify-content: flex-end !important;
}

.kstore-logo-home-link {
    justify-content: flex-end !important;
}

.kstore-logo-row-img {
    width: 340px !important;
    max-width: 340px !important;
    max-height: 82px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

/* אזור אישי — עיצוב בלבד, ללא שינוי לוגיקת המיקום */
.kstore-account-fab {
    width: 58px !important;
    height: 58px !important;
    left: 18px !important;
    border-width: 3px !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.22) !important;
}

@media (max-width: 1320px) {
    .kstore-logo-row-center {
        flex-basis: 330px !important;
        width: 330px !important;
        min-width: 330px !important;
    }

    .kstore-logo-row-img {
        width: 315px !important;
        max-width: 315px !important;
    }
}

@media (max-width: 850px) {
    .kstore-logo-row {
        padding-right: 14px !important;
    }

    .kstore-logo-row-center {
        width: 100% !important;
        min-width: 0 !important;
        flex-basis: 76px !important;
        justify-content: center !important;
    }

    .kstore-logo-home-link {
        justify-content: center !important;
    }

    .kstore-logo-row-img {
        width: 285px !important;
        max-width: 88vw !important;
        max-height: 74px !important;
        margin: 0 auto !important;
    }

    .kstore-account-fab {
        width: 50px !important;
        height: 50px !important;
        left: 8px !important;
    }
}
/* ---------- Gift card + gift wrap (v8.1.0) ---------- */
.kstore-gift-recipient-fields {
    background: var(--ks-bg);
    border: 1px solid var(--ks-line);
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
}
.kstore-gift-recipient-fields .form-field {
    margin-bottom: 10px;
}
.kstore-gift-recipient-fields label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--ks-text);
}
.kstore-gift-recipient-fields input,
.kstore-gift-recipient-fields textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid var(--ks-line);
    border-radius: 6px;
    font-family: inherit;
}
.kstore-gift-wrap-option {
    background: rgba(217,166,46,0.08);
    border: 1px solid var(--ks-gold);
    border-radius: 8px;
    padding: 12px 14px;
    margin: 14px 0;
}
.kstore-gift-wrap-option label {
    font-weight: 600;
    color: var(--ks-text);
    cursor: pointer;
}
.kstore-gift-wrap-option textarea {
    width: 100%;
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid var(--ks-line);
    border-radius: 6px;
    font-family: inherit;
}

/* ---------- Gift card amount stepper ---------- */
.kstore-gift-amount-stepper {
    margin: 14px 0;
}
.kstore-gift-amount-stepper label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--ks-text);
}
.kstore-gift-amount-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
.kstore-gift-amount-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--ks-line);
    background: var(--ks-surface);
    color: var(--ks-blue);
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}
.kstore-gift-amount-btn:hover {
    background: var(--ks-blue);
    color: #fff;
}
.kstore-gift-amount-controls input {
    width: 90px;
    text-align: center;
    padding: 8px;
    border: 1px solid var(--ks-line);
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 700;
}
.kstore-gift-amount-controls span {
    font-weight: 700;
    color: var(--ks-text);
}

/* ---------- Previous portings box (on /porting/ page) ---------- */
.kstore-previous-portings {
    background: var(--ks-bg);
    border: 1px solid var(--ks-line);
    border-radius: 8px;
    padding: 16px 18px;
    margin: 16px 0 24px;
}
.kstore-repeat-phone-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0;
}
.kstore-repeat-phone-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--ks-surface);
    border: 1px solid var(--ks-line);
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 0.92rem;
}
.kstore-repeat-phone-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.kstore-repeat-porting-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 420px;
}
.kstore-repeat-porting-form label {
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--ks-text);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.kstore-repeat-porting-form select {
    padding: 9px 12px;
    border: 1px solid var(--ks-line);
    border-radius: 6px;
    font-family: inherit;
    background: var(--ks-surface);
}
