:root {
  --red: #e52a1d;
  --ink: #252326;
  --muted: #6d6869;
  --line: #ded9d4;
  --paper: #fbfaf8;
  --panel: #ffffff;
  --green: #35685a;
  --gold: #b08a4b;
  --blue: #2f5d7c;
  --shadow: 0 16px 40px rgba(37, 35, 38, 0.12);
}

[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  height: 48px;
  width: auto;
}

.topnav,
.quick-actions,
.inline-form,
.mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.topnav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

.topnav a.button {
  color: white;
}

.button,
button.button,
.icon-button {
  border: 0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  background: var(--red);
  color: white;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

[hidden],
.button[hidden],
button[hidden] {
  display: none !important;
}

.button.ghost,
.icon-button {
  color: var(--ink);
  background: #efece8;
}

.disabled-link {
  opacity: 0.45;
  pointer-events: none;
}

.pagination-actions {
  margin-top: 16px;
}

.topnav a.button.ghost {
  color: #ffffff;
  background: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 0 8px 18px rgba(37, 35, 38, 0.18);
}

.topnav a.button.ghost:hover {
  background: var(--red);
  border-color: var(--red);
}

.mobile-webapp .topbar {
  justify-content: center;
  min-height: 64px;
  padding: 10px 18px;
}

.mobile-webapp .brand img {
  height: 42px;
}

.button.small {
  min-height: 36px;
  padding: 8px 12px;
}

.button.tiny {
  min-height: 30px;
  padding: 6px 9px;
  font-size: 13px;
}

.button.danger,
.danger {
  background: #8f241c;
  color: white;
}

.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;
}

.copy-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.copy-button.icon-button {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
}

.copy-glyph,
.copy-glyph::before {
  display: block;
  width: 13px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.copy-glyph {
  position: relative;
}

.copy-glyph::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
  background: inherit;
}

.copy-button.copied {
  color: white;
  background: var(--green);
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 250, 248, 0.95) 0%, rgba(251, 250, 248, 0.82) 40%, rgba(251, 250, 248, 0.08) 72%);
  z-index: -1;
}

.hero-content {
  max-width: 720px;
  padding: clamp(36px, 7vw, 84px);
}

.hero h1,
.welcome-strip h1,
.admin-head h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
}

.hero p,
.section-head p,
.tour-copy p,
.welcome-strip p {
  color: #403d3e;
  font-size: 18px;
}

.eyebrow {
  color: var(--red);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 13px;
}

.hero-actions,
.filterbar,
.inline-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.band,
.tour-band,
.contact-band,
.page,
.dashboard,
.wizard-page {
  padding: clamp(28px, 5vw, 72px);
}

.compact {
  padding-top: 28px;
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-head h2,
.tour-copy h2,
.panel h2,
.mobile-head h1 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
}

.tour-copy .button {
  margin-top: 8px;
}

.service-grid,
.package-row,
.option-grid,
.metric-grid,
.stats-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-item,
.package-card,
.panel,
.form-panel,
.auth-card,
.choice-card,
.mobile-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(37, 35, 38, 0.08);
}

.service-item,
.package-card,
.choice-card {
  overflow: hidden;
}

.service-item img,
.package-card img,
.choice-card.visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-item h3,
.service-item p,
.package-card h3,
.package-card p,
.package-card span,
.package-card strong,
.package-card em {
  margin-left: 16px;
  margin-right: 16px;
}

.service-item p,
.package-card p,
.package-card span,
.muted,
.small-text {
  color: var(--muted);
}

.package-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tour-band,
.contact-band,
.split-visual,
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
}

.panorama {
  position: relative;
  height: min(58vw, 520px);
  overflow: hidden;
  border-radius: 8px;
  cursor: grab;
  box-shadow: var(--shadow);
  background: #ddd;
}

.panorama img {
  width: 122%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform 0.08s linear;
  transform: scale(1.08);
}

