/* =========================================================
   Internetmatch – Clean CSS (renskrevet, samme layout/typo)
   ========================================================= */

/* ---------- Vars ---------- */
:root{
  --bg:#f7fafc; --card:#ffffff; --ink:#0f172a; --muted:#64748b; --accent:#2563eb;
  --line:#e5e7eb; --good:#16a34a; --good-bg:#dcfce7;
}

/* ---------- Wrapper + Container Widths ---------- */
.imh.container{
  background:var(--bg);
  color:var(--ink);
  padding:24px 0;
}
.price-note{ font-size:12px; color:#64748b; }

.imh.container > h2,
#imh-form,
.imh-default-note,
.imh-layout,
#imh_progress_wrap{
  width:100%; max-width:1200px; margin:0 auto; padding:0 16px; box-sizing:border-box;
}
.imh h2{ margin:0 0 10px; font-size:44px; line-height:1.15; font-weight:800; }
.imh .muted{ color:var(--muted); }

/* ---------- Progress wrapper spacing ---------- */
#imh_progress_wrap{ margin:8px 0 10px; }

/* =========================================================
   Søgeformular
   ========================================================= */
#imh-form{
  background:#fff; border:1px solid #e6e9f2; border-radius:28px;
  padding:12px 16px;
  display:grid; grid-template-columns:1fr auto;
  grid-template-areas:"ac btn" "status status";
  gap:12px; align-items:center;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}
#imh-form .ac-wrap{ grid-area:ac; position:relative; margin:0; }
#imh-form .actions{ display:contents; }
#imh_check{
  grid-area:btn; height:48px; padding:0 20px; min-width:140px;
  border-radius:14px; font-weight:800;
}
#imh_status{
  grid-area:status; font-size:12px; line-height:1;
  background:#eef2ff; color:#3730a3; padding:4px 8px;
  border-radius:999px; font-weight:700; justify-self:start; margin-left:8px;
}
#imh-form .ac-input{
  height:48px; line-height:48px; border:none; border-radius:999px;
  padding:0 16px; width:100%; font-size:16px;
}
#imh-form .ac-input::placeholder{ color:#94a3b8; }
#imh-form .ac-list{
  position:absolute; z-index:50; left:0; right:0; top:52px; max-height:260px; overflow:auto;
  list-style:none; margin:0; padding:0; border:1px solid #e6e9f2; background:#fff; border-radius:16px;
  display:none; box-shadow:0 8px 24px rgba(2,6,23,.08);
}
#imh-form .ac-list.show{ display:block; }
#imh-form .ac-list li{ padding:10px 12px; cursor:pointer; border-bottom:1px solid var(--line); }
#imh-form .ac-list li:last-child{ border-bottom:0; }
#imh-form .ac-list li:hover{ background:#f1f5f9; }

/* Kompakt adressefelt (samme værdier som din override) */
.imh-layout #imh-form{
  width:auto; max-width:none; margin:0; padding:12px 16px;
}
#imh-form{
  border-radius:20px; box-shadow:0 6px 18px rgba(15,23,42,.06); margin-bottom:0; gap:0px;
}
#imh-form .ac-input{ height:44px; line-height:44px; padding:0 14px; font-size:15px; }
#imh_check{
  height:44px; min-width:132px; padding:0 16px; border-radius:12px; font-weight:800;
}
#imh-form .ac-list{ top:48px; }

/* “Klar til søgning / busy” states (identisk) */
#imh_check.is-ready{
  background:rgba(22,163,74,.12); color:#166534; border:1px solid rgba(22,163,74,.35); box-shadow:none;
}
#imh_check.is-ready:hover{ background:rgba(22,163,74,.18); border-color:rgba(22,163,74,.45); }
#imh_check.is-busy{
  background:#eef2f7; color:#64748b; border:1px solid #e5e7eb; cursor:progress; opacity:.85;
}

