/* Izbirni predmeti — catalogue + page chrome. AMEU CGP via landing.css tokens
   (:root vars); loads after landing.css (dependency). Scoped: .izb-* only.
   Card language follows the site: radius 0 + --shadow-card, pills only on
   buttons/badges. */

/* --------------------------------------------------------------------------
   Hero (compact navy; NOT the 100vh .hero of EPS landings). The page has ONE
   search and it lives in the catalogue filter bar — the hero only points to it.
   -------------------------------------------------------------------------- */
.izb-hero { position: relative; overflow: hidden; color: var(--white);
	background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 70%);
	padding: calc(var(--header-h) + 56px) 0 72px; }
.izb-hero::after { content: ""; position: absolute; right: -120px; bottom: -160px;
	width: 560px; height: 560px; pointer-events: none; opacity: 0.25;
	background: url("../img/alma-white-shape-opacity.svg") no-repeat center / contain; }
.izb-hero-inner { position: relative; z-index: 1; max-width: 720px; }
.izb-hero h1 { color: var(--white); margin-bottom: 0.35em; }
.izb-hero .izb-lead { font-size: 1.18rem; line-height: 1.6; color: rgba(255, 255, 255, 0.92);
	max-width: 34em; margin: 0 0 1.4em; }

.izb-breadcrumb { font: 500 0.85rem/1.4 var(--font-body); color: rgba(255, 255, 255, 0.7);
	margin-bottom: 22px; }
.izb-breadcrumb a { color: rgba(255, 255, 255, 0.7); text-decoration: none; }
.izb-breadcrumb a:hover, .izb-breadcrumb a:focus-visible { color: var(--white); text-decoration: underline; }

.izb-hero-meta { margin: 4px 0 0; font: 500 0.92rem/1.5 var(--font-body);
	color: rgba(255, 255, 255, 0.75); }
/* Primary hero action: white pill on navy, matching the site's pill language. */
.izb-hero-cta { display: inline-flex; align-items: center; min-height: 52px;
	margin-top: 28px; padding: 0 32px; border-radius: 999px;
	background: var(--white); color: var(--navy); text-decoration: none;
	font: 600 1rem/1 var(--font-heading); transition: background 0.15s ease, color 0.15s ease; }
.izb-hero-cta:hover { background: var(--blue); color: var(--white); }
.izb-hero-cta:focus-visible { outline: 3px solid rgba(255, 255, 255, 0.7); outline-offset: 3px; }

@media (max-width: 767px) {
	.izb-hero { padding: calc(var(--header-h) + 28px) 0 48px; }
	.izb-hero::after { display: none; }
	.izb-hero .izb-lead { font-size: 1.04rem; }
}

/* --------------------------------------------------------------------------
   Catalogue
   -------------------------------------------------------------------------- */
.izb-katalog { font-family: var(--font-body); color: var(--ink); }

/* Filter bar: white card (site language: radius 0 + shadow). */
.izb-filters { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: flex-end;
	background: var(--white); box-shadow: var(--shadow-card); padding: 18px 22px; }
.izb-field { display: flex; flex-direction: column; gap: 4px; min-width: 140px; flex: 1 1 140px; }
.izb-field--search { flex: 2 1 260px; }
/* Its options are the longest in the bar ("2. stopnja (magistrski)"). */
.izb-field--stopnja { flex: 1.4 1 190px; }
.izb-field > span { font: 600 0.72rem/1.2 var(--font-heading); text-transform: uppercase;
	letter-spacing: 0.08em; color: var(--muted); }
.izb-field input[type="search"], .izb-field select { min-height: 44px; padding: 8px 12px;
	border: 1.5px solid var(--line); border-radius: 0; font: 400 0.95rem/1.4 var(--font-body);
	color: var(--ink); background: var(--white); }
.izb-field input:focus-visible, .izb-field select:focus-visible,
.izb-card__more:focus-visible, .izb-card__cta:focus-visible,
.izb-empty__clear:focus-visible {
	outline: 3px solid var(--blue); outline-offset: 2px; }