.panorama span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
}

.contact-band {
  background: #f0eee9;
}

.trap {
  position: absolute;
  left: -9999px;
}

label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbc5bf;
  border-radius: 7px;
  padding: 10px 12px;
  background: white;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.form-panel,
.auth-card,
.panel,
.mobile-card {
  padding: clamp(18px, 3vw, 28px);
}

.auth-page {
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.auth-card {
  width: min(100%, 440px);
  display: grid;
  gap: 14px;
}

.auth-card img {
  max-width: 230px;
}

.form-error,
.toast.error {
  background: #fee8e5;
  border: 1px solid #f0a097;
  color: #7a1711;
  padding: 10px 12px;
  border-radius: 7px;
}

.form-success,
.toast.success {
  background: #e8f4ee;
  border: 1px solid #9ecab5;
  color: #164f3d;
  padding: 10px 12px;
  border-radius: 7px;
}

.toast {
  position: fixed;
  top: 90px;
  right: 18px;
  z-index: 30;
  max-width: 360px;
}

.notification-toast {
  cursor: pointer;
  display: grid;
  gap: 4px;
  box-shadow: 0 12px 28px rgba(37, 35, 38, 0.14);
}

.notification-toast span {
  color: inherit;
}

.dashboard,
.page {
  max-width: 1440px;
  margin: 0 auto;
}

.page.narrow {
  max-width: 760px;
}

.welcome-strip,
.notice-band,
.detail-header,
.admin-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.notice-band {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.notice-band img {
  width: 180px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 10px;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 13px;
}

.badge,
.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  min-height: 28px;
  padding: 4px 10px;
  background: #edf3f1;
  color: var(--green);
  font-weight: 900;
  border: 0;
}

.assignment-row td:first-child {
  border-left: 5px solid transparent;
}

.assignment-row--cancelled td {
  background: #fff1f0;
}

.assignment-row--cancelled td:first-child {
  border-left-color: #c73b31;
}

.assignment-row--planned td {
  background: #fff6e7;
}

.assignment-row--planned td:first-child {
  border-left-color: #d8892f;
}

.assignment-row--needs-planning td {
  background: #fff0df;
}

.assignment-row--needs-planning td:first-child {
  border-left-color: #e52a1d;
}

.assignment-row--completed td {
  background: #eef8f1;
}

.assignment-row--completed td:first-child {
  border-left-color: #248255;
}

.status-badge--cancelled {
  background: #fee1de;
  color: #8c1f18;
}

.status-badge--planned {
  background: #ffe9c4;
  color: #7a4a0c;
}

.status-badge--needs-planning {
  background: #ffe1cd;
  color: #923113;
}

.status-badge--completed {
  background: #dff2e7;
  color: #1d6443;
}

.slot-preview {
  display: grid;
  gap: 10px;
}

.slot-preview div,
.visit-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
}

.slot-preview span {
  color: var(--muted);
}

.wizard-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}

.wizard-aside,
.wizard-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.step-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.step-list li {
  padding: 10px 12px;
  border-radius: 7px;
  background: #f1efeb;
  font-weight: 800;
  color: var(--muted);
}

.step-list li.active {
  background: var(--ink);
  color: white;
}

.step-list li.done {
  background: #e7f1ed;
  color: var(--green);
}

.wizard-step {
  display: none;
  min-height: 460px;
}