/* Inline result status (under input) */
.imh-result-inline{
  display:flex; align-items:center; gap:8px; margin-top:6px;
  font-size:12px; color:#475569; line-height:1.4;
}
.imh-result-inline .dot{ width:8px; height:8px; border-radius:999px; background:#cbd5e1; }
.imh-result-inline.is-loading .dot{ background:#94a3b8; }
.imh-result-inline.is-ready   .dot{ background:#16a34a; }
.imh-result-inline .txt{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.imh-result-inline .addr{ font-weight:600; }
.imh-result-inline .sep{ margin:0 4px; color:#94a3b8; }

/* Label skjult via JS i din kode */
#imh_status{ display:none !important; }

@media (max-width:600px){
  #imh-form{ grid-template-columns:1fr; grid-template-areas:"ac" "btn" "status"; gap:8px; }
  #imh_check{ width:100%; }
}

/* =========================================================
   Infobokse (default feed info)
   ========================================================= */
.imh-default-note{
  margin:12px 0 6px; padding:10px 12px; background:#fff; border:1px solid #e5e7eb; border-radius:12px;
  color:#475569; font-size:14px; display:flex; align-items:center; gap:8px; box-shadow:0 4px 14px rgba(2,6,23,.05);
}
.imh-default-note .pill{
  font-size:12px; font-weight:800; padding:4px 8px; border-radius:999px; background:#eef2ff; color:#3730a3;
}

/* Reusable info box (default feed banner) */
.imh-infobox{
  display:grid; grid-template-columns:1fr auto; gap:12px; align-items:start;
  padding:14px 16px; margin:8px 0 12px;
  border:1px solid #e6e6e9; border-radius:12px; background:#fafbfd; box-shadow:0 1px 0 rgba(0,0,0,0.03);
}
.imh-infobox__content{ font-size:14px; line-height:1.45; color:#2b2b33; }
.imh-infobox__content strong{ font-size:15px; }
.imh-infobox__close{
  appearance:none; border:0; background:transparent; font-size:20px; line-height:1; padding:2px 6px;
  cursor:pointer; color:#70707a;
}
.imh-infobox__close:hover{ color:#333; }
@media (max-width:980px){ .imh-infobox{ grid-template-columns:1fr auto; } }

/* =========================================================
   Provider Loading Animation (erstatter gammel progress-bar)
   ========================================================= */
.imh-provider-loading{
  text-align:center; padding:32px 0; grid-column:1 / -1;
  transition: opacity 0.4s ease;
}
.imh-provider-loading.is-fading{ opacity:0; }
.imh-loading-title{
  font-size:15px; color:#64748b; margin-bottom:20px; font-weight:500;
}
.imh-loading-grid{
  display:flex; flex-wrap:nowrap; gap:10px; justify-content:center;
  max-width:700px; margin:0 auto;
}
.imh-loading-item{
  width:48px; height:48px; border-radius:10px; background:#f8fafc;
  border:2px solid #e2e8f0; position:relative; display:flex;
  align-items:center; justify-content:center;
  opacity:0.35; filter:grayscale(0.6);
  transition: opacity 0.4s ease, border-color 0.4s ease, filter 0.4s ease, transform 0.3s ease;
}
.imh-loading-item img{
  max-width:34px; max-height:22px; object-fit:contain;
}
.imh-loading-check{
  display:none; position:absolute; bottom:-4px; right:-4px;
  width:16px; height:16px; border-radius:50%; background:#22c55e;
  color:white; align-items:center; justify-content:center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.imh-loading-item.is-done{
  opacity:1; border-color:#22c55e; filter:grayscale(0); transform:scale(1.05);
}
.imh-loading-item.is-done .imh-loading-check{
  display:flex; animation: imhCheckPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes imhCheckPop{
  from { transform:scale(0); }
  to   { transform:scale(1); }
}

/* =========================================================
   Promo-badge (fritekst kampagne på kort)
   ========================================================= */
/* Promo-badge: diskret pille – flugter med orange badge */
.imh-card-promo{
  position:absolute; top:8px; left:16px;
  background:#6d28d9;
  color:#fff; font-size:12px; font-weight:700; line-height:1;
  padding:4px 10px; border-radius:999px;
  z-index:3; white-space:nowrap;
}

/* Legacy progress (backwards compat) */
.imh-progress-head{ display:none; }
.imh-progress-title{ display:none; }
#imh_progress_counter{ display:none; }
#imh_progress{ display:none; }
#imh_progress_bar{ display:none; }

/* =========================================================
   Layout (form + filters + results)
   ========================================================= */
.imh-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  grid-template-areas:
    "form form"
    "filters results";
  gap:24px; align-items:start;
  overflow:visible;
}
.imh-results-col{ grid-column:2; }
#imh-form{ grid-area:form; }

@media (max-width:960px){
  .imh-layout{ grid-template-columns:1fr; gap:16px; }
  .imh-filters{ order:-1; }
}

@media (max-width:980px){
  .imh-layout{ grid-template-columns:1fr; }
}

/* Sticky filters */
.imh-filters{
  background:#fff; border:1px solid #e5e7eb; border-radius:22px; padding:18px 16px; box-shadow:0 6px 22px rgba(2,6,23,.06);
  position:sticky; top:var(--sticky-top,16px); align-self:start;
  max-height:calc(100svh - var(--sticky-top,16px) - 16px); overflow:auto; scrollbar-gutter:stable;
}
.imh-filters.is-busy{ opacity:.55; pointer-events:none; }
.imh-filters .section-header{ position:sticky; top:0; background:#fff; z-index:1; }

@media (max-width:980px){
  .imh-filters{ position:static; max-height:none; overflow:visible; }
}

/* Filters UI */
.imh-filters__head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.imh-btn-reset{
  background:#eef2ff; color:#1e40af; border:1px solid #dbe3ff; padding:6px 12px; border-radius:12px; font-weight:700; cursor:pointer;
}
.imh-label{ display:block; margin:12px 0 8px; font-weight:800; color:#334155; }
.filter-group{ margin:12px 0 14px; }
.range-values{ display:flex; justify-content:space-between; font-size:12px; color:var(--muted); }

#imh_price_range{ appearance:none; width:100%; height:8px; border-radius:999px; background:#e6e6ea; outline:none; }
#imh_price_range::-webkit-slider-thumb{
  appearance:none; width:18px; height:18px; border-radius:50%; background:#295f8d; border:3px solid #fff; box-shadow:0 1px 4px rgba(0,0,0,.2);
}

/* Chips */
.imh-chips{ display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.imh-chips button{
  appearance:none; -webkit-appearance:none;
  border:1.5px solid #d4d4d8; background:#fff; color:#111827; padding:8px 14px;
  border-radius:999px; font-weight:400; line-height:1; white-space:nowrap; cursor:pointer;
  transition:background-color .15s ease, border-color .15s ease, color .15s ease;
  outline:none; text-decoration:none; position:relative; box-shadow:0 1px 0 rgba(0,0,0,.04); user-select:none;
  font-size:13px;
}
.imh-chips button:hover,
.imh-chips button.active{ border-color:#295f8d; background:#eef6ff; color:#0b3c63; }
.imh-chips button:active{ transform:none; box-shadow:none; }
.imh-chips button:focus{ outline:none; }
.imh-chips button:focus-visible::after{
  content:""; position:absolute; inset:-2px; border-radius:inherit; box-shadow:0 0 0 3px rgba(37,99,235,.25); pointer-events:none;
}

/* Type chips – horisontal scroll på mobil + låst højde */
#imh_type_chips.imh-chips{ flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; gap:8px; }
#imh_type_chips.imh-chips::-webkit-scrollbar{ display:none; }
#imh_type_chips.imh-chips button{
  display:inline-flex; align-items:center; justify-content:center;
  height:32px; padding:0 12px; border:2px solid #d4d4d8; border-radius:999px;
  background:#fff; color:#111827; font-size:13px; font-weight:400; font-variation-settings:"wght" 400; line-height:1;
}
#imh_type_chips button > img,
#imh_type_chips button > svg,
#imh_type_chips button .chip-icon{ margin-right:6px; }
#imh_type_chips button::before{ margin-right:6px; }
#imh_type_chips button{ gap:0; }

/* =========================================================
   Sorter-bar
   ========================================================= */
.imh-sortbar{
  display:flex; align-items:center; gap:8px; margin-bottom:8px; justify-content:flex-end;
}
.imh-sortbar label{ font-size:12px; font-weight:700; color:#64748b; }
.imh-sort{
  appearance:none; border:1.5px solid #d4d4d8; background:#eef2ff; color:#1e293b;
  height:32px; padding:0 28px 0 12px; border-radius:999px; font-size:13px; font-weight:700;
  background-image: linear-gradient(45deg, transparent 50%, #334155 50%), linear-gradient(135deg, #334155 50%, transparent 50%);
  background-position: right 10px top 45%, right 5px top 45%; background-size:6px 6px, 6px 6px; background-repeat:no-repeat;
}
.imh-sort:focus{ outline:none; box-shadow:0 0 0 3px rgba(37,99,235,.20); }
@media (max-width:960px){ .imh-sortbar{ justify-content:flex-start; } }

/* =========================================================
   Resultater (grupper + liste)
   ========================================================= */
#imh_results{ display:grid; gap:28px; margin-top:16px; }
.imh .result-group{ background:transparent; border:0; box-shadow:none; border-radius:0; overflow:visible; padding:0; }
.imh .result-group h3{ margin:0 0 12px; padding:0; background:transparent; border:0; font-size:28px; font-weight:900; }
.imh .result-group .items{ display:grid; gap:22px; padding:0; }
.badge--promo{ align-self:flex-start; background:var(--good-bg); color:#166534; font-weight:700; padding:2px 7px; border-radius:999px; font-size:11.5px; }

/* =========================================================
   Card (logo | trio | pris/cta) + varianter
   ========================================================= */
.imh .item{
  display:grid;
  grid-template-columns:150px 1fr 300px;
  grid-template-areas: "logo trio pricecta" "logo details details";
  align-items:center; gap:24px 30px; padding:20px;
  background:#fff; border:1px solid #e8edf4; border-radius:26px; box-shadow:0 8px 24px rgba(15,23,42,.06);
  position:relative; /* for badge placements i varianter */
}
.imh .item:hover{ border-color:#dbe4ee; box-shadow:0 8px 24px rgba(2,6,23,.08); }

/* Logo */
.imh .item .logo{ grid-area:logo; width:180px; height:120px; display:grid; place-items:center; background:transparent; border-radius:0; }
.imh .item .imh-logo{ width:100%; height:100%; object-fit:contain; }

/* Trio (Type · Hastighed · Binding) – basis */
.imh .item .kv.trio{
  grid-area:trio;
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:28px;
}
.imh .item .kv.trio dt{ display:block; margin:0; font-size:15px; color:#64748b; font-weight:700; }
.imh .item .kv.trio dd{ margin:2px 0 0; font-size:22px; font-weight:800; color:#0f172a; white-space:nowrap; }

/* Pris/CTA */
.imh .price-cta{ grid-area:pricecta; display:grid; gap:10px; justify-items:end; }
.imh .price-col{ text-align:right; }
.imh .price{ display:flex; align-items:center; gap:8px; font-weight:700; font-variant-numeric:tabular-nums; }

.price--stacked{ display:grid; grid-auto-rows:min-content; row-gap:4px; }
.price--pill,
.price--stacked .price-campaign{
  display:inline-grid; place-items:center; min-width:110px; padding:10px 12px;
  border-radius:18px; background:#e8f9ec; color:#166534; font-weight:900; box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.price--pill .num,
.price--stacked .price-campaign .num{ font-size:38px; line-height:1; }
.price--pill .unit, .price--pill .per,
.price--stacked .price-campaign .unit, .price--stacked .price-campaign .per{
  display:block; font-size:16px; font-weight:800;
}
.price-normal{ display:inline-block; margin-left:12px; font-size:15px; color:#94a3b8; text-decoration:line-through; }
.imh .price-col .meta{ margin-top:6px; font-size:14px; font-weight:800; color:#166534; }

/* CTA link */
.imh .item .cta .link{
  height:50px; min-width:200px; background:var(--accent); color:#fff; border-radius:999px; font-weight:900; text-decoration:none;
  display:inline-flex; align-items:center; justify-content:center; font-size:18px;
  box-shadow:0 3px 8px rgba(37,99,235,.22);
  transition:transform .06s ease, filter .2s ease;
}
.imh .link:hover{ filter:brightness(.97); }
.imh .link:active{ transform:translateY(1px); }

/* Detaljer */
.imh-details-toggle{
  grid-column:1 / -1; justify-self:start; margin-top:22px;
  height:46px; padding:0 18px; border-radius:999px;
  border:2px solid #d1e7d7; background:#f4fbf6; color:#166534; font-weight:800;
}
.imh-details-toggle .arrow{ margin-right:6px; }
.imh-details{ grid-column:1 / -1; margin-top:12px; border-top:1px solid #e6e9f2; padding-top:14px; display:none; }
.item.is-open .imh-details{ display:block; }
.item.is-open .imh-details-toggle{ background:#eaf7ef; }

.imh-details .cols{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.imh-details h5{ margin:0 0 8px; font-size:18px; font-weight:900; }
.imh-details dl{ margin:0; display:grid; grid-template-columns:auto 1fr; row-gap:6px; column-gap:14px; }
.imh-details dt{ color:#6b7280; }
.imh-details dd{ margin:0; color:#111827; font-weight:600; }

@media (max-width:860px){ .imh-details .cols{ grid-template-columns:1fr; } }

/* ---------- FIX UDEN BREDERE FEED (samme som dine overrides) ---------- */
.imh .item .kv.trio > div{ min-width:0; }
.imh .item .kv.trio{ grid-template-columns:repeat(3,1fr); column-gap:20px; }
.imh .item .kv.trio dt, .imh .item .kv.trio dd{
  white-space:normal; word-break:normal; overflow-wrap:normal; hyphens:none; line-height:1.2;
}
.imh .item .kv.trio dt{ font-size:14px; }
.imh .item .kv.trio dd{ font-size:20px; }

@media (max-width:980px){
  .imh .item .kv.trio{ grid-template-columns:repeat(2,1fr); row-gap:8px; }
}

/* ---------- Kompakte varianter (samme værdier som dine) ---------- */
/* Small tweaks */
.imh .item{
  grid-template-columns:140px 1fr 260px; gap:16px 22px; padding:14px 16px;
}
.imh .item .logo{ width:140px; height:96px; }
.imh .item .title strong{ font-size:24px; line-height:1.15; font-weight:800; }
.imh .item .kv.trio{ grid-template-columns:repeat(3,minmax(0,1fr)); column-gap:18px; row-gap:4px; }
.imh .item .kv.trio dt{ font-size:12px; font-weight:700; color:#64748b; line-height:1.1; }
.imh .item .kv.trio dd{
  font-size:18px; font-weight:800; color:#0f172a; line-height:1.1; white-space:normal; overflow-wrap:normal; word-break:normal;
}
.imh .price-cta{ gap:8px; justify-items:end; }
.imh .price--pill, .imh .price--stacked .price-campaign{ min-width:96px; padding:8px 10px; border-radius:14px; }
.imh .price--pill .num, .imh .price--stacked .price-campaign .num{ font-size:32px; }
.imh .price--pill .unit, .imh .price--pill .per,
.imh .price--stacked .price-campaign .unit, .imh .price--stacked .price-campaign .per{ font-size:14px; font-weight:800; }
.imh .price--stacked .price-normal{ font-size:14px; margin-left:10px; }
.imh .price-col .meta{ font-size:13px; margin-top:4px; }
.imh .item .link{ height:44px; min-width:180px; font-size:16px; }
.imh .imh-details-toggle{ grid-column:1 / -1; justify-self:center; height:40px; padding:0 16px; margin-top:16px; border-radius:999px; }

.imh .imh-details h5{ font-size:16px; }
.imh .imh-details dt{ font-size:13px; }
.imh .imh-details dd{ font-size:14px; }

.imh .item{ border-radius:18px; box-shadow:0 6px 18px rgba(15,23,42,.05); }

@media (max-width:880px){
  .imh .item{
    grid-template-columns:120px 1fr; gap:14px 16px;
    grid-template-areas:"logo trio" "logo pricecta" "details details";
  }
  .imh .item .kv.trio{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .imh .price-cta{ justify-items:start; }
  .imh .price-col{ text-align:left; }
}

/* Skjul produkt-titel (din regel) */
.imh .item .title{ display:none !important; }

/* Kompakt kort + proportioner */
.imh .item{
  grid-template-columns:130px 1fr 240px; grid-template-areas:"logo trio pricecta" "logo details details";
  gap:14px 18px; padding:12px 14px; border-radius:16px; box-shadow:0 5px 16px rgba(15,23,42,.05);
}
.imh .item .logo{ width:130px; height:88px; }
.imh .item .kv.trio{ column-gap:16px; row-gap:2px; }
.imh .price-cta{ grid-auto-rows:min-content; justify-items:end; align-items:start; row-gap:8px; }
.imh .price-col{ text-align:right; max-width:220px; }
.imh .price--pill, .imh .price--stacked .price-campaign{ min-width:92px; padding:8px 10px; border-radius:14px; }
.imh .price--pill .num, .imh .price--stacked .price-campaign .num{ font-size:30px; }
.imh .price--pill .unit, .imh .price--pill .per,
.imh .price--stacked .price-campaign .unit, .imh .price--stacked .price-campaign .per{ font-size:13px; font-weight:800; }
.imh .price--stacked .price-normal{ display:inline-block; margin-left:10px; font-size:13px; color:#94a3b8; text-decoration:line-through; }
.imh .price-col .meta{ margin-top:6px; font-size:13px; font-weight:800; color:#166534; white-space:normal; }
.imh .item .cta .link{ height:42px; min-width:170px; font-size:16px; border-radius:999px; }
.imh .imh-details-toggle{ grid-column:1 / -1; justify-self:center; height:38px; padding:0 16px; margin-top:14px; }

@media (max-width:880px){
  .imh .item{
    grid-template-columns:110px 1fr;
    grid-template-areas:"logo trio" "logo pricecta" "details details";
    gap:12px 14px;
  }
  .imh .price-cta{ justify-items:start; }
  .imh .price-col{ text-align:left; max-width:none; }
}

/* Badge + clean price style */
.imh .item{ padding:14px 16px; grid-template-columns:160px 1fr 280px; row-gap:8px; }
.imh .imh-details-toggle{ justify-self:center; }
.imh .item .badge, .imh .item .title{ display:none !important; }

.imh .imh-card-badge{
  position:absolute; left:50%; transform:translateX(-50%); top:14px;
  background:#e8f9ec; color:#166534; border-radius:999px; padding:2px 12px;
  font-weight:900; font-size:12.5px; box-shadow:inset 0 0 0 1.5px #d1e7d7; white-space:nowrap;
}

/* Clean price */
.imh .price--clean{ display:grid; gap:4px; justify-items:end; }
.imh .price--clean .price-label{ font-size:12px; color:#64748b; font-weight:700; line-height:1; }
.imh .price--clean .price-main{ font-size:26px; line-height:1.1; font-weight:900; color:#0f172a; }
.imh .price--clean .price-main .unit{ font-size:14px; font-weight:800; color:#475569; margin-left:4px; }
.imh .price--clean .price-was{ font-size:12.5px; color:#94a3b8; text-decoration:line-through; font-weight:800; }

.imh .price-cta{ gap:12px; justify-items:end; }
.imh .item .cta .link{ min-width:200px; height:48px; }

/* Trio kompakt skrift */
.imh .item .kv.trio dt{ font-size:12px; }
.imh .item .kv.trio dd{ font-size:14px; }

.imh .item .logo{ width:160px; height:110px; }

/* Skjul meta i hovedkortets pris (som ønsket) */
.imh .price-col .meta{ display:none; }

/* Lavere kort og knap spacing */
.imh .item{ padding:18px 22px; }
.imh .item .price-cta{ margin-top:6px; }
.imh .item .imh-details-toggle{ margin-top:12px; }

/* Trio spacing og truncation */
.imh .item .kv.trio{
  display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); column-gap:22px; align-items:center; width:100%;
}
.imh .item .kv.trio > div:nth-child(2){ padding-right:8px; min-width:0; }
.imh .item .kv.trio dd{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* Sekundær knap style */
.imh .item .cta .link{
  background:var(--chip-bg, #eef2ff); color:var(--chip-fg, #1e40af); border:1px solid rgba(0,0,0,0.06);
}
.imh .item .cta .link:hover{ filter:brightness(0.97); }

/* Card layout – trio tættere på knappen */
.imh .item{ grid-template-columns:160px minmax(0,1fr) max-content; column-gap:20px; }

/* Badges (orange variant) */
.imh .imh-card-badge{
  background:rgba(249,115,22,0.15); color:#0b0b0b; border:1px solid rgba(249,115,22,0.35);
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.imh .imh-card-badge:hover{ background:rgba(249,115,22,0.22); border-color:rgba(249,115,22,0.45); }

/* Strammeste kompakt-variant */
.imh .item{
  padding:10px 14px; grid-template-columns:140px 1fr 250px; gap:12px 16px; border-radius:14px; box-shadow:0 4px 12px rgba(15,23,42,.05);
}
.imh .imh-card-badge{ top:8px; padding:4px 10px; font-size:12px; }
.imh .item .logo{ width:140px; height:82px; }

.imh .item .kv.trio{ column-gap:16px; row-gap:0; }
.imh .item .kv.trio dt{ font-size:11.5px; line-height:1.05; }
.imh .item .kv.trio dd{ font-size:14.5px; line-height:1.05; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.imh .price-cta{ row-gap:6px; }
.imh .price--clean .price-label{ font-size:11.5px; }
.imh .price--clean .price-main{ font-size:22px; }
.imh .price--clean .price-main .unit{ font-size:13px; }
.imh .item .cta .link{ height:40px; min-width:168px; font-size:15px; }
.imh .imh-details-toggle{ height:34px; padding:0 14px; margin-top:8px; }

.imh .item .kv.trio > div:first-child{ padding-right:6px; }
.imh .item .kv.trio > div:nth-child(2){ padding:0 6px; }
.imh .item .kv.trio > div:last-child{ padding-left:6px; }

@media (max-width:880px){
  .imh .item{
    grid-template-columns:110px 1fr; gap:10px 12px; padding:10px 12px;
  }
  .imh .item .logo{ width:110px; height:72px; }
  .imh .item .cta .link{ min-width:160px; }
  .imh-card-promo{ display:none !important; }
}

/* Diskret “Se detaljer” variant (som dine seneste justeringer) */
.imh .imh-details-toggle{
  font-size:13px; font-weight:700; color:#6b7280; background:#f8fafc; border-color:#e5e7eb;
  height:32px; padding:0 12px; box-shadow:none; opacity:.95;
}
.imh .imh-details-toggle .arrow{ font-size:13px; opacity:.7; margin-right:4px; }
.imh .imh-details-toggle:hover{ background:#f1f5f9; border-color:#e2e8f0; color:#475569; opacity:1; }
.imh .imh-details-toggle:focus-visible{ outline:2px solid #cbd5e1; outline-offset:2px; }
.item.is-open .imh-details-toggle{ background:#eef2f7; border-color:#dbe1ea; color:#475569; }

/* =========================================================
   Details: look & feel (den lyse “kort i kortet”)
   ========================================================= */
.item .imh-details{
  background:#FAFBFF; border:1px solid #EEF2F7; border-radius:16px; padding:18px 16px 8px; margin-top:12px;
  max-height:0; overflow:hidden; transition:max-height .28s ease;
}
.item.is-open .imh-details{ max-height:1200px; }

.item .imh-details .cols{ display:grid; grid-template-columns:1fr; gap:10px 36px; }
@media (min-width:900px){ .item .imh-details .cols{ grid-template-columns:1fr 1fr; } }

.item .imh-details h5{
  margin:0 0 10px; font-size:14px; font-weight:700; color:#0F172A; letter-spacing:.2px; position:relative;
}
.item .imh-details h5::after{ content:""; display:block; height:1px; background:#E5E7EB; margin-top:8px; }

.item .imh-details dl{
  margin:0; display:grid; grid-template-columns:auto 1fr; column-gap:8px;
}
.item .imh-details dt,
.item .imh-details dd{
  padding:9px 0; border-bottom:1px dashed #EEF2F7;
}
.item .imh-details dt{ color:#64748B; font-weight:500; white-space:nowrap; }
.item .imh-details dd{ margin:0; color:#0F172A; font-weight:600; }
.item .imh-details dl dt:last-of-type,
.item .imh-details dl dd:last-of-type{ border-bottom:0; }

/* =========================================================
   Tight trio (din seneste “mindre luft” justering)
   ========================================================= */
.imh .item .kv.trio{
  grid-template-columns:repeat(3, minmax(0,1fr));
  column-gap:10px; row-gap:0; align-items:center;
}
.imh .item .kv.trio > div{
  min-width:0; display:flex; flex-direction:column; gap:2px;
}
.imh .item .kv.trio dt{
  margin:0; font-size:12px; line-height:1.05; color:#64748b; font-weight:700;
}
.imh .item .kv.trio dd{
  margin:0; font-size:16px; font-weight:800; color:#0f172a; line-height:1.05;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

/* Lidt smallere højre kolonne for mere trio-plads */
.imh .item{ grid-template-columns:150px minmax(0,1fr) max-content; column-gap:16px; }

@media (max-width:880px){
  .imh .item .kv.trio{ grid-template-columns:repeat(2, minmax(0,1fr)); column-gap:10px; row-gap:4px; }
}

/* ============= 1) Mindre filter-tekster ============= */
/* Sektionstitler (Tilbud, Forbindelsestype, Udbyder, Binding) */
.imh-filters .imh-label{
  font-size: 13px;          /* var 14–16 */
}

/* Checkbox/radio-rækker (f.eks. "Vis kun kampagnetilbud") */
.imh-checklist label,
.imh-switch{
  font-size: 12.5px;        /* var ~13–14 */
  line-height: 1.25;
}

/* (valgfrit) lidt mindre checkbokse visuelt */
.imh-filters input[type="checkbox"],
.imh-filters input[type="radio"]{
  transform: scale(.95);
  transform-origin: center;
}

/* ============= 2) Mere kompakte kort + “Se detaljer” på linjen ============= */
.imh .item{
  /* smallere højre kolonne + mindre padding/gaps */
  grid-template-columns: 130px minmax(0,1fr) 200px;
  gap: 10px 14px;
  padding: 8px 10px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(15,23,42,.05);
}

/* Logo mindre */
.imh .item .logo{ width:130px; height:84px; }

/* Trio strammere typografi */
.imh .item .kv.trio{
  grid-template-columns: repeat(3, minmax(0,1fr));
  column-gap: 12px;
}
.imh .item .kv.trio dt{ font-size: 11.5px; line-height: 1.05; }
.imh .item .kv.trio dd{
  font-size: 14.5px; line-height: 1.05;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Prisblokken og knap mindre */
.imh .price--clean .price-label{ font-size: 11.5px; }
.imh .price--clean .price-main{ font-size: 22px; }
.imh .price--clean .price-main .unit{ font-size: 13px; }
.imh .item .cta .link{
  height: 38px;
  min-width: 150px;
  font-size: 15px;
}

/* Badge lidt mindre og tættere på top – så kortet ikke “vokser” */
.imh .imh-card-badge{
  top: 6px;
  padding: 4px 8px;
  font-size: 11.5px;
}

/* “Se detaljer” ned på linjen (venstre, lille og diskret) */
.imh .imh-details-toggle{
  position: static;           /* nulstil evtl. absolute/center-varianter */
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 8px;
  height: 30px;
  padding: 0 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: #6b7280;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: none;
}
.imh .imh-details-toggle .arrow{ font-size: 12px; margin-right: 4px; opacity: .7; }

/* Detalje-boks lidt smallere indeni */
.item .imh-details{
  padding: 14px 12px 6px;
}
.item .imh-details h5{ font-size: 14px; }
.item .imh-details dt{ font-size: 10.5px; }
.item .imh-details dd{ font-size: 10.5px; }

/* Mobil: sørg for at kort stadig er kompakt */
@media (max-width: 880px){
  .imh .item{
    grid-template-columns: 110px 1fr;
    gap: 10px 12px;
    padding: 10px 10px;
  }
  .imh .item .logo{ width:110px; height:72px; }
  .imh .item .cta .link{ min-width: 140px; }
}
/* Udbyder-listen: lodret kolonne */
#imh_provider_list.imh-checklist{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
#imh_provider_list.imh-checklist label{
  display: flex;          /* behold ikon/checkbox + tekst */
  align-items: center;
  gap: 8px;
  white-space: nowrap;    /* undgå linjeskift midt i navnene */
}
.imh .item{
  grid-template-columns: 150px minmax(0,1fr) max-content;
  gap: 12px 16px;
  padding: 12px 14px;
  border-radius: 14px;
}

/* Knappen på egen linje – centreret */
.imh .imh-details-toggle{
  position: static;
  grid-column: 1 / -1;      /* fuld bredde under kortet */
  justify-self: center;
  margin-top: 10px;
  height: 34px;
  padding: 0 14px;
  font-size: 13px;
  border-radius: 999px;
}

/* (behold kompakt details) */
.item .imh-details{ padding: 14px 12px 8px; }

/* Aktivt state for type-chips (overstyrer generelle regler) */
#imh_type_chips.imh-chips button.active{
  border-color: #295f8d !important;
  background:  #eef6ff !important;
  color:       #0b3c63 !important;
}

/* Samme ved hover på aktiv (valgfrit for konsistens) */
#imh_type_chips.imh-chips button.active:hover{
  border-color: #295f8d !important;
  background:  #e7f0ff !important;
}

/* Kortet skal have plads til knappen nederst */
.imh .item{
  position: relative;
  padding-bottom: 36px;      /* plads til knappen på kanten */
}

/* “Se detaljer” centreret på nederste kant */
.imh .imh-details-toggle{
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;             /* lige “på linjen” */
  grid-column: 1 / -1;       /* spans hele kortets bredde for sikkerhed */
  margin: 0;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
}

/* Mobil – lidt tættere */
@media (max-width: 880px){
  .imh .item{ padding-bottom: 32px; }
  .imh .imh-details-toggle{ bottom: -16px; height: 32px; }
}

/* === FINAL COMPACT CARD (tight layout) ========================== */
.imh .item{
  position: relative;
  grid-template-columns: 120px minmax(0,1fr) 220px; /* small right column */
  gap: 2px 12px;
  padding: 8px 12px 12px;  /* low height + room for button */
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(15,23,42,.04);
}

/* Logo smaller */
.imh .item .logo{ width:120px; height:78px; }

/* Trio tighter */
.imh .item .kv.trio{
  grid-template-columns: repeat(3, minmax(0,1fr));
  column-gap: 10px;
}
.imh .item .kv.trio dt{ font-size:11px; line-height:1.05; color:#64748b; }
.imh .item .kv.trio dd{ font-size:14px; line-height:1.05; color:#0f172a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* Price & CTA smaller */
.imh .price--clean .price-label{ font-size:11px; }
.imh .price--clean .price-main{ font-size:20px; }
.imh .price--clean .price-main .unit{ font-size:12px; }
.imh .item .cta .link{
  height:36px;
  min-width:150px;
  font-size:14px;
}

/* Badge smaller + closer */
.imh .imh-card-badge{
  top:6px;
  padding:3px 8px;
  font-size:11px;
}

/* “Se detaljer” centred bottom edge */
.imh .imh-details-toggle{
  position:absolute !important;
  left:50%;
  transform:translateX(-50%);
  bottom:-16px;
  height:30px;
  padding:0 12px;
  font-size:12px;
  font-weight:700;
  color:#6b7280;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:999px;
  box-shadow:none;
}
.imh .imh-details-toggle .arrow{ font-size:12px; margin-right:4px; opacity:.7; }

/* Compact details */
.item .imh-details{ padding:12px 10px 6px; }

/* Mobile */
@media (max-width:880px){
  .imh .item{
    grid-template-columns:100px 1fr;
    gap:8px 10px;
    padding:8px 10px 30px;
  }
  .imh .item .logo{ width:100px; height:68px; }
  .imh .imh-details-toggle{ bottom:-14px; height:28px; }
}
/* === Wider filter sidebar, narrower feed ====================== */
.imh-layout{
  grid-template-columns: 340px minmax(0,1fr);   /* was 280px */
}

/* Give a bit more on very wide screens */
@media (min-width: 1280px){
  .imh-layout{
    grid-template-columns: 360px minmax(0,1fr);
  }
}

/* Slightly narrower on medium screens so it still fits nicely */
@media (max-width: 1100px){
  .imh-layout{
    grid-template-columns: 300px minmax(0,1fr);
  }
}

/* Keep mobile as one column (unchanged) */
@media (max-width: 980px){
  .imh-layout{ grid-template-columns: 1fr; }
}

/* Make sure chips don’t force the sidebar wider */
#imh_type_chips.imh-chips{
  flex-wrap: wrap;          /* allow wrapping instead of horizontal scroll */
  overflow-x: visible;
}
.imh-filters .imh-chips{ flex-wrap: wrap; }

/* Extra spacing below "Forbindelsestype" chips before "Flere filtre" */
#imh_type_chips.imh-chips{
  margin-bottom: 10px;     /* tweak to taste: 8–14px */
}

@media (max-width: 980px){
  #imh_type_chips.imh-chips{
    margin-bottom: 12px;   /* a touch more on mobile */
  }
}
/* === MOBIL OVERRIDE (≤768px) – brug samme layout for alle feeds === */
@media (max-width: 768px){

  /* Layout: form over resultater, ingen filtersøjle */
  .imh-layout{
  grid-template-columns: 1fr !important;
  grid-template-areas: "form" "results"; /* ingen !important, det er fint */
  gap: 18px !important;
}
  #imh-form{ grid-area: form !important; }
  .imh-results-col{ grid-area: results !important; }
  .imh-filters{ display:none !important; }

  /* Skjul "Din pris" label – kun beløbet på mobil */
  .imh .price--clean .price-label{
    display:none !important;
  }

  /* Kort: logo + pris øverst, trio under, knapper nederst (2 kolonner) */
  .imh .item{
    display:grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas:
      "logo  price"
      "meta  meta"
      "details cta" !important;
    padding: 22px 20px 28px !important;
    border-radius: 20px !important;
    gap: 18px 14px !important;
    box-shadow: 0 6px 16px rgba(15,23,42,.07) !important;
    position: relative !important;
  }

  /* Badge centreret i toppen */
  .imh .imh-card-badge{
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0px 10px !important;
    font-size: 12.5px !important;
  }

  /* Logo venstre */
  .imh .item .logo{
    grid-area: logo !important;
    height: 80px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
  }
  .imh .item .logo img{
    max-width:90% !important;
    max-height:90% !important;
    object-fit:contain !important;
  }

  /* Pris højre */
  .imh .price-col{
    grid-area: price !important;
    text-align:right !important;
    align-self:center !important;
    padding-right:6px !important;
    margin-top:4px !important;
  }
  .imh .price--clean .price-main{
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
  }
  .imh .price--clean .price-main .unit{
    font-size: 14px !important;
  }

  /* Type · Hastighed · Binding – rækken under */
  .imh .item .kv.trio{
    grid-area: meta !important;
    margin-top: 0 !important;
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 12px !important;
  }
  .imh .item .kv.trio dt{
    font-size: 12px !important;
    color:#6b7280 !important;
  }
  .imh .item .kv.trio dd{
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  /* Lad price-cta’s children selv ligge i gridet */
  .imh .price-cta{
    display: contents !important;
  }

  /* Ens knapper nederst: venstre = Se detaljer, højre = Gå til udbyder */
  .imh .imh-details-toggle,
  .imh .item .cta .link{
    height: 44px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    padding: 0 18px !important;
    font-weight: 700 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-shadow: none !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .imh .imh-details-toggle{
    grid-area: details !important;
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    background:#f1f5f9 !important;
    border:1px solid #e2e8f0 !important;
    color:#15803d !important;
  }

  .imh .item .cta{
    grid-area: cta !important;
    width:100% !important;
    justify-self:end !important;
  }
  .imh .item .cta .link{
    width:100% !important;
    min-width:0 !important;
  }

  /* Details-boks lidt smallere */
  .item .imh-details{
    padding: 14px 12px 8px !important;
  }
}
/* === MOBIL: fix kort-bredde og statuslinje ================== */
@media (max-width: 768px){

  /* Kort må aldrig være bredere end skærmen */
  .imh .item{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  /* Selve resultats-listen må ikke skubbe bredden ud */
  #imh_results,
  .imh .result-group .items,
  .imh-layout{
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* “X udbydere fundet …” – sørg for at teksten kan brydes */
  .imh-result-inline{
    flex-wrap: wrap !important;
  }
  .imh-result-inline .txt{
    white-space: normal !important;
  }
}
@media (max-width: 768px){
  .imh-result-inline{
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  .imh-result-inline .dot{
    flex: 0 0 8px;
    margin-top: 0.22em;
  }

  .imh-result-inline .txt{
    white-space: normal;
  }
}
/* Loading animation på mobil – vis men gør items mindre */
@media (max-width: 768px){
  .imh-loading-grid{ gap:6px; flex-wrap:wrap; }
  .imh-loading-item{ width:40px; height:40px; border-radius:8px; }
  .imh-loading-item img{ max-width:28px; max-height:18px; }
  .imh-loading-check{ width:14px; height:14px; bottom:-3px; right:-3px; }
  .imh-loading-check svg{ width:8px; height:8px; }
  .imh-card-promo{ display:none !important; }
}
#imh_retry.imh-retry-btn{
  margin-left: 8px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
#imh_retry.imh-retry-btn:hover{
  background:#e2e8f0;
}
@media (max-width: 600px){
  #imh_check{
    white-space: normal;        /* tillad linjeskift */
    text-align: center;
    line-height: 1.2;
    padding: 10px 14px;
    height: auto;               /* lad højden følge indhold */
  }

  #imh_check span,
  #imh_check{
    word-break: break-word;
  }
}

/* =========================================================
   "Tjek adresse"-popup modal
   ========================================================= */
.imh-address-modal{
  display:none;
  position:fixed; inset:0; z-index:999999;
  align-items:center; justify-content:center;
}
.imh-address-modal--open{
  display:flex;
}

/* Overlay */
.imh-address-modal__overlay{
  position:absolute; inset:0;
  background:rgba(15,23,42,.5);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  animation:imhModalFadeIn .2s ease;
}

/* Box – matcher sidens card-stil */
.imh-address-modal__box{
  position:relative; z-index:1;
  background:#fff; border-radius:20px;
  border:1px solid #e6e9f2;
  padding:36px 32px 32px;
  max-width:460px; width:calc(100% - 32px);
  box-shadow:0 20px 60px rgba(15,23,42,.15), 0 4px 16px rgba(15,23,42,.06);
  animation:imhModalSlideUp .25s ease;
  text-align:center;
}

/* Ikon */
.imh-address-modal__icon{
  margin:0 auto 12px;
  width:52px; height:52px; border-radius:14px;
  background:#eff6ff;
  display:flex; align-items:center; justify-content:center;
}

.imh-address-modal__box h3{
  margin:0 0 8px; font-size:19px; font-weight:800; color:#0f172a;
}
.imh-address-modal__box p{
  margin:0 0 22px; font-size:14px; line-height:1.6; color:#64748b;
  text-align:center;
}

/* Close button */
.imh-address-modal__close{
  position:absolute; top:14px; right:14px;
  background:none; border:none; cursor:pointer;
  font-size:22px; line-height:1; color:#94a3b8;
  width:34px; height:34px; border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  transition:background .15s, color .15s;
}
.imh-address-modal__close:hover{
  background:#f1f5f9; color:#0f172a;
}

/* Input wrapper – matcher hovedformularens søgefelt */
.imh-address-modal__input-wrap{
  position:relative; text-align:left;
}
.imh-address-modal__input-wrap .ac-input{
  width:100%; box-sizing:border-box;
  padding:14px 18px; font-size:15px;
  border:1px solid #e6e9f2; border-radius:14px;
  background:#fff;
  outline:none; transition:border-color .15s, box-shadow .15s;
  box-shadow:0 2px 8px rgba(15,23,42,.04);
}
.imh-address-modal__input-wrap .ac-input:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(37,99,235,.10), 0 2px 8px rgba(15,23,42,.04);
}
.imh-address-modal__input-wrap .ac-input::placeholder{
  color:#94a3b8;
}
.imh-address-modal__input-wrap .ac-list{
  position:absolute; left:0; right:0; top:100%;
  margin:6px 0 0; padding:4px 0; list-style:none;
  background:#fff; border-radius:12px;
  border:1px solid #e6e9f2;
  box-shadow:0 10px 30px rgba(15,23,42,.10);
  max-height:220px; overflow-y:auto; z-index:2;
}
.imh-address-modal__input-wrap .ac-option{
  padding:11px 18px; cursor:pointer; font-size:14px; color:#0f172a;
  transition:background .1s;
}
.imh-address-modal__input-wrap .ac-option:hover{
  background:#f7fafc;
}

/* "Tjek adresse"-knap stil på placeholder-kort */
.imh-check-address-btn{
  background:var(--accent) !important;
  color:#fff !important;
  border:none !important;
  border-radius:10px !important;
  padding:10px 18px !important;
  font-size:14px !important;
  font-weight:700 !important;
  cursor:pointer !important;
  transition:background .15s !important;
  text-decoration:none !important;
  display:inline-block;
}
.imh-check-address-btn:hover{
  background:#1d4ed8 !important;
}

/* Animationer */
@keyframes imhModalFadeIn{
  from{ opacity:0; }
  to{ opacity:1; }
}
@keyframes imhModalSlideUp{
  from{ opacity:0; transform:translateY(16px) scale(.98); }
  to{ opacity:1; transform:translateY(0) scale(1); }
}

/* Responsive */
@media (max-width:500px){
  .imh-address-modal__box{
    padding:28px 20px 24px;
    border-radius:16px;
  }
  .imh-address-modal__box h3{ font-size:17px; }
  .imh-address-modal__icon{ width:44px; height:44px; border-radius:12px; }
  .imh-address-modal__icon svg{ width:22px; height:22px; }
}