/* 7.9.51 — Tabla: ćelije bez suvišnih riječi. Nalog: custom raspored. Telefon: header + kartice. */

/* ========== METRIKE (t / m / Dogovor) ========== */
html body.bu-board-page .bu-metric,
html body.bu-board-page .bu-price {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  max-width: 100%;
  white-space: nowrap;
  font-family: "IBM Plex Sans", "Plus Jakarta Sans", system-ui, sans-serif;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
html body.bu-board-page .bu-metric b,
html body.bu-board-page .bu-price b {
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}
html body.bu-board-page .bu-metric i {
  font-style: normal;
  font-size: 9px;
  font-weight: 800;
  color: #64748b;
  margin-left: 1px;
}
html body.bu-board-page .bu-metric.is-empty b,
html body.bu-board-page .bu-metric.is-empty {
  color: #94a3b8;
  font-weight: 700;
}
html body.bu-board-page .bu-price.is-ask {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 3px 6px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  overflow: hidden;
}
html body.bu-board-page .bu-price.is-eur b {
  font-size: 12px;
}

/* ========== DESKTOP CARGO GRID ========== */
html body.bu-board-page.bu-board-cargo .bu-cols-head,
html body.bu-board-page .bu-board-cargo .bu-cols-head,
html body.bu-board-page.bu-board-cargo .bu-feed .bu-item.bu-row.compact.cargo,
html body.bu-board-page .bu-feed .bu-item.bu-row.compact.cargo,
html body.bu-board-page.bu-board-cargo .bu-feed .bu-item.compact.cargo {
  display: grid !important;
  grid-template-columns:
    22px
    minmax(0, 1.32fr)
    minmax(3.4rem, 0.58fr)
    minmax(0, 1.32fr)
    minmax(3.4rem, 0.58fr)
    minmax(0, 0.72fr)
    minmax(2.2rem, 0.28fr)
    minmax(2.4rem, 0.32fr)
    minmax(4.8rem, 0.7fr) !important;
  column-gap: 0 !important;
  align-items: center;
}
html body.bu-board-page.bu-board-cargo .bu-cols-head span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b !important;
  padding: 8px 6px !important;
  line-height: 1.1 !important;
}
html body.bu-board-page.bu-board-cargo .bu-feed .bu-item.compact .bu-c {
  overflow: hidden !important;
  padding: 8px 6px !important;
}
html body.bu-board-page.bu-board-cargo .bu-feed .bu-c-w,
html body.bu-board-page.bu-board-cargo .bu-feed .bu-c-ldm,
html body.bu-board-page.bu-board-cargo .bu-feed .bu-c-price {
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
html body.bu-board-page.bu-board-cargo .bu-feed .bu-c-price {
  justify-content: flex-end;
  padding-right: 8px !important;
}
html body.bu-board-page.bu-board-cargo .bu-feed .bu-c-ldate,
html body.bu-board-page.bu-board-cargo .bu-feed .bu-c-udate,
html body.bu-board-page.bu-board-cargo .bu-feed .bu-c-veh {
  font-size: 11px !important;
  font-weight: 750;
  white-space: nowrap !important;
}

html body.bu-board-page.bu-board-truck .bu-cols-head,
html body.bu-board-page .bu-feed .bu-item.compact.truck {
  grid-template-columns:
    22px minmax(0, 1.35fr) minmax(4rem, 0.7fr) minmax(4.2rem, 0.55fr) minmax(0, 1fr) minmax(2.6rem, 0.38fr) minmax(0, 0.9fr) !important;
}

/* ========== TELEFON: HEADER ========== */
@media (max-width: 899px) {
  html body .bu-mshell-bar {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 52px !important;
    height: calc(52px + env(safe-area-inset-top, 0px)) !important;
    padding: env(safe-area-inset-top, 0px) 10px 0 !important;
    overflow: hidden;
  }
  html body .bu-mshell-title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #f8fafc !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  html body .bu-mshell-brand {
    flex: 0 1 auto;
    max-width: 38%;
  }
  html body .bu-mshell-brand-img {
    height: 22px !important;
    max-width: 120px !important;
  }
  html body .bu-mshell-end {
    gap: 2px !important;
    flex-shrink: 0;
  }
  html body .bu-mshell-views {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 148px;
    max-width: 168px;
    gap: 2px;
    padding: 2px;
    border-radius: 10px;
  }
  html body .bu-mshell-view {
    min-height: 30px !important;
    padding: 0 4px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
  }
  html body .bu-mshell-ico,
  html body .bu-mshell-end .bu-bell {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0;
  }
  html body.bu-nalog-page .bu-mshell-brand {
    display: none !important;
  }

  /* Nalog: dock ostaje, tabovi ispod headera */
  html body.bu-nalog-page .bu-phonedock {
    display: grid !important;
  }
  html body.bu-nalog-page .bu-dash-main {
    padding: 10px 12px calc(18px + var(--bu-phonedock-h, 68px)) !important;
  }
  html body.bu-nalog-page .bu-nalog-tabs-mobile {
    position: sticky !important;
    top: calc(52px + env(safe-area-inset-top, 0px)) !important;
    z-index: 28 !important;
    margin: 0 -12px 12px !important;
    padding: 8px 12px !important;
    background: #e8eef5 !important;
    border-bottom: 0 !important;
  }
  html body.bu-nalog-page .bu-nalog-tabs-scroll {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  html body.bu-nalog-page .bu-nalog-tabs-scroll::-webkit-scrollbar { display: none; }
  html body.bu-nalog-page .bu-nalog-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
  html body.bu-nalog-page .bu-nalog-tab-full { display: none; }
  html body.bu-nalog-page .bu-nalog-tab-short { display: inline; }

  /* Tabla: kartice bez data-lab natpisa */
  html body.bu-board-page .bu-c::before,
  html body.bu-board-page .bu-feed .bu-c::before {
    content: none !important;
    display: none !important;
  }
  html body.bu-board-page .bu-cols-head { display: none !important; }

  html body.bu-board-page .bu-feed .bu-item.bu-row.compact,
  html body.bu-board-page .bu-feed .bu-item.compact,
  html body.bu-board-page .bu-feed .bu-item.compact.cargo,
  html body.bu-board-page .bu-feed .bu-item.compact.truck {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    gap: 6px 8px !important;
    margin: 8px 10px !important;
    padding: 12px 14px !important;
    background: #fff !important;
    border: 1px solid #dbe3ee !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    overflow: visible !important;
    white-space: normal !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact .bu-c {
    display: block !important;
    flex-direction: unset !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    border: 0 !important;
    padding: 0 !important;
    min-height: 0;
  }
  html body.bu-board-page .bu-feed .bu-item.compact .bu-c-fav {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-from {
    grid-column: 1 / 3 !important;
    grid-row: 1;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-to {
    grid-column: 1 / -1 !important;
    grid-row: 2;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-to::before {
    content: "→ " !important;
    display: inline !important;
    color: #0284c7;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-ldate,
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-udate {
    grid-row: 3;
    display: inline-flex !important;
    align-items: center;
    width: auto;
    padding: 3px 8px !important;
    border-radius: 999px;
    background: #ecfdf5;
    color: #166534;
    font-size: 11px !important;
    font-weight: 800;
    white-space: nowrap !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-ldate { grid-column: 1; justify-self: start; }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-udate {
    grid-column: 2 / 4;
    justify-self: end;
    background: #fff1f2;
    color: #9f1239;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-veh {
    grid-column: 1 / -1;
    grid-row: 4;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    padding-top: 2px !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-w {
    grid-column: 1;
    grid-row: 5;
    display: inline-flex !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-ldm {
    grid-column: 2;
    grid-row: 5;
    display: inline-flex !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-c-price {
    grid-column: 3;
    grid-row: 5;
    justify-self: end;
    align-self: center;
    overflow: visible !important;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-price.is-ask {
    font-size: 11px;
    padding: 5px 9px;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.cargo .bu-metric {
    margin-right: 8px;
  }
  html body.bu-board-page .bu-feed .bu-item.compact .bu-city b {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  html body.bu-board-page .bu-feed .bu-item.compact .bu-city small {
    font-size: 11px;
    color: #64748b;
  }

  html body.bu-board-page .bu-feed .bu-item.compact.truck .bu-c-from {
    grid-column: 1 / 3;
    grid-row: 1;
    font-size: 15px;
    font-weight: 800;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.truck .bu-c-veh {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.truck .bu-c-ldate {
    grid-column: 1;
    grid-row: 3;
    font-size: 12px;
    font-weight: 800;
    color: #166534;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.truck .bu-c-to {
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.truck .bu-c-w {
    grid-column: 1;
    grid-row: 4;
  }
  html body.bu-board-page .bu-feed .bu-item.compact.truck .bu-c-date {
    grid-column: 2 / 4;
    grid-row: 4;
    justify-self: end;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
  }
}

@media (min-width: 900px) {
  html body.bu-nalog-page .bu-nalog-tab-short { display: none; }
  html body.bu-nalog-page .bu-nalog-tab-full { display: inline; }
}

/* ========== NALOG: CUSTOM FEEL ========== */
html body.bu-nalog-page {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: #e8eef5 !important;
}
html body.bu-nalog-page .bu-dash-main {
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 18px 22px 48px !important;
}
html body.bu-nalog-page .bu-kicker {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
  color: #0284c7 !important;
  margin: 0 0 6px !important;
}
html body.bu-nalog-page .bu-account-head h2,
html body.bu-nalog-page .bu-dash-hero h1 {
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: #0f172a !important;
  margin: 0 !important;
}
html body.bu-nalog-page .bu-account-head .bu-sub,
html body.bu-nalog-page .bu-dash-panel .bu-sub {
  max-width: 52ch;
  font-size: 13px !important;
  line-height: 1.5;
  color: #64748b !important;
  margin: 6px 0 0 !important;
}
html body.bu-nalog-page .bu-nalog-tabs-mobile {
  margin: 0 0 16px !important;
}
html body.bu-nalog-page .bu-nalog-tab {
  background: #fff !important;
  color: #334155 !important;
  border: 1px solid #d5dee9 !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  text-decoration: none !important;
}
html body.bu-nalog-page .bu-nalog-tab.is-on {
  background: #0f172a !important;
  color: #fff !important;
  border-color: #0f172a !important;
}
html body.bu-nalog-page .bu-settings-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
}
html body.bu-nalog-page .bu-settings-nav-a {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  padding: 8px 12px;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  color: #64748b !important;
}
html body.bu-nalog-page .bu-settings-nav-a strong {
  font-size: 13px;
  font-weight: 800;
  color: inherit;
}
html body.bu-nalog-page .bu-settings-nav-a span { display: none; }
html body.bu-nalog-page .bu-settings-nav-a.is-on {
  background: transparent !important;
  border-bottom-color: #0284c7 !important;
  color: #0f172a !important;
}

html body.bu-nalog-page .bu-account-panel.is-on,
html body.bu-nalog-page form.bu-form-settings.is-on {
  background: #fff !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 18px !important;
  padding: 22px 24px 26px !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05) !important;
}
html body.bu-nalog-page .bu-nalog-win-dash {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
html body.bu-nalog-page .bu-dash-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #dbe3ee !important;
  border-left: 4px solid #00b4ff !important;
  margin-bottom: 14px;
}
html body.bu-nalog-page .bu-dash-hero-who {
  display: flex;
  align-items: center;
  gap: 14px;
}
html body.bu-nalog-page .bu-dash-hero-who .bu-ava {
  width: 56px;
  height: 56px;
  border-radius: 16px;
}
html body.bu-nalog-page .bu-dash-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
}
html body.bu-nalog-page .bu-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
}
html body.bu-nalog-page .bu-dash-stats-v2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
}
html body.bu-nalog-page .bu-stat-card {
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid #dbe3ee !important;
  text-decoration: none !important;
  color: #0f172a !important;
}
html body.bu-nalog-page .bu-stat-card small {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}
html body.bu-nalog-page .bu-stat-card strong {
  font-family: "IBM Plex Sans", "Plus Jakarta Sans", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
  color: #0f172a !important;
}
html body.bu-nalog-page .bu-dash-grid {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 16px !important;
}
html body.bu-nalog-page .bu-dash-panel {
  padding: 18px 20px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #dbe3ee !important;
}
html body.bu-nalog-page .bu-dash-panel h2 {
  font-size: 1.05rem !important;
  margin: 0 0 4px !important;
}
html body.bu-nalog-page .bu-dash-tiles {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px;
}
html body.bu-nalog-page .bu-dash-tile {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  text-decoration: none !important;
  color: #0f172a !important;
}
html body.bu-nalog-page .bu-dash-tile strong {
  font-size: 13px;
  font-weight: 800;
}
html body.bu-nalog-page .bu-dash-tile span {
  font-size: 11px;
  font-weight: 650;
  color: #64748b;
}
html body.bu-nalog-page .bu-dash-list-grid {
  display: grid !important;
  gap: 8px !important;
}
html body.bu-nalog-page .bu-dash-list-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e8eef4;
}
html body.bu-nalog-page .bu-dash-list-card a {
  color: #0f172a !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}

/* Pregled kontakt */
html body.bu-nalog-page .bu-contact-panel {
  border-left: 4px solid #38bdf8 !important;
}
html body.bu-nalog-page .bu-c-row {
  min-height: 42px;
  border-radius: 12px;
}

/* Oglasi */
html body.bu-nalog-page .bu-nalog-win-ads {
  border-left: 4px solid #0ea5e9 !important;
}
html body.bu-nalog-page .bu-listings-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  padding: 14px 16px;
}
html body.bu-nalog-page .bu-listings-main strong {
  font-size: 14px;
  letter-spacing: -0.02em;
}

/* Tim */
html body.bu-nalog-page .bu-nalog-win-fleet {
  border-left: 4px solid #10b981 !important;
}
html body.bu-nalog-page .bu-team-grid {
  display: grid !important;
  gap: 14px !important;
}

/* Poruke */
html body.bu-nalog-page .bu-nalog-win-msg {
  border-left: 4px solid #6366f1 !important;
}
html body.bu-nalog-page .bu-nalog-chat-dock {
  min-height: 180px;
  padding: 20px !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #f8fafc, #eef4fa) !important;
  border: 1px dashed #cbd5e1 !important;
}
html body.bu-nalog-page .bu-empty-state-poruke strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}
html body.bu-nalog-page .bu-message-card-pro {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6;
}

/* Favoriti */
html body.bu-nalog-page .bu-nalog-win-fav {
  border-left: 4px solid #f59e0b !important;
}

/* Postavke */
html body.bu-nalog-page .bu-nalog-win-set {
  border-left: 4px solid #64748b !important;
}
html body.bu-nalog-page .bu-form-settings label,
html body.bu-nalog-page .bu-form-card label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
html body.bu-nalog-page .bu-form-settings input,
html body.bu-nalog-page .bu-form-settings select,
html body.bu-nalog-page .bu-form-settings textarea,
html body.bu-nalog-page .bu-form-card input,
html body.bu-nalog-page .bu-form-card select,
html body.bu-nalog-page .bu-form-card textarea {
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid #d5dee9;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 650;
  color: #0f172a;
  background: #f8fafc;
}
html body.bu-nalog-page .bu-form-settings textarea,
html body.bu-nalog-page .bu-form-card textarea {
  min-height: 88px;
  padding: 10px 12px;
}
html body.bu-nalog-page .bu-form-grid {
  display: grid !important;
  gap: 14px !important;
}
html body.bu-nalog-page .bu-locked-firm {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  margin-bottom: 16px;
}
html body.bu-nalog-page .bu-locked-dl {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
}
html body.bu-nalog-page .bu-locked-dl dt {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
html body.bu-nalog-page .bu-locked-dl dd {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}
html body.bu-nalog-page .bu-settings-save {
  margin-top: 18px;
}

/* Finansije */
html body.bu-nalog-page .bu-nalog-win-pay {
  border-left: 4px solid #0284c7 !important;
}
html body.bu-nalog-page .bu-bill-pack-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 12px !important;
  margin: 8px 0 18px !important;
}
html body.bu-nalog-page .bu-bill-pack {
  padding: 18px 18px 16px !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
}
html body.bu-nalog-page .bu-bill-pack.is-year {
  background: #f0f9ff !important;
  border-color: #7dd3fc !important;
}
html body.bu-nalog-page .bu-bill-pack small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}
html body.bu-nalog-page .bu-bill-pack p strong {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #0f172a !important;
}
html body.bu-nalog-page .bu-bill-pack p em {
  font-style: normal;
  font-size: 13px;
  color: #64748b;
}
html body.bu-nalog-page .bu-pkg-saved {
  font-weight: 800 !important;
  color: #047857 !important;
}
html body.bu-nalog-page .bu-bill-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
}
html body.bu-nalog-page .bu-bill-card {
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
html body.bu-nalog-page .bu-bill-card small {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}
html body.bu-nalog-page .bu-bill-card strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}
html body.bu-nalog-page .bu-bill-details h3,
html body.bu-nalog-page .bu-pay-perfect h3,
html body.bu-nalog-page .bu-lemon-invoices h3 {
  font-size: 14px !important;
  font-weight: 800;
  margin: 18px 0 8px !important;
}
html body.bu-nalog-page .bu-pay-facts {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
html body.bu-nalog-page .bu-pay-facts li {
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
}
html body.bu-nalog-page [data-prof-panel="sef"].is-on { border-left: 4px solid #8b5cf6 !important; }
html body.bu-nalog-page [data-prof-panel="ocjene"].is-on { border-left: 4px solid #eab308 !important; }
html body.bu-nalog-page [data-prof-panel="alati"].is-on { border-left: 4px solid #06b6d4 !important; }
html body.bu-nalog-page [data-prof-panel="sigurnost"].is-on { border-left: 4px solid #475569 !important; }

html body.bu-nalog-page .bu-form-card {
  padding: 16px 16px 18px !important;
  margin: 0 0 14px;
  border-radius: 14px !important;
}

@media (min-width: 720px) {
  html body.bu-nalog-page .bu-dash-stats-v2 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  html body.bu-nalog-page .bu-dash-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  html body.bu-nalog-page .bu-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 900px) {
  html body.bu-nalog-page .bu-dash-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr) !important;
  }
}
@media (max-width: 699px) {
  html body.bu-nalog-page .bu-bill-pack-row,
  html body.bu-nalog-page .bu-bill-overview,
  html body.bu-nalog-page .bu-dash-list-grid {
    grid-template-columns: 1fr !important;
  }
  html body.bu-nalog-page .bu-account-panel.is-on,
  html body.bu-nalog-page form.bu-form-settings.is-on {
    padding: 16px 14px 20px !important;
    border-radius: 16px !important;
  }
  html body.bu-nalog-page .bu-dash-hero {
    padding: 16px 14px !important;
  }
  html body.bu-nalog-page .bu-listings-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  html body.bu-nalog-page .bu-listings-actions {
    justify-content: flex-start;
  }
}