.wizard-step.active {
  display: grid;
  gap: 18px;
  align-content: start;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid.wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.option-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-card {
  padding: 16px;
  cursor: pointer;
}

.choice-card input,
.package-card input {
  width: auto;
}

.choice-card:has(input:checked),
.package-card:has(input:checked) {
  outline: 3px solid rgba(229, 42, 29, 0.24);
  border-color: var(--red);
}

.package-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.package-card.selectable {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
}

.privacy-note,
.notice {
  background: #fff7e8;
  color: #5f421a;
  border: 1px solid #e0c38c;
  padding: 12px;
  border-radius: 7px;
}

.notice.small {
  font-size: 14px;
}

.danger-zone {
  border-color: #e2a09a;
  background: #fff5f3;
}

.slot-results {
  display: grid;
  gap: 14px;
}

.slot-day {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.slot-day strong {
  width: 100%;
}

.slot-day button {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px 10px;
  background: white;
  cursor: pointer;
}

.slot-day button.selected {
  background: var(--green);
  color: white;
  border-color: var(--green);
}

.slot-day button.busy-slot {
  background: #fff0f0;
  border-color: #d88984;
  color: #8f241c;
}

.slot-day button.busy-slot.selected {
  background: #8f241c;
  border-color: #8f241c;
  color: #ffffff;
}

.slot-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: white;
  font-weight: 800;
}

.tour-question {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: center;
}

.tour-question img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.tour-example-link {
  color: var(--red);
  font-weight: 900;
}

.summary-box dl,
.info-list {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px 14px;
}

.summary-box dt,
.info-list dt {
  color: var(--muted);
  font-weight: 800;
}

.summary-box dd,
.info-list dd {
  margin: 0;
}

.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.admin-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 80vh;
}

.side-nav {
  background: #302d30;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 6px;
}

.side-nav a,
.nav-parent {
  color: #eee;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 7px;
  font-weight: 800;
}

.side-nav .nav-kassa-link {
  margin-bottom: 4px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: inset 4px 0 0 var(--red);
}

.side-nav .nav-kassa-link:hover,
.side-nav .nav-kassa-link:focus {
  background: var(--red);
  color: #ffffff;
}

.nav-parent {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.nav-dropdown {
  display: grid;
  gap: 4px;
}

.nav-submenu {
  display: none;
  gap: 3px;
  padding: 0 0 6px 10px;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
  display: grid;
}

.nav-submenu a {
  padding: 8px 10px;
  font-size: 14px;
  color: #f7f1ef;
}

.side-nav a.active,
.side-nav a:hover,
.nav-parent:hover,
.nav-parent:focus {
  background: var(--red);
}

.admin-content {
  padding: clamp(20px, 4vw, 44px);
  display: grid;
  gap: 18px;
  align-content: start;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric {
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
  padding: 18px;
}

.metric span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.metric strong {
  font-size: 38px;
}

.metric.alert {
  border-color: #d99a67;
  background: #fff4ec;
}

.link-metric {
  text-decoration: none;
  color: var(--ink);
}

.link-metric strong {
  font-size: 28px;
}

.sort-link {
  color: var(--ink);
  text-decoration: none;
}

.catalog-form {
  display: grid;
  grid-template-columns: 1fr 1.5fr 80px 90px 1fr 90px 90px;
  gap: 8px;
  align-items: center;
}

.faq-admin-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1.4fr) 110px 110px auto;
  gap: 10px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.inline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) auto;
  gap: 10px;
}

.inline-grid.slim {
  grid-template-columns: minmax(140px, 1fr) 90px 120px 90px;
  margin-bottom: 8px;
}

.stack {
  display: grid;
  gap: 14px;
}

.nav-section {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

.link-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--brand);
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
}

.upload-progress {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.planning-panel {
  border-color: #e6ad74;
  background: #fffaf4;
}

.planning-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
}

.planning-card--attention {
  border-color: #e6ad74;
  box-shadow: inset 4px 0 0 var(--red);
}

.planning-callout p {
  margin: 6px 0 0;
}

.dropzone {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 2px dashed var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

.dropzone span {
  color: var(--muted);
  font-size: 0.95rem;
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e3dd;
}

.progress-track i {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--green);
  transition: width 0.15s ease;
}

.mail-preview {
  overflow: auto;
  max-height: 520px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
  color: var(--ink);
  white-space: pre-wrap;
}