.izb-hint { margin: 12px 2px 0; font: 400 0.86rem/1.5 var(--font-body); color: var(--muted); }
.izb-count { margin: 16px 2px 8px; font: 500 0.88rem/1.4 var(--font-body); color: var(--muted); }

/* Grid: 3 / 2 / 1 columns. */
/* Names the catalogue region for screen readers and keeps the heading order
   valid (the card titles are h3; without an h2 they would jump straight from
   the hero h1). Visually redundant next to that h1, hence hidden. */
.izb-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.izb-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 24px;
	grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1023px) { .izb-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px)  { .izb-grid { grid-template-columns: 1fr; } }

/* Card: fixed anatomy, footer pinned, equal heights per row. */
.izb-card > article { display: flex; flex-direction: column; height: 100%;
	background: var(--white); box-shadow: var(--shadow-card); padding: 32px 28px;
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.izb-card > article:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.izb-card__badges { display: flex; gap: 8px; margin-bottom: 12px; }
.izb-badge { font: 600 0.72rem/1 var(--font-heading); padding: 6px 12px; border-radius: 999px;
	letter-spacing: 0.02em; }
.izb-badge--stopnja { color: var(--navy); background: var(--gray-bg); border: 1px solid var(--line); }
/* Not --accent-red: white on #ed5054 is 3.57:1, and 11.5px/600 does not qualify
   for the 3:1 large-text exemption. #d33b3b keeps the CGP red family at 4.71:1. */
.izb-badge--ects { color: var(--white); background: #d33b3b; }
.izb-card__title { margin: 0 0 4px; font: 600 1.18rem/1.3 var(--font-heading); color: var(--navy);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.izb-card__program { margin: 0 0 8px; font: 600 0.8rem/1.4 var(--font-body); color: var(--blue); }
.izb-card__tag { margin: 0 0 4px; font: 500 0.7rem/1.4 var(--font-body); color: var(--muted);
	text-transform: uppercase; letter-spacing: 0.06em; }
.izb-card__nosilec { margin: 0 0 8px; font: 400 0.82rem/1.4 var(--font-body); color: var(--muted); }
.izb-card__summary { margin: 0 0 18px; font: 400 0.9rem/1.55 var(--font-body); color: var(--ink);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.izb-card__footer { margin-top: auto; display: flex; align-items: center;
	justify-content: space-between; gap: 12px; }
.izb-card__more { background: none; border: 0; padding: 6px 0; min-height: 24px; cursor: pointer;
	font: 600 0.88rem/1 var(--font-body); color: var(--blue); text-decoration: underline;
	text-underline-offset: 3px; }
/* min-height 44: WCAG 2.5.5 target size — this is the card's primary action. */
.izb-card__cta { display: inline-flex; align-items: center; min-height: 44px;
	background: var(--blue); color: var(--white);
	border-radius: 999px; padding: 0 24px; font: 600 0.88rem/1 var(--font-heading);
	text-decoration: none; transition: background 0.15s ease; }
.izb-card__cta:hover { background: var(--navy); color: var(--white); }
.izb-card__details { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
	font: 400 0.9rem/1.6 var(--font-body); }

/* Empty state. */
.izb-empty { text-align: center; padding: 44px 16px; }
.izb-empty p { font: 500 1rem/1.5 var(--font-body); color: var(--ink); margin: 0 0 14px; }
.izb-empty__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.izb-empty__clear { background: var(--white); border: 1.5px solid var(--line); border-radius: 999px;
	padding: 0 20px; min-height: 44px; font: 600 0.82rem/1 var(--font-heading);
	color: var(--navy); cursor: pointer; }
.izb-empty__clear:hover { border-color: var(--blue); background: rgba(0, 97, 170, 0.05); }

/* Tablet: flex-wrap left "ECTS / Razvrsti" stranded on a half-empty second row.
   An explicit 2-column grid (search spanning both) wraps predictably instead. */
@media (min-width: 768px) and (max-width: 1023px) {
	.izb-filters { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
	.izb-field--search { grid-column: 1 / -1; }
}

/* Mobile: no collapse toggle — the filters stay visible. A 2-column grid keeps
   the block short (3 rows); the long-label fields span the full width and
   min-width:0 lets the columns shrink below 360px without overflowing. */
@media (max-width: 767px) {
	.izb-filters { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 14px 12px; }
	.izb-field { min-width: 0; }
	.izb-field--search, .izb-field--program { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
	.izb-filters { padding: 16px; }
}

/* --------------------------------------------------------------------------
   Page sections (quick facts, duo blocks, FAQ, prijava)
   -------------------------------------------------------------------------- */
/* Orientation strip above the catalogue. Deliberately without card chrome and
   with a shorter section rhythm — it explains the flow, it is not the flow, and
   the catalogue has to stay reachable near the top of the page. */
.section--tight { padding: 56px 0 48px; }
.izb-koraki { list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.izb-koraki li { border-top: 3px solid var(--blue); padding-top: 16px; }
.izb-koraki__n { display: block; margin-bottom: 8px;
	font: 600 0.78rem/1 var(--font-heading); letter-spacing: 0.1em; color: var(--blue); }
.izb-koraki h3 { font-size: 1.05rem; line-height: 1.2; margin: 0 0 6px; }
.izb-koraki p { margin: 0; color: var(--muted); font-size: 0.95rem; }
@media (max-width: 899px) {
	.section--tight { padding: 40px 0 32px; }
	.izb-koraki { grid-template-columns: 1fr; gap: 20px; }
}

.izb-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.izb-facts--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1023px) { .izb-facts, .izb-facts--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 599px)  { .izb-facts { grid-template-columns: 1fr; } }
.izb-fact { background: var(--white); box-shadow: var(--shadow-card); padding: 24px; }
.izb-fact h3 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em;
	color: var(--blue); margin-bottom: 8px; }
.izb-fact p { margin: 0; font: 600 1.05rem/1.4 var(--font-heading); color: var(--navy); }

.izb-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 899px) { .izb-duo { grid-template-columns: 1fr; } }
/* One padding recipe for every primary content card on this page (course cards,
   koraki, duo). Page-scoped — landing.css .card still serves the EPS landings. */
.izb-duo .card, .izb-note { padding: 32px 28px; }
.izb-duo .card h3, .e-con.card h3 { line-height: 1.15; }
.izb-duo .card ul, .izb-note ul { margin: 0; padding-left: 20px; }
.izb-duo .card li, .izb-note li { margin-bottom: 8px; color: var(--ink); font-size: 0.95rem; }
.izb-duo .card li:last-child, .izb-note li:last-child { margin-bottom: 0; }
.izb-note { margin-top: 24px; }

.izb-faq details { background: var(--white); box-shadow: var(--shadow-card); margin-bottom: 14px; }
.izb-faq summary { cursor: pointer; list-style: none; position: relative;
	padding: 20px 56px 20px 24px; font: 600 1.02rem/1.4 var(--font-heading); color: var(--navy); }
.izb-faq summary::-webkit-details-marker { display: none; }
.izb-faq summary::after { content: "+"; position: absolute; right: 24px; top: 50%;
	transform: translateY(-50%); font-size: 1.4rem; color: var(--blue); line-height: 1; }
.izb-faq details[open] summary::after { content: "\2212"; }
.izb-faq summary:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; }
.izb-faq .izb-faq__body { padding: 0 24px 20px; color: var(--ink); font-size: 0.95rem; }

.izb-prijava-wrap { max-width: 760px; }
.izb-prijava-wrap h2 { margin-bottom: 0.4em; }
.izb-prijava-wrap h2:focus { outline: none; }
.izb-prijava-intro { color: var(--muted); margin-bottom: 26px; }

/* Selected-course summary box above the GF form (markup from izbirni-gf.php). */
.izb-izbrano { background: var(--gray-bg); border-left: 4px solid var(--blue);
	padding: 14px 18px; margin: 0 0 20px; }
.izb-izbrano__label { font: 600 0.72rem/1.2 var(--font-heading); text-transform: uppercase;
	letter-spacing: 0.08em; color: var(--muted); margin: 0 0 4px; }
.izb-izbrano__text { font: 600 1rem/1.4 var(--font-body); color: var(--navy); margin: 0; }

/* --------------------------------------------------------------------------
   Gravity Forms in AMEU CGP. theme gravityforms.css only styles the EPS hero
   .form-card, so this form rendered as stock GF. Field language matches the
   catalogue filter inputs; submit matches .izb-card__cta. GF 2.5+ "orbital"
   styles its own controls at high specificity — hence the !important on the
   properties it sets itself.
   -------------------------------------------------------------------------- */
.izb-prijava-wrap .gform_wrapper form { margin: 0; }
.izb-prijava-wrap .gform_wrapper .gform_fields { grid-row-gap: 22px; }
.izb-prijava-wrap .gform_wrapper .gfield_label {
	font: 600 0.95rem/1.4 var(--font-heading); color: var(--navy);
	margin-bottom: 7px; display: block; }
/* Not --accent-red: #ed5054 as TEXT on the white field card is 3.57:1 (measured
   with axe on the live page, 6 nodes). #c0272d is the same CGP red family at
   5.88:1, so the "required" signal stays red instead of degrading to grey. */
.izb-prijava-wrap .gform_wrapper .gfield_required { color: #c0272d; margin-left: 2.5px; }
.izb-prijava-wrap .gform_wrapper .gfield_description {
	font: 400 0.85rem/1.5 var(--font-body); color: var(--muted); padding: 6px 0 0; }
.izb-prijava-wrap .gform_wrapper input[type="text"],
.izb-prijava-wrap .gform_wrapper input[type="email"],
.izb-prijava-wrap .gform_wrapper input[type="tel"],
.izb-prijava-wrap .gform_wrapper select,
.izb-prijava-wrap .gform_wrapper textarea {
	width: 100%; min-height: 48px; padding: 10px 14px !important;
	border: 1.5px solid var(--line) !important; border-radius: 0 !important;
	font: 400 0.98rem/1.4 var(--font-body) !important; color: var(--ink);
	background: var(--white); transition: border-color 0.15s ease, box-shadow 0.15s ease; }
.izb-prijava-wrap .gform_wrapper textarea { min-height: 130px; resize: vertical; }
.izb-prijava-wrap .gform_wrapper input:focus,
.izb-prijava-wrap .gform_wrapper select:focus,
.izb-prijava-wrap .gform_wrapper textarea:focus {
	outline: none; border-color: var(--blue) !important;
	box-shadow: 0 0 0 4px rgba(0, 97, 170, 0.12); }
/* Select affordance. GF's framework sets appearance:none (killing the native
   arrow) and supplies its own only via background-image, in STATE rules
   (:focus, :disabled) that tie with ours at (0,2,1) and win on source order.
   Our `background` shorthand meanwhile reset repeat/position/size — so on
   focus the arrow returned with repeat:repeat and tiled across the whole
   control. At rest there was no arrow at all. Own every longhand. */
.izb-prijava-wrap .gform_wrapper select {
	background-color: var(--white) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2300386c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 16px center !important;
	background-size: 12px 8px !important;
	padding-right: 42px !important; }
/* Validation: GF's stock red block does not belong to the CGP. --accent-red is
   a highlight tone (3.4:1 on white) — error TEXT needs 4.5:1, hence #b3261e. */
.izb-prijava-wrap .gform_wrapper .gfield_error input,
.izb-prijava-wrap .gform_wrapper .gfield_error select {
	border-color: #b3261e !important; }
.izb-prijava-wrap .gform_wrapper .validation_message {
	font: 500 0.86rem/1.5 var(--font-body) !important; color: #b3261e !important;
	background: none !important; border: 0 !important; padding: 6px 0 0 !important; }
.izb-prijava-wrap .gform_wrapper .gform_validation_errors {
	border: 0 !important; border-left: 4px solid #b3261e !important;
	border-radius: 0 !important; box-shadow: none !important;
	background: rgba(179, 38, 30, 0.06) !important; padding: 16px 20px !important; }
.izb-prijava-wrap .gform_wrapper .gform_validation_errors > h2 {
	font: 600 1rem/1.4 var(--font-heading) !important; color: var(--navy) !important; margin: 0; }
/* Submit: the catalogue CTA pill, one size up. */
.izb-prijava-wrap .gform_wrapper .gform_footer { margin: 26px 0 0; padding: 0; }
.izb-prijava-wrap .gform_wrapper .gform_footer input[type="submit"].gform_button {
	display: inline-flex; align-items: center; justify-content: center;
	/* !important on min-height too: GF sets its own and won the plain declaration,
	   leaving the submit at 38px — under the 44px target-size minimum. */
	min-height: 52px !important; height: auto !important;
	width: auto !important; padding: 0 34px !important;
	border: 0 !important; border-radius: 999px !important;
	background: var(--blue) !important; color: var(--white) !important;
	font: 600 1rem/1 var(--font-heading) !important; cursor: pointer;
	transition: background 0.15s ease; }
.izb-prijava-wrap .gform_wrapper .gform_footer input[type="submit"].gform_button:hover {
	background: var(--navy) !important; }
.izb-prijava-wrap .gform_wrapper .gform_footer input[type="submit"].gform_button:focus-visible {
	outline: 3px solid var(--blue); outline-offset: 3px; }
.izb-prijava-wrap .gform_confirmation_message {
	font: 600 1.05rem/1.5 var(--font-heading); color: var(--navy);
	background: var(--gray-bg); border-left: 4px solid var(--blue); padding: 20px 24px; }

@media (prefers-reduced-motion: reduce) {
	.izb-card > article, .izb-card__cta, .izb-hero-cta { transition: none; }
	.izb-card > article:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   Elementor container cascade guard. Page chrome classes sit directly on
   .e-con containers; Elementor's own container rules (display: var(--display),
   longhand paddings, kit heading colors) load AFTER this file and tie or beat
   the single-class rules above / in landing.css. Doubled selectors restore the
   intended computed values. Breakpoints mirror landing.css (1024 / 720).
   -------------------------------------------------------------------------- */
/* overflow: the hero's ::after shape sits 120px past the right edge; .izb-hero's
   own overflow:hidden ties with Elementor's .e-con rule, which loads later and
   won — the page really did scroll horizontally (1545px vs a 1440px viewport). */
.e-con.izb-hero { padding-block: calc(var(--header-h) + 56px) 72px; padding-inline: 0;
	overflow: hidden; }
/* Headings ship at line-height 1.0; harmless while single-line, clipped once a
   longer title or a translation wraps. */
.izb-hero h1, .izb-hero .elementor-heading-title { line-height: 1.1; }
.e-con.section .elementor-heading-title { line-height: 1.12; }
/* (0,3,0): must beat Elementor post-CSS .elementor-widget-heading
   .elementor-heading-title (0,2,0), which loads after this file. */
.izb-hero .elementor-widget-heading .elementor-heading-title { color: var(--white); }
/* 72, not landing.css's 96: five short alternating bands follow a very tall
   catalogue, and at 96 roughly 40% of that stretch was empty padding. */
.e-con.section { padding-block: 72px; padding-inline: 0; }
/* Elementor's --width:100% made every .container full-bleed, so page content sat
   at 24px while the header logo sat on the 1240px grid at 116px — the two read
   as misaligned. Restore the boxed grid so header and content share one edge. */
.e-con.container { max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
/* The form wrapper carries both classes; without this the rule above would widen
   it from a readable 760px measure to the full 1240px grid. */
.e-con.izb-prijava-wrap { max-width: 760px; }
/* Elementor's default container padding is 10px — measured as a 10px offset
   between the hero H1 and every other element on the 1240px grid. */
.e-con.izb-hero-inner { padding-inline: 0; }
a.brand { display: inline-flex; align-items: center; }
.e-con.cards-grid { --display: grid; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.e-con.card { padding-block: 32px; padding-inline: 28px; }

@media (max-width: 1024px) {
	.e-con.cards-grid { grid-template-columns: 1fr 1fr; }
	.e-con.section { padding-block: 56px; }
}
@media (max-width: 767px) {
	.e-con.izb-hero { padding-block: calc(var(--header-h) + 28px) 48px; }
}
@media (max-width: 720px) {
	.e-con.cards-grid { grid-template-columns: 1fr; }
	.e-con.section { padding-block: 48px; }
}
/* Cards kept desktop padding at every width; 28-30px of lateral padding inside a
   ~342px card is disproportionate. Scale it the way sections already scale. */
@media (max-width: 480px) {
	.izb-card > article, .izb-duo .card, .izb-note { padding: 24px 20px; }
	.e-con.card { padding-block: 24px; padding-inline: 20px; }
	.izb-fact { padding: 20px; }
}

/* ===== Step 0 (izbira programa) + multi-course basket ===== */
.izb-korak0 {
	background: var(--white); border: 1px solid var(--line);
	border-left: 4px solid var(--navy); border-radius: 10px;
	padding: 18px 20px; margin: 0 0 20px;
}
/* The three step-0 blocks below set display:flex, which (author origin) beats the
   UA [hidden]{display:none}. JS toggles them via the hidden attribute, so [hidden]
   must win — this scoped rule (0,2,0) outranks the single-class flex rules (0,1,0). */
.izb-korak0 [hidden] { display: none; }
.izb-korak0__ask { display: flex; flex-direction: column; gap: 10px; }
.izb-field--program-studenta { max-width: 520px; }
.izb-korak0__rule { margin: 0; color: var(--muted); font-size: 0.95rem; }
.izb-korak0__drugo { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.izb-korak0__drugo .izb-field { flex: 1 1 220px; }
.izb-korak0__done { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.izb-korak0__summary { margin: 0; font-weight: 600; color: var(--navy); }
.izb-korak0__change {
	border: 1px solid var(--navy); background: var(--white); color: var(--navy);
	border-radius: 999px; padding: 6px 16px; cursor: pointer;
	font: 600 0.9rem/1 var(--font-heading);
}
.izb-korak0__change:hover { background: var(--navy); color: var(--white); }
.izb-skrito { margin: 2px 0 0; color: var(--muted); font-size: 0.9rem; }

/* Basket (promoted #izb-izbrano) */
.izb-izbrano__naslov { margin: 0 0 12px; font: 600 1.05rem/1.3 var(--font-heading); color: var(--navy); }
.izb-izbrano__prazno { margin: 0; color: var(--muted); font-size: 0.95rem; }
.izb-kosarica { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.izb-kosarica li {
	display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
	padding: 10px 12px; background: var(--gray-bg); border-radius: 8px;
}
.izb-kosarica__ime { font-weight: 600; color: var(--ink); }
.izb-kosarica__meta { color: var(--muted); font-size: 0.9rem; }
.izb-kosarica__odstrani {
	margin-left: auto; border: 0; background: none; color: var(--blue);
	cursor: pointer; font: inherit; text-decoration: underline;
}
.izb-izbrano__kot {
	margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--line);
	color: var(--ink); font-weight: 600;
}
.izb-izbrano__odvzeto {
	margin: 14px 0 0; padding: 10px 13px; background: #fdf4e7;
	border-radius: 8px; color: #8a5a12; font-size: 0.92rem;
}
.izb-card.is-izbran { outline: 2px solid var(--blue); outline-offset: 2px; }

/* Field coupling: JS fills these from step 0 / the basket, so the form must not
   ask them again. Field 3 (lokacija) is a real question — hidden only when no
   Fizioterapija course is in the basket (GF conditional logic still governs its
   server-side validation via field 2). */
body.izb-identiteta-skrita #field_3_7,
body.izb-identiteta-skrita #field_3_9,
body.izb-skrit-predmet    #field_3_1,
body.izb-skrit-predmet    #field_3_2 { display: none; }
body.izb-brez-fizio       #field_3_3 { display: none; }
