
:root{
  --utrx-green:#2f7963;
  --utrx-green-2:#347f68;
  --utrx-green-dark:#0b4d3a;
  --utrx-green-deep:#073a2c;
  --utrx-mint:#eef9f5;
  --utrx-mint-2:#f8fcfa;
  --utrx-gold:#f2bf26;
  --utrx-gold-2:#efb91d;
  --utrx-ink:#17231f;
  --utrx-muted:#6b7772;
  --utrx-line:#d8e6e0;
  --utrx-danger:#9f403b;
  --utrx-white:#fff;
}

.utrx-root{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  color:var(--utrx-ink);
  background:#fff;
}
.utrx-root *{box-sizing:border-box}

/* Top */
.utrx-demo-label{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
  padding:11px 4vw;
  background:var(--utrx-green-deep);
  color:#fff;
}
.utrx-demo-label strong{font-size:12px;letter-spacing:.12em}
.utrx-demo-label span{opacity:.86}
.utrx-site-notice{
  padding:14px 4vw;
  border-bottom:1px solid var(--utrx-line);
  font-weight:760;
}
.utrx-site-notice.is-open{background:#edf9f4;color:#245f4b}
.utrx-site-notice.is-closed{background:#fff5d9;color:#775b00}

.utrx-top{
  background:
    radial-gradient(circle at 88% 10%,rgba(47,121,99,.09),transparent 28%),
    linear-gradient(180deg,#fcfffd 0%,#eff9f5 100%);
  border-bottom:1px solid var(--utrx-line);
}
.utrx-top-inner{padding:50px 4vw 44px}
.utrx-kicker,.utrx-mini{
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:850;
  color:var(--utrx-green);
}
.utrx-top h1{
  margin:9px 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,4.3vw,64px);
  line-height:1.03;
  font-weight:500;
  color:var(--utrx-green);
}
.utrx-top p{
  max-width:950px;
  margin:0;
  font-size:18px;
  line-height:1.65;
}

/* Category navigation:
   NO visual hover state.
   Yellow = clicked ACTIVE category only. */
.utrx-category-nav{
  position:sticky;
  top:0;
  z-index:45;
  padding:10px 2vw;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--utrx-line);
  box-shadow:0 10px 30px rgba(20,74,56,.08);
  backdrop-filter:blur(12px);
  overflow-x:auto;
}
.utrx-category-nav-inner{
  display:flex;
  gap:8px;
  align-items:stretch;
  min-width:max-content;
  margin:0 auto;
}
.utrx-category-link,
.utrx-category-link:hover,
.utrx-category-link:focus,
.utrx-category-link:focus-visible,
.utrx-category-link:active{
  min-height:54px;
  padding:10px 18px;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#0d533f 0%,#0a4736 100%)!important;
  color:#fff!important;
  font:inherit;
  font-size:12.5px!important;
  line-height:1.23;
  font-weight:850!important;
  letter-spacing:.045em;
  text-transform:uppercase;
  cursor:pointer;
  outline:none!important;
  box-shadow:0 5px 14px rgba(10,71,54,.11)!important;
  transform:none!important;
}
.utrx-category-link.is-active,
.utrx-category-link.is-active:hover,
.utrx-category-link.is-active:focus,
.utrx-category-link.is-active:active{
  background:linear-gradient(180deg,#f7ca35 0%,#efb91d 100%)!important;
  color:#17362c!important;
  border-color:#efb91d!important;
  box-shadow:0 7px 18px rgba(199,144,8,.22),inset 0 -3px 0 #c79008!important;
}

/* Search */
.utrx-tools{
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:space-between;
  padding:24px 4vw;
  background:#fff;
  border-bottom:1px solid var(--utrx-line);
}
.utrx-search-wrap{position:relative;width:min(650px,100%)}
.utrx-search-icon{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:var(--utrx-green);
  font-size:21px;
}
.utrx-search{
  width:100%;
  min-height:54px;
  padding:12px 15px 12px 44px;
  border:1px solid #c5d5cf!important;
  border-radius:15px!important;
  background:#fff!important;
  font-size:16px;
  outline:none!important;
  box-shadow:0 5px 16px rgba(20,70,54,.04);
}
.utrx-search:focus,.utrx-search:focus-visible{
  border-color:var(--utrx-green)!important;
  box-shadow:0 0 0 4px rgba(47,121,99,.10)!important;
}
.utrx-check{
  display:flex;
  gap:9px;
  align-items:center;
  font-size:14px;
  font-weight:750;
}
.utrx-check input{width:18px;height:18px;accent-color:var(--utrx-green)}

/* Main */
.utrx-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:32px;
  align-items:start;
  padding:34px 4vw 66px;
}
.utrx-catalog{min-width:0}

.utrx-category-section{
  scroll-margin-top:94px;
  margin-bottom:34px;
  padding:25px;
  border:1px solid rgba(47,121,99,.13);
  border-radius:24px;
  background:linear-gradient(180deg,#f0faf6 0%,#ebf8f3 100%);
  box-shadow:0 16px 42px rgba(27,82,64,.055);
}
.utrx-category-heading{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-end;
  padding:0 3px 15px;
  margin-bottom:20px;
  border-bottom:3px solid var(--utrx-green);
}
.utrx-category-heading h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(29px,2.5vw,41px);
  line-height:1.08;
  font-weight:500;
  color:var(--utrx-green);
}
.utrx-category-heading span{
  color:var(--utrx-muted);
  font-size:13px;
  white-space:nowrap;
}

/* Modern accordion:
   NO visual hover.
   Yellow = OPEN/ACTIVE only. */
.utrx-program{margin-bottom:12px}
.utrx-program:last-child{margin-bottom:0}

.utrx-accordion,
.utrx-accordion:hover,
.utrx-accordion:focus,
.utrx-accordion:focus-visible,
.utrx-accordion:active{
  width:100%;
  min-height:66px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  padding:14px 17px;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#35816a 0%,#2f765f 100%)!important;
  color:#fff!important;
  text-align:left;
  cursor:pointer;
  outline:none!important;
  box-shadow:0 6px 16px rgba(31,89,69,.10)!important;
  transform:none!important;
}
.utrx-accordion[aria-expanded="true"],
.utrx-accordion[aria-expanded="true"]:hover,
.utrx-accordion[aria-expanded="true"]:focus,
.utrx-accordion[aria-expanded="true"]:active{
  border-radius:16px 16px 0 0!important;
  background:linear-gradient(180deg,#f7ca35 0%,#efb91d 100%)!important;
  color:#17362c!important;
  border-color:#efb91d!important;
  box-shadow:0 8px 20px rgba(199,144,8,.17)!important;
}

.utrx-chevron{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:50%;
  background:rgba(255,255,255,.13);
  font-size:18px;
  line-height:1;
  transition:transform .18s ease;
}
.utrx-accordion[aria-expanded="true"] .utrx-chevron{
  transform:rotate(180deg);
  background:rgba(23,54,44,.10);
}
.utrx-title{
  min-width:0;
  font-size:15px;
  line-height:1.3;
  font-weight:850;
  letter-spacing:.055em;
}
.utrx-status{
  padding:7px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  white-space:nowrap;
  box-shadow:0 1px 0 rgba(255,255,255,.25) inset;
}
.utrx-status-open{background:#e1f7ea;color:#25694f}
.utrx-status-waiting{background:#fff2bf;color:#705800}
.utrx-status-closed{background:#f7dddd;color:#7b2929}

.utrx-panel{
  margin:0;
  border:1px solid rgba(47,121,99,.17);
  border-top:0;
  border-radius:0 0 16px 16px;
  background:rgba(255,255,255,.88);
  overflow:hidden;
  box-shadow:0 10px 24px rgba(31,89,69,.05);
}
.utrx-panel-inner{padding:24px 24px 26px}
.utrx-panel-inner p{
  margin:0 0 12px;
  font-size:16px;
  line-height:1.62;
}
.utrx-meta{font-weight:850}
.utrx-note{
  margin:6px 0 15px;
  padding:12px 14px;
  border-left:4px solid var(--utrx-gold);
  border-radius:10px;
  background:#fff8df;
  font-size:14px;
  line-height:1.45;
}

/* Modern action pill:
   NO visual hover. State only changes after click. */
.utrx-add,
.utrx-add:hover,
.utrx-add:focus,
.utrx-add:focus-visible,
.utrx-add:active{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:10px 18px 10px 12px;
  border:1px solid rgba(47,121,99,.22)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfa 100%)!important;
  color:#234f40!important;
  font-size:14px;
  font-weight:850;
  cursor:pointer;
  outline:none!important;
  box-shadow:0 5px 15px rgba(25,75,58,.07)!important;
  transform:none!important;
}
.utrx-btn-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:50%;
  background:#e8f5f0;
  color:var(--utrx-green);
  font-size:17px;
  font-weight:900;
}
.utrx-add.is-added,
.utrx-add.is-added:hover,
.utrx-add.is-added:focus,
.utrx-add.is-added:active{
  background:linear-gradient(180deg,#35816a 0%,#2f765f 100%)!important;
  border-color:var(--utrx-green)!important;
  color:#fff!important;
}
.utrx-add.is-added .utrx-btn-icon{
  background:rgba(255,255,255,.15);
  color:#fff;
}

/* Selected programs – modern floating card */
.utrx-selection{
  position:sticky;
  top:94px;
  padding:28px;
  border:1px solid rgba(47,121,99,.15);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0%,rgba(242,191,38,.085),transparent 34%),
    linear-gradient(180deg,#fff 0%,#fbfefd 100%);
  box-shadow:0 26px 64px rgba(19,72,55,.12);
  overflow:hidden;
}
.utrx-selection::before{
  content:"";
  display:block;
  height:6px;
  margin:-28px -28px 24px;
  background:linear-gradient(90deg,var(--utrx-green) 0%,#65aa90 70%,var(--utrx-gold) 100%);
}
.utrx-selection-head{
  display:flex;
  gap:14px;
  justify-content:space-between;
  align-items:center;
  padding-bottom:19px;
  border-bottom:1px solid var(--utrx-line);
}
.utrx-selection-head h3{
  margin:5px 0 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  line-height:1.05;
  font-weight:500;
  color:var(--utrx-green);
}
.utrx-count{
  flex:0 0 56px;
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(180deg,#34826a,#2d705c);
  color:#fff;
  font-size:19px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(47,121,99,.20);
}
.utrx-empty{
  padding:22px 2px;
  color:var(--utrx-muted);
  font-size:14px;
  line-height:1.5;
}
.utrx-selected-list{list-style:none;padding:0;margin:0}
.utrx-selected-list li{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  padding:15px 0;
  border-bottom:1px solid var(--utrx-line);
  font-size:14px;
  line-height:1.42;
}
.utrx-selected-name{min-width:0;overflow-wrap:anywhere}

.utrx-remove,
.utrx-remove:hover,
.utrx-remove:focus,
.utrx-remove:active{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 11px;
  border:0!important;
  border-radius:999px!important;
  background:#faeeee!important;
  color:var(--utrx-danger)!important;
  font-weight:850;
  cursor:pointer;
  outline:none!important;
}
.utrx-remove span:first-child{
  font-size:18px;
  line-height:1;
}

/* CTA buttons: no hover animation/color change */
.utrx-primary,.utrx-primary:hover,.utrx-primary:focus,.utrx-primary:active,
.utrx-clear,.utrx-clear:hover,.utrx-clear:focus,.utrx-clear:active{
  width:100%;
  min-height:55px;
  border-radius:14px!important;
  font-size:15px;
  font-weight:850;
  cursor:pointer;
  outline:none!important;
  transform:none!important;
}
.utrx-primary,.utrx-primary:hover,.utrx-primary:focus,.utrx-primary:active{
  margin-top:22px;
  border:0!important;
  background:linear-gradient(180deg,#f7ca35 0%,#efb91d 100%)!important;
  color:#17362c!important;
  box-shadow:0 11px 24px rgba(242,191,38,.20)!important;
}
.utrx-clear,.utrx-clear:hover,.utrx-clear:focus,.utrx-clear:active{
  margin-top:10px;
  border:1px solid var(--utrx-line)!important;
  background:#fff!important;
  color:#68756f!important;
  box-shadow:none!important;
}
.utrx-primary:disabled,.utrx-clear:disabled{
  opacity:.46;
  cursor:not-allowed;
}

/* Form */
.utrx-form-section{
  padding:54px 4vw 76px;
  background:#f8fbfa;
  border-top:1px solid var(--utrx-line);
}
.utrx-form-head h2{
  margin:6px 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:40px;
  font-weight:500;
  color:var(--utrx-green);
}
.utrx-form-head p{margin:0 0 20px;font-size:17px}
.utrx-summary{
  margin-bottom:20px;
  padding:16px 18px;
  border:1px solid rgba(47,121,99,.15);
  border-left:5px solid var(--utrx-green);
  border-radius:13px;
  background:var(--utrx-mint);
}
.utrx-summary-items{margin-top:7px;line-height:1.5}
.utrx-form-wrap{
  padding:22px;
  border:1px solid var(--utrx-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 32px rgba(24,70,55,.045);
}
.utrx-form-placeholder{
  padding:18px;
  border:1px dashed #bccbc5;
  border-radius:12px;
  background:#f4f6f5;
}

.utrx-program.is-hidden,
.utrx-category-section.is-hidden,
.is-hidden{display:none!important}

/* Theme/Elementor reset */
.utrx-root button{
  --e-global-color-accent:var(--utrx-green)!important;
  -webkit-tap-highlight-color:transparent;
}
.utrx-root button:focus,
.utrx-root button:focus-visible,
.utrx-root button:active{
  outline:none!important;
  text-decoration:none!important;
}

@media(min-width:1250px){
  .utrx-category-nav-inner{justify-content:center}
  .utrx-category-link{flex:1 1 0;max-width:260px}
}
@media(max-width:1180px){
  .utrx-main{grid-template-columns:1fr}
  .utrx-selection{position:static}
}
@media(max-width:760px){
  .utrx-top-inner{padding:34px 18px 28px}
  .utrx-category-nav{padding:9px 10px}
  .utrx-category-link{min-width:180px}
  .utrx-tools{display:block;padding:18px}
  .utrx-check{margin-top:13px}
  .utrx-main{padding:20px 10px 42px}
  .utrx-category-section{padding:13px;border-radius:17px}
  .utrx-category-heading{display:block}
  .utrx-category-heading span{display:block;margin-top:6px}
  .utrx-accordion{grid-template-columns:30px minmax(0,1fr);border-radius:12px!important}
  .utrx-status{grid-column:2;justify-self:start}
  .utrx-selection{border-radius:19px}
  .utrx-form-section{padding:38px 12px 56px}
  .utrx-form-wrap{padding:12px}
}


/* v0.9.1 functional cleanup */
.utrx-category-section{scroll-margin-top:88px}

/* Keep click-active navigation clear and singular. */
.utrx-category-link.is-active,
.utrx-category-link.is-active:hover,
.utrx-category-link.is-active:focus,
.utrx-category-link.is-active:active{
  background:linear-gradient(180deg,#f7ca35 0%,#efb91d 100%)!important;
  color:#17362c!important;
}

/* Open accordion is the only yellow accordion state. */
.utrx-accordion[aria-expanded="true"],
.utrx-accordion[aria-expanded="true"]:hover,
.utrx-accordion[aria-expanded="true"]:focus,
.utrx-accordion[aria-expanded="true"]:active{
  background:linear-gradient(180deg,#f7ca35 0%,#efb91d 100%)!important;
  color:#17362c!important;
}


/* =========================================================
   v1.0.0-RC1 – dogovorjeni zaključni popravki
   ========================================================= */

/* Naslovi kategorij se vedno izpišejo tako, kot so zapisani v Dashboardu. */
.utrx-category-heading h2{
  text-transform:none !important;
}

/* Preglednejši povzetek izbranih programov nad WPForms obrazcem. */
.utrx-summary{
  padding:20px 22px !important;
  border-left:0 !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#f3fbf7 0%,#edf8f3 100%) !important;
  box-shadow:0 8px 22px rgba(27,82,64,.05) !important;
}
.utrx-summary-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:13px;
  border-bottom:1px solid rgba(47,121,99,.16);
}
.utrx-summary-head strong{
  font-size:15px;
  color:#285f4d;
}
.utrx-summary-count{
  display:grid;
  place-items:center;
  min-width:34px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  background:#2f7963;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.utrx-summary-items{
  margin-top:14px !important;
}
.utrx-summary-empty{
  color:#6b7772;
  font-size:14px;
}
.utrx-summary-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}
.utrx-summary-list li{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:11px;
  align-items:center;
  min-height:46px;
  padding:8px 12px;
  border:1px solid rgba(47,121,99,.13);
  border-radius:12px;
  background:#fff;
}
.utrx-summary-number{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#e4f4ed;
  color:#2f7963;
  font-weight:900;
  font-size:12px;
}
.utrx-summary-name{
  line-height:1.4;
  font-weight:700;
  overflow-wrap:anywhere;
}


/* =========================================================
   v1.0.0-RC2 – FINAL UX / RESPONSIVE PASS
   ========================================================= */

/* Production: no demo banner. */
.utrx-demo-label{display:none!important}

/* Never allow the plugin to create horizontal page overflow. */
html,body{max-width:100%;overflow-x:hidden}
.utrx-root,
.utrx-root *{max-width:100%}

/* ---------------------------------------------------------
   MAIN CATEGORY NAVIGATION
   Desktop: always one full-width row, no horizontal scrollbar.
   Tablet/mobile: wraps into a clean grid, never overflows.
   --------------------------------------------------------- */
.utrx-category-nav{
  overflow:visible!important;
  padding:10px 2.7vw!important;
  background:rgba(255,255,255,.98)!important;
}
.utrx-category-nav-inner{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
}
.utrx-category-link,
.utrx-category-link:hover,
.utrx-category-link:focus,
.utrx-category-link:focus-visible,
.utrx-category-link:active{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:56px!important;
  padding:9px 10px!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-align:center!important;
  font-size:11.5px!important;
  line-height:1.2!important;
  letter-spacing:.035em!important;
}

/* Last/long labels are allowed to use two lines, never clipped. */
.utrx-category-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* ---------------------------------------------------------
   SEARCH + FILTER
   --------------------------------------------------------- */
.utrx-tools{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:18px!important;
  padding:22px 4vw!important;
  background:#fff!important;
}
.utrx-search-wrap{
  flex:1 1 560px!important;
  width:auto!important;
  max-width:680px!important;
}
.utrx-search-icon{display:none!important}
.utrx-search{
  width:100%!important;
  padding:12px 17px!important;
  border-radius:15px!important;
  background:#fff!important;
}

/* Modern switch */
.utrx-filter-toggle{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:54px!important;
  padding:9px 14px!important;
  border:1px solid #d6e5df!important;
  border-radius:15px!important;
  background:#f8fcfa!important;
  cursor:pointer!important;
  user-select:none!important;
  flex:0 1 390px!important;
}
.utrx-filter-toggle input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.utrx-toggle-ui{
  position:relative!important;
  flex:0 0 46px!important;
  width:46px!important;
  height:26px!important;
  border-radius:999px!important;
  background:#cfdad5!important;
  transition:background .18s ease!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.08)!important;
}
.utrx-toggle-ui::after{
  content:""!important;
  position:absolute!important;
  top:3px!important;
  left:3px!important;
  width:20px!important;
  height:20px!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 2px 5px rgba(0,0,0,.16)!important;
  transition:transform .18s ease!important;
}
.utrx-filter-toggle input:checked + .utrx-toggle-ui{
  background:#2f7963!important;
}
.utrx-filter-toggle input:checked + .utrx-toggle-ui::after{
  transform:translateX(20px)!important;
}
.utrx-toggle-text{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
}
.utrx-toggle-text strong{
  color:#244f40!important;
  font-size:13px!important;
  line-height:1.2!important;
}
.utrx-toggle-text small{
  margin-top:2px!important;
  color:#74817b!important;
  font-size:11px!important;
  line-height:1.25!important;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media (max-width:1180px){
  .utrx-category-nav-inner{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .utrx-category-link,
  .utrx-category-link:hover,
  .utrx-category-link:focus,
  .utrx-category-link:active{
    font-size:11.5px!important;
  }
}

@media (max-width:760px){
  .utrx-top-inner{
    padding:30px 16px 26px!important;
  }
  .utrx-top h1{
    font-size:clamp(32px,10vw,46px)!important;
  }
  .utrx-top p{
    font-size:15px!important;
  }

  .utrx-category-nav{
    padding:8px 10px!important;
  }
  .utrx-category-nav-inner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .utrx-category-link,
  .utrx-category-link:hover,
  .utrx-category-link:focus,
  .utrx-category-link:focus-visible,
  .utrx-category-link:active{
    min-width:0!important;
    min-height:52px!important;
    padding:8px 7px!important;
    font-size:10.5px!important;
    line-height:1.2!important;
  }

  .utrx-tools{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:15px 12px!important;
  }
  .utrx-search-wrap{
    width:100%!important;
    max-width:none!important;
  }
  .utrx-search{
    min-height:50px!important;
    font-size:15px!important;
  }
  .utrx-filter-toggle{
    width:100%!important;
    max-width:none!important;
    min-height:52px!important;
    padding:9px 12px!important;
  }
  .utrx-toggle-text small{
    display:none!important;
  }

  .utrx-main{
    width:100%!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .utrx-category-section{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .utrx-selection{
    width:100%!important;
  }
}

@media (max-width:390px){
  .utrx-category-nav-inner{
    grid-template-columns:1fr 1fr!important;
  }
  .utrx-category-link,
  .utrx-category-link:hover,
  .utrx-category-link:focus,
  .utrx-category-link:active{
    font-size:9.8px!important;
  }
}


/* =========================================================
   v1.0.0-RC3 – sticky/floating UX + mobile slider
   ========================================================= */

/* IMPORTANT:
   horizontal overflow is contained only inside the mobile category rail;
   the page itself never scrolls sideways. */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:clip!important;
}
.utrx-root{
  width:100%;
  max-width:100%;
  overflow:visible!important;
}

/* ---------------------------------------------------------
   FLOATING MAIN MENU – desktop/tablet
   --------------------------------------------------------- */
.utrx-category-nav{
  position:sticky!important;
  top:0!important;
  z-index:999!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
  padding:10px 2.7vw!important;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid rgba(47,121,99,.13)!important;
  box-shadow:0 12px 30px rgba(20,74,56,.11)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
.utrx-category-nav-inner{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}

/* ---------------------------------------------------------
   FLOATING SELECTED PROGRAMS CARD
   --------------------------------------------------------- */
.utrx-selection{
  position:sticky!important;
  top:86px!important;
  align-self:start!important;
  z-index:30!important;
}

/* Ensure no ancestor style prevents sticky behavior. */
.utrx-main,
.utrx-catalog{
  overflow:visible!important;
}

/* ---------------------------------------------------------
   FILTER – larger, clearer, app-style switch
   --------------------------------------------------------- */
.utrx-filter-toggle{
  min-height:64px!important;
  padding:11px 16px!important;
  gap:14px!important;
  border:1px solid rgba(47,121,99,.18)!important;
  border-radius:18px!important;
  background:
    linear-gradient(180deg,#fbfefd 0%,#f3faf7 100%)!important;
  box-shadow:0 7px 20px rgba(31,89,69,.065)!important;
  flex:0 1 470px!important;
}
.utrx-toggle-ui{
  flex:0 0 54px!important;
  width:54px!important;
  height:30px!important;
  border-radius:999px!important;
  background:#cdd9d4!important;
  box-shadow:inset 0 2px 4px rgba(20,55,44,.10)!important;
}
.utrx-toggle-ui::after{
  top:3px!important;
  left:3px!important;
  width:24px!important;
  height:24px!important;
  box-shadow:0 3px 8px rgba(0,0,0,.18)!important;
}
.utrx-filter-toggle input:checked + .utrx-toggle-ui{
  background:linear-gradient(180deg,#35816a,#2f765f)!important;
}
.utrx-filter-toggle input:checked + .utrx-toggle-ui::after{
  transform:translateX(24px)!important;
}
.utrx-toggle-text strong{
  font-size:13.5px!important;
  line-height:1.25!important;
  color:#204c3d!important;
}
.utrx-toggle-text small{
  margin-top:3px!important;
  font-size:11.5px!important;
  line-height:1.25!important;
}

/* ---------------------------------------------------------
   LONG PROGRAM TITLES
   Never clip/ellipsis. They can wrap naturally.
   --------------------------------------------------------- */
.utrx-title{
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto;
}
.utrx-accordion{
  min-width:0!important;
}
.utrx-program{
  min-width:0!important;
}

/* ---------------------------------------------------------
   MOBILE
   Restore the horizontal "slide" category rail the user preferred.
   The rail itself scrolls; the page never does.
   --------------------------------------------------------- */
@media (max-width:760px){
  .utrx-category-nav{
    position:sticky!important;
    top:0!important;
    z-index:999!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:8px 10px!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x!important;
  }
  .utrx-category-nav::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }
  .utrx-category-nav-inner{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    width:max-content!important;
    min-width:max-content!important;
    max-width:none!important;
  }
  .utrx-category-link,
  .utrx-category-link:hover,
  .utrx-category-link:focus,
  .utrx-category-link:focus-visible,
  .utrx-category-link:active{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:185px!important;
    max-width:230px!important;
    min-height:52px!important;
    padding:8px 13px!important;
    font-size:10.5px!important;
    line-height:1.2!important;
    white-space:normal!important;
    scroll-snap-align:start!important;
  }

  /* On mobile the selected-program card remains visible as part of the flow;
     sticky would consume too much vertical viewport. */
  .utrx-selection{
    position:relative!important;
    top:auto!important;
    z-index:1!important;
  }

  /* Program cards: title gets all available width and wraps cleanly. */
  .utrx-accordion{
    grid-template-columns:30px minmax(0,1fr)!important;
    row-gap:7px!important;
    padding:12px 12px!important;
  }
  .utrx-title{
    grid-column:2!important;
    font-size:13px!important;
    line-height:1.35!important;
  }
  .utrx-status{
    grid-column:2!important;
    justify-self:start!important;
    margin-top:0!important;
  }

  /* Larger, cleaner mobile filter. */
  .utrx-filter-toggle{
    min-height:62px!important;
    width:100%!important;
    padding:10px 13px!important;
    border-radius:16px!important;
  }
  .utrx-toggle-ui{
    flex-basis:52px!important;
    width:52px!important;
    height:30px!important;
  }
  .utrx-toggle-text strong{
    font-size:13px!important;
  }
  .utrx-toggle-text small{
    display:block!important;
    font-size:10.5px!important;
  }
}

/* Very narrow phones keep the same horizontal rail and never force zoom. */
@media (max-width:390px){
  .utrx-category-link,
  .utrx-category-link:hover,
  .utrx-category-link:focus,
  .utrx-category-link:active{
    min-width:172px!important;
    max-width:210px!important;
    font-size:10px!important;
  }
  .utrx-title{
    font-size:12.5px!important;
  }
}


/* =========================================================
   v1.0.0-RC4 – mobile floating selected-programs drawer
   ========================================================= */
.utrx-mobile-cart-toggle,
.utrx-mobile-cart-close,
.utrx-mobile-cart-backdrop{
  display:none;
}

@media (max-width:760px){
  .utrx-mobile-cart-toggle{
    position:fixed!important;
    right:12px!important;
    bottom:20px!important;
    z-index:1100!important;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    min-height:52px!important;
    padding:7px 9px 7px 8px!important;
    border:1px solid rgba(255,255,255,.26)!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,#136149 0%,#0b513c 100%)!important;
    color:#fff!important;
    box-shadow:0 12px 30px rgba(12,75,55,.28)!important;
    font:inherit!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .utrx-mobile-cart-toggle.has-items{
    box-shadow:0 12px 32px rgba(12,75,55,.34),0 0 0 3px rgba(244,193,35,.22)!important;
  }
  .utrx-mobile-cart-icon{
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    height:34px!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.13)!important;
    font-size:15px!important;
    font-weight:900!important;
  }
  .utrx-mobile-cart-label{
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:.02em!important;
  }
  .utrx-mobile-cart-count{
    display:grid!important;
    place-items:center!important;
    min-width:28px!important;
    height:28px!important;
    padding:0 7px!important;
    border-radius:999px!important;
    background:#f5c526!important;
    color:#16372c!important;
    font-size:12px!important;
    font-weight:900!important;
  }

  .utrx-selection{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:1200!important;
    width:min(91vw,390px)!important;
    max-width:390px!important;
    height:100dvh!important;
    max-height:none!important;
    margin:0!important;
    padding:24px 18px 20px!important;
    border-radius:24px 0 0 24px!important;
    overflow-y:auto!important;
    background:#fff!important;
    box-shadow:-18px 0 44px rgba(18,60,48,.22)!important;
    transform:translateX(105%)!important;
    transition:transform .22s ease!important;
    pointer-events:auto!important;
  }
  .utrx-selection.is-mobile-open{
    transform:translateX(0)!important;
  }

  .utrx-mobile-cart-close{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
    z-index:3!important;
    display:grid!important;
    place-items:center!important;
    width:38px!important;
    height:38px!important;
    padding:0!important;
    border:1px solid #dbe8e3!important;
    border-radius:50%!important;
    background:#f7fbf9!important;
    color:#2f6b58!important;
    font-size:25px!important;
    line-height:1!important;
    cursor:pointer!important;
  }
  .utrx-selection-head{
    padding-right:42px!important;
  }

  .utrx-mobile-cart-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:1150!important;
    display:block!important;
    background:rgba(8,37,29,.34)!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .2s ease!important;
  }
  .utrx-mobile-cart-backdrop.is-open{
    opacity:1!important;
    pointer-events:auto!important;
  }
  .utrx-mobile-cart-backdrop[hidden]{
    display:none!important;
  }

  html.utrx-mobile-cart-lock,
  html.utrx-mobile-cart-lock body{
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }
}

@media (max-width:380px){
  .utrx-mobile-cart-toggle{
    right:9px!important;
    bottom:14px!important;
  }
  .utrx-mobile-cart-label{
    display:none!important;
  }
}


/* =========================================================
   v1.0.0-RC5 – critical interaction fix + mobile UX placement
   ========================================================= */

/* Mobile selection trigger is a side tab, centered vertically.
   This avoids collisions with the site's bottom-right "back to top" button. */
@media (max-width:760px){
  .utrx-mobile-cart-toggle{
    top:52%!important;
    right:0!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    min-width:58px!important;
    min-height:116px!important;
    padding:9px 7px!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:6px!important;
    border-radius:18px 0 0 18px!important;
    border-right:0!important;
    box-shadow:-8px 10px 26px rgba(12,75,55,.25)!important;
  }
  .utrx-mobile-cart-toggle.has-items{
    box-shadow:-8px 10px 28px rgba(12,75,55,.31),0 0 0 3px rgba(244,193,35,.18)!important;
  }
  .utrx-mobile-cart-icon{
    width:32px!important;
    height:32px!important;
  }
  .utrx-mobile-cart-label{
    display:block!important;
    writing-mode:vertical-rl!important;
    transform:rotate(180deg)!important;
    font-size:10px!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  .utrx-mobile-cart-count{
    min-width:27px!important;
    height:27px!important;
    padding:0 6px!important;
  }
}

@media (max-width:380px){
  .utrx-mobile-cart-toggle{
    top:54%!important;
    right:0!important;
    bottom:auto!important;
  }
  .utrx-mobile-cart-label{
    display:block!important;
  }
}

/* =========================================================
   v1.0.0-RC6 – WPForms Lite integration + production form UX
   ========================================================= */
.utrx-root .utrx-legacy-program-field{
  display:none!important;
}

.utrx-root .wpforms-container{
  max-width:none!important;
  margin:0!important;
}
.utrx-root .wpforms-container .wpforms-field{
  max-width:100%!important;
}
.utrx-root .wpforms-container input,
.utrx-root .wpforms-container select,
.utrx-root .wpforms-container textarea{
  max-width:100%!important;
  border-radius:12px!important;
  border:1px solid #cbdad5!important;
  box-shadow:none!important;
}
.utrx-root .wpforms-container input:focus,
.utrx-root .wpforms-container select:focus,
.utrx-root .wpforms-container textarea:focus{
  border-color:var(--utrx-green)!important;
  box-shadow:0 0 0 4px rgba(47,121,99,.09)!important;
}
.utrx-root .wpforms-container textarea.utrx-selected-programs-field{
  min-height:126px!important;
  padding:15px 17px!important;
  background:linear-gradient(180deg,#f7fcfa 0%,#eef8f4 100%)!important;
  color:#234f40!important;
  border:1px solid rgba(47,121,99,.23)!important;
  font-weight:700!important;
  line-height:1.6!important;
  resize:none!important;
  overflow-y:hidden!important;
  cursor:default!important;
}
.utrx-root .wpforms-container .wpforms-field-label{
  font-weight:800!important;
  color:#22322c!important;
}
.utrx-root .wpforms-container .wpforms-submit-container button,
.utrx-root .wpforms-container button[type="submit"]{
  min-height:50px!important;
  padding:12px 22px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#35816a 0%,#2f765f 100%)!important;
  color:#fff!important;
  font-weight:850!important;
  box-shadow:0 7px 18px rgba(31,89,69,.15)!important;
}
.utrx-form-selection-error{
  margin:0 0 18px!important;
  padding:13px 15px!important;
  border-left:4px solid #b8453f!important;
  border-radius:10px!important;
  background:#fff1f0!important;
  color:#8f332f!important;
  font-weight:800!important;
}

@media (max-width:760px){
  .utrx-root .wpforms-container .wpforms-field-row,
  .utrx-root .wpforms-container .wpforms-field-row-block,
  .utrx-root .wpforms-container .wpforms-field-row-column{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .utrx-root .wpforms-container input,
  .utrx-root .wpforms-container select,
  .utrx-root .wpforms-container textarea{
    width:100%!important;
    font-size:16px!important;
  }
  .utrx-root .wpforms-container .wpforms-submit-container button,
  .utrx-root .wpforms-container button[type="submit"]{
    width:100%!important;
  }
  .utrx-root .wpforms-container textarea.utrx-selected-programs-field{
    min-height:150px!important;
  }
}

/* =========================================================
   v1.0.0-RC9 – mobile WPForms alignment fixes
   ========================================================= */
@media (max-width:760px){
  /* Name field: stack first/last name cleanly, with identical edges. */
  .utrx-root .wpforms-container .wpforms-field-name .wpforms-field-row{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
  }
  .utrx-root .wpforms-container .wpforms-field-name .wpforms-field-row-block,
  .utrx-root .wpforms-container .wpforms-field-name .wpforms-field-row-column,
  .utrx-root .wpforms-container .wpforms-field-name .wpforms-first,
  .utrx-root .wpforms-container .wpforms-field-name .wpforms-last{
    display:block!important;
    float:none!important;
    width:100%!important;
    max-width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
    margin:0!important;
  }
  .utrx-root .wpforms-container .wpforms-field-name input{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }

  /* Gender/radio choices: one choice per row so labels never wrap/crop. */
  .utrx-root .wpforms-container .wpforms-field-radio ul,
  .utrx-root .wpforms-container .wpforms-field-radio .wpforms-field-row,
  .utrx-root .wpforms-container .wpforms-field-radio .wpforms-field-row-block{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
    width:100%!important;
  }
  .utrx-root .wpforms-container .wpforms-field-radio li,
  .utrx-root .wpforms-container .wpforms-field-radio .choice-1,
  .utrx-root .wpforms-container .wpforms-field-radio .choice-2{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    white-space:normal!important;
  }
  .utrx-root .wpforms-container .wpforms-field-radio input[type="radio"]{
    flex:0 0 auto!important;
    width:22px!important;
    height:22px!important;
    margin:0 12px 0 0!important;
  }
  .utrx-root .wpforms-container .wpforms-field-radio label{
    display:block!important;
    width:auto!important;
    max-width:calc(100% - 34px)!important;
    margin:0!important;
    line-height:1.35!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
}


/* =========================================================
   v1.0.0-RC11 – discreet return navigation
   ========================================================= */
.utrx-exit-wrap{
  display:flex;
  justify-content:center;
  padding:22px 16px 8px;
}
.utrx-exit-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  color:#5f6e68!important;
  background:transparent;
  border:1px solid rgba(47,118,95,.22);
  font-size:14px;
  font-weight:700;
  text-decoration:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.utrx-exit-link:hover,
.utrx-exit-link:focus{
  color:#2f765f!important;
  background:rgba(47,118,95,.06);
  border-color:rgba(47,118,95,.38);
}
.utrx-confirmation-return{
  margin-top:18px;
}
.utrx-confirmation-return-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:999px;
  background:#2f765f;
  color:#fff!important;
  font-weight:800;
  text-decoration:none!important;
  box-shadow:0 6px 16px rgba(31,89,69,.14);
}
.utrx-confirmation-return-link:hover,
.utrx-confirmation-return-link:focus{
  background:#286650;
  color:#fff!important;
}
@media (max-width:760px){
  .utrx-exit-wrap{padding-top:18px;}
  .utrx-exit-link{font-size:13px;}
  .utrx-confirmation-return-link{width:100%;}
}