.print-logo {
  max-width: 240px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.intake-confirmation-preview {
  max-height: none;
  background: #fff;
}

.mail-preview-box {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf8;
}

@media print {
  .topbar,
  .site-footer,
  .no-print {
    display: none !important;
  }

  body.print-page {
    background: #fff;
  }

  .print-document {
    border: none;
    box-shadow: none;
  }
}

.faq-edit {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.check input {
  width: auto;
}

.map-frame {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 8px;
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 240px;
  overflow: auto;
}

.bar-chart div {
  min-width: 58px;
  height: calc(var(--value) * 14px + 28px);
  background: linear-gradient(180deg, var(--red), var(--gold));
  color: white;
  border-radius: 7px 7px 0 0;
  display: grid;
  align-content: end;
  padding: 6px;
}

.top-list {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.top-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.office-tabs {
  margin-bottom: 14px;
}

.office-dashboard .two-col {
  align-items: stretch;
}

.note-board {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}

.sticky-note {
  display: grid;
  gap: 10px;
  min-height: 260px;
  padding: 16px;
  border: 1px solid rgba(37, 35, 38, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(37, 35, 38, 0.13);
}

.sticky-note.yellow {
  background: #fff3a8;
}

.sticky-note.blue {
  background: #dceeff;
}

.sticky-note.green {
  background: #dff3df;
}

.sticky-note.pink {
  background: #ffe0ea;
}

.sticky-note input,
.sticky-note textarea,
.sticky-note select {
  background: rgba(255, 255, 255, 0.72);
}

.hours-grid,
.chip-list {
  display: grid;
  gap: 8px;
}

.hours-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.workday-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.workday-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.customer-confirm {
  display: grid;
  gap: 4px;
}

.customer-confirm[hidden] {
  display: none !important;
}

.customer-mode-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.repair-new-customer {
  display: grid;
  gap: 12px;
}

.repair-new-customer[hidden],
[data-existing-customer-fields][hidden] {
  display: none !important;
}

.mobile-app {
  max-width: 820px;
  margin: 0 auto;
  padding: 18px;
  display: grid;
  gap: 16px;
}

.mobile-card {
  display: grid;
  gap: 12px;
}

.mobile-card.next {
  border-color: var(--red);
  box-shadow: var(--shadow);
}

.mobile-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-map-frame {
  display: grid;
  gap: 6px;
}

.mobile-map-frame iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: 8px;
  background: #e9e5df;
}

.streetview-placeholder {
  display: grid;
  place-items: center;
  min-height: 180px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #e9e5df;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
  padding: 12px;
}

.streetview-placeholder a {
  color: var(--red);
  font-weight: 900;
}

.mobile-map-frame span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.mobile-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.mobile-details summary {
  cursor: pointer;
  font-weight: 900;
}

.mobile-details .info-list {
  margin-top: 12px;
}

.mobile-actions,
.field-note-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.field-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.twofa-setup {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.qr-card {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.qr-code {
  width: min(100%, 190px);
  height: auto;
  display: block;
}

.secret-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.secret-box span {
  color: var(--muted);
  font-size: .9rem;
}

.secret-box strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0;
  word-break: break-all;
}

@media (max-width: 720px) {
  .twofa-setup {
    grid-template-columns: 1fr;
  }
}

.highlight-row td {
  background: #fff7f5;
}

.calendar-block-form {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.broker-calendar {
  display: grid;
  gap: 14px;
}

.calendar-day {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.calendar-day > header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: #f7f5f2;
}

.calendar-day > header strong {
  font-size: 1rem;
}

.calendar-day > header span {
  color: var(--muted);
}

.calendar-day > .muted {
  padding: 14px 16px;
  margin: 0;
}

.calendar-event {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}

.calendar-event:last-child {
  border-bottom: 0;
}

.calendar-event time {
  font-weight: 900;
  color: var(--ink);
}

.calendar-event div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.calendar-event strong,
.calendar-event span,
.calendar-event small {
  overflow-wrap: anywhere;
}

.calendar-event span,
.calendar-event small {
  color: var(--muted);
}

.calendar-event em {
  justify-self: end;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f1ede8;
  color: var(--muted);
  font-style: normal;
  font-size: .84rem;
  font-weight: 800;
  white-space: nowrap;
}

.calendar-event--own {
  background: #fff7f5;
}

.calendar-event--own em {
  background: #ffe3de;
  color: #9c2018;
}

.calendar-event--busy {
  background: #fafafa;
}

.calendar-event--busy strong {
  color: #555057;
}

@media (max-width: 720px) {
  .calendar-event {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .calendar-event em {
    justify-self: start;
  }

  .pos-shell,
  .settings-grid,
  .receipt-layout,
  .pos-discount-row {
    grid-template-columns: 1fr;
  }

  .pos-checkout {
    position: static;
  }

  .pos-actions,
  .pos-payment {
    grid-template-columns: 1fr;
  }
}

.qr {
  width: 220px;
}

.faq-list {
  margin-top: 22px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list summary::marker {
  color: var(--red);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(37, 35, 38, 0.42);
}

.modal-card {
  width: min(100%, 460px);
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 26px;
}

.wide-modal {
  width: min(100%, 760px);
  max-height: 84vh;
  overflow: auto;
}

.setup-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.availability-card {
  width: min(100%, 780px);
  max-height: 84vh;
  overflow: auto;
}

.availability-button {
  margin: 12px 0 8px;
  width: 100%;
}

.availability-results {
  display: grid;
  gap: 14px;
}

.compact-head {
  margin-bottom: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.muted-row {
  opacity: 0.55;
}

.suggestions {
  display: grid;
  gap: 6px;
}

.address-inline-suggestions {
  margin-top: 4px;
}

.suggestions button {
  text-align: left;
  border: 1px solid var(--line);
  background: white;
  border-radius: 7px;
  padding: 8px 10px;
}

.device-model-suggestions button {
  display: grid;
  gap: 2px;
  width: 100%;
}

.form-grid > .device-model-suggestions {
  grid-column: 1 / -1;
}

.device-model-suggestions button span {
  color: var(--muted);
  font-size: 12px;
}

.repair-devices-panel {
  gap: 12px;
}

.repair-device-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.repair-device-toolbar label {
  min-width: min(100%, 380px);
}

.repair-device-list {
  display: grid;
  gap: 8px;
  max-height: 680px;
  overflow: auto;
  padding-right: 4px;
}

.repair-device-row,
.repair-device-add {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.repair-device-row summary,
.repair-device-add summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
}

.repair-device-summary {
  display: grid;
  grid-template-columns: 120px 140px minmax(180px, 1fr);
  gap: 10px;
  width: 100%;
  align-items: center;
}

.repair-device-kind {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #f4efea;
  color: var(--muted);
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 800;
}

.repair-device-edit-form.inline-grid {
  grid-template-columns: 130px 150px minmax(220px, 1fr) 80px auto auto;
  padding: 0 12px 12px;
}

.repair-device-edit-form label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.repair-device-edit-form label input,
.repair-device-edit-form label select {
  margin-top: 3px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
}

.office-pos-page .panel {
  align-content: start;
}

.pos-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, .75fr);
  gap: 18px;
  align-items: start;
}

.pos-catalog,
.pos-checkout {
  display: grid;
  gap: 16px;
}

.pos-checkout {
  position: sticky;
  top: 96px;
}

.pos-catalog-head,
.pos-checkout-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.pos-catalog-head input {
  width: min(100%, 340px);
}

.pos-product-search {
  display: grid;
  gap: 5px;
  width: min(100%, 340px);
}

.pos-product-search input {
  width: 100%;
}

.pos-product-search small {
  color: var(--green);
  font-weight: 800;
}

.pos-product-search small.error {
  color: #a1271d;
}

.pos-checkout-head > strong {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  color: var(--green);
}

.pos-receipt-email-field {
  grid-column: 1 / -1;
}

.pos-new-customer-button {
  align-self: end;
  min-height: 42px;
}

.pos-new-customer-button span {
  font-size: 1.2rem;
  line-height: 1;
}

.pos-customer-modal-card {
  width: min(100%, 780px);
}

.pos-customer-modal-card h2 {
  margin: 0;
  font-size: 1.45rem;
}

.pos-customer-address-field {
  position: relative;
}

.pos-customer-address-field .address-inline-suggestions {
  max-height: 190px;
  overflow-y: auto;
}

.product-created-modal {
  width: min(100%, 520px);
}

.product-created-modal h2,
.product-created-modal p {
  margin-top: 0;
}

.product-created-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-created-actions .button {
  justify-content: center;
  text-align: center;
}

.pos-fast-grid,
.pos-product-grid {
  display: grid;
  gap: 10px;
}

.pos-fast-grid {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.pos-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  max-height: 680px;
  overflow: auto;
  padding-right: 4px;
}

.pos-fast-button,
.pos-product-tile,
.pos-group-filter button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.pos-fast-button {
  display: grid;
  gap: 8px;
  min-height: 86px;
  padding: 12px;
  text-align: left;
  border-left: 5px solid var(--tile-color, var(--red));
  font-weight: 900;
}

.pos-fast-button span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--tile-color, var(--red)) 14%, white);
  color: var(--tile-color, var(--red));
  font-size: 12px;
  text-transform: uppercase;
}

.pos-group-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pos-group-filter button {
  min-height: 34px;
  padding: 7px 11px;
  font-weight: 800;
}

.pos-group-filter button.selected {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.pos-product-tile {
  display: grid;
  grid-template-rows: 94px auto auto auto;
  gap: 7px;
  min-height: 210px;
  padding: 10px;
  text-align: left;
}

.pos-product-tile:hover,
.pos-fast-button:hover {
  border-color: var(--red);
  box-shadow: 0 10px 26px rgba(37, 35, 38, .1);
}

.pos-product-tile img,
.pos-product-icon {
  width: 100%;
  height: 94px;
  border-radius: 8px;
  object-fit: cover;
  background: #f0ece8;
}

.pos-product-icon {
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pos-product-tile strong,
.pos-product-tile small,
.pos-product-tile em {
  overflow-wrap: anywhere;
}

.pos-product-tile small,
.pos-product-tile em {
  color: var(--muted);
  font-size: 12px;
}

.pos-product-tile em {
  font-style: normal;
  font-weight: 800;
}

.pos-product-tile.is-bundle {
  border-top: 4px solid #126b55;
}

.pos-product-tile.is-bundle em {
  color: #126b55;
}

.pos-repair-picker {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #faf8f5;
}

.pos-repair-picker summary {
  cursor: pointer;
  font-weight: 900;
}

.pos-cart-wrap {
  max-height: 360px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pos-cart-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.pos-cart-table th,
.pos-cart-table td {
  padding: 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.pos-cart-table th {
  color: var(--muted);
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.pos-cart-table td:first-child {
  display: grid;
  gap: 5px;
  min-width: 190px;
}

.pos-cart-table small {
  color: var(--muted);
}

.pos-cart-table input {
  width: 100%;
  min-width: 72px;
}

.pos-line-total {
  font-weight: 900;
  white-space: nowrap;
}

.icon-button.tiny {
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  font-size: 16px;
}

.pos-discount-row {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 10px;
}

.pos-totals {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background: #f6f2ee;
}

.pos-totals span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.pos-totals .grand-total {
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-size: 1.25rem;
  font-weight: 900;
}

.pos-payment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pos-payment legend {
  padding: 0 6px;
  color: var(--muted);
  font-weight: 900;
}

.pos-payment label {
  position: relative;
  display: block;
  border-radius: 7px;
  cursor: pointer;
}

.pos-payment-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pos-payment-visual {
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(20, 25, 35, 0.06);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.pos-payment-visual img {
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 7px;
  background: #f3f5f7;
}

.pos-payment-visual strong {
  font-size: 0.94rem;
  line-height: 1.15;
}

.pos-payment-option:hover .pos-payment-visual {
  border-color: #c9cdd2;
}

.pos-payment-option input:checked + .pos-payment-visual {
  border-color: var(--red);
  background: #fff7f6;
  box-shadow: 0 0 0 2px rgba(230, 41, 29, 0.1);
}

.pos-payment-option input:checked + .pos-payment-visual img {
  background: #fff;
}

.pos-payment-option input:focus-visible + .pos-payment-visual {
  outline: 3px solid rgba(28, 102, 214, 0.28);
  outline-offset: 2px;
}

.pos-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pos-actions .danger {
  grid-column: 1 / -1;
}

.pos-line-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pos-line-mode legend {
  padding: 0 6px;
  color: var(--muted);
  font-weight: 900;
}

.pos-line-mode label {
  position: relative;
  cursor: pointer;
}

.pos-line-mode input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pos-line-mode span {
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 12px;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #f6f6f5;
}

.pos-line-mode small {
  color: var(--muted);
  line-height: 1.3;
}

.pos-line-mode input:checked + span {
  border-color: var(--red);
  background: #fff7f6;
}

.pos-line-mode input:focus-visible + span {
  outline: 3px solid rgba(28, 102, 214, 0.28);
  outline-offset: 2px;
}

.pos-held-list {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.pos-held-list summary {
  cursor: pointer;
  font-weight: 900;
}

.pos-held-list a {
  display: block;
  padding: 8px 0;
  color: var(--red);
  font-weight: 800;
}

.product-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-cell img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: #eee9e4;
}

.product-cell span {
  display: grid;
  gap: 2px;
}

.product-cell small {
  color: var(--muted);
}

.product-image-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-image-strip img {
  width: 120px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
  background: #eee9e4;
}

.pos-photo-presets {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pos-photo-presets p {
  margin: 3px 0 0;
}

.pos-photo-preset-group {
  display: grid;
  gap: 8px;
}

.pos-photo-preset-group h3 {
  margin: 4px 0 0;
  font-size: 1rem;
}

.pos-photo-preset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pos-photo-preset {
  position: relative;
  cursor: pointer;
}

.pos-photo-preset input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pos-photo-preset span {
  display: grid;
  gap: 8px;
  padding: 8px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f6f6f5;
}

.pos-photo-preset img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.pos-photo-preset strong {
  padding: 0 4px 3px;
  text-align: center;
}

.pos-photo-preset:hover span {
  border-color: #c9cdd2;
}

.pos-photo-preset input:checked + span {
  border-color: var(--red);
  background: #fff7f6;
  box-shadow: 0 0 0 2px rgba(230, 41, 29, 0.1);
}

.pos-photo-preset input:focus-visible + span {
  outline: 3px solid rgba(28, 102, 214, 0.28);
  outline-offset: 2px;
}

.product-image-manager {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.product-image-manager article {
  display: grid;
  gap: 9px;
  align-content: start;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-image-manager img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
  background: #eee9e4;
}

.product-image-manager .button {
  width: 100%;
}

.product-floating-save {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 60;
  min-width: 132px;
  min-height: 50px;
  box-shadow: 0 14px 32px rgba(37, 35, 38, 0.24);
}

.pos-bundle-picker {
  padding: 16px;
  border: 1px solid #c9ddd5;
  border-radius: 8px;
  background: #f7faf8;
}

.pos-bundle-product-list {
  display: grid;
  gap: 7px;
  max-height: 470px;
  overflow: auto;
  padding-right: 4px;
}

.pos-bundle-product-head {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 88px 88px;
  gap: 10px;
  padding: 0 11px 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.pos-bundle-product-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 88px 88px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.pos-bundle-product-option.selected {
  border-color: #126b55;
  background: #f0faf6;
}

.pos-bundle-product-option span {
  display: grid;
  gap: 2px;
}

.pos-bundle-product-option small {
  color: var(--muted);
}

.invoice-line-list {
  display: grid;
  gap: 8px;
}

.invoice-line {
  display: grid;
  grid-template-columns: minmax(240px, 2.4fr) 90px 130px 85px 110px 34px;
  align-items: end;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.invoice-line > strong {
  align-self: center;
  text-align: right;
  white-space: nowrap;
}

.invoice-settings summary {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 900;
}

.invoice-status-paid {
  background: #e3f5eb;
  color: #126b55;
}

.invoice-status-sent,
.invoice-status-overdue {
  background: #fff0d6;
  color: #8b4b00;
}

.invoice-status-cancelled {
  background: #fde8e6;
  color: #a1271d;
}

.invoice-print-shell {
  max-width: 980px;
}

.invoice-document tbody td {
  padding: 11px 10px;
  border-bottom: 1px solid #e6e0da;
  vertical-align: top;
}

.stock-low {
  color: #a1271d;
  font-weight: 900;
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.settings-grid .inline-grid {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: end;
}

.receipt-layout {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.receipt-preview {
  background: #fff;
}

.receipt-preview pre {
  margin: 0;
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
}

@media print {
  .no-print,
  .side-nav,
  .topbar,
  .site-footer {
    display: none !important;
  }

  .admin-layout,
  .receipt-layout {
    display: block;
  }

  .receipt-preview {
    border: 0;
    box-shadow: none;
  }

  .invoice-print-shell,
  .invoice-document {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.34);
}

.whatsapp-float span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

@media (max-width: 1000px) {
  .pos-shell {
    grid-template-columns: 1fr;
  }

  .pos-checkout {
    position: static;
  }

  .invoice-line {
    grid-template-columns: minmax(180px, 2fr) repeat(3, minmax(80px, 1fr)) 100px 34px;
  }

  .service-grid,
  .package-row,
  .package-picker,
  .option-grid,
  .metric-grid,
  .stats-grid,
  .form-grid,
  .form-grid.wide,
  .tour-band,
  .contact-band,
  .split-visual,
  .two-col,
  .wizard-shell,
  .admin-layout,
  .hours-grid {
    grid-template-columns: 1fr;
  }

  .side-nav {
    position: static;
    display: flex;
    overflow-x: auto;
  }

  .catalog-form,
  .faq-admin-row,
  .inline-grid,
  .inline-grid.slim,
  .repair-device-summary,
  .repair-device-edit-form.inline-grid,
  .hours-grid div,
  .field-note-grid,
  .tour-question,
  .mobile-map-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 84vh;
  }

  .hero::before {
    background: rgba(251, 250, 248, 0.88);
  }

  .welcome-strip,
  .notice-band,
  .detail-header,
  .admin-head,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .notice-band img {
    width: 100%;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topnav {
    width: 100%;
  }

  .summary-box dl,
  .info-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .pos-bundle-product-head {
    display: none;
  }

  .pos-bundle-product-option {
    grid-template-columns: 24px minmax(0, 1fr) 72px 72px;
    gap: 7px;
  }

  .pos-payment,
  .pos-line-mode,
  .product-created-actions {
    grid-template-columns: 1fr;
  }

  .pos-photo-preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-image-manager {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-floating-save {
    right: 16px;
    bottom: 16px;
    min-width: 112px;
  }

  .invoice-line {
    grid-template-columns: 1fr 1fr;
  }

  .invoice-line > label:first-child {
    grid-column: 1 / -1;
  }
}
