:root {
  color-scheme: light;
  --ink: #111c1b;
  --muted: #68746f;
  --quiet: #8b9691;
  --line: #dfe7e2;
  --paper: #ffffff;
  --canvas: #f7f5ee;
  --wash: #eef5f1;
  --teal: #087364;
  --teal-dark: #063f3a;
  --teal-soft: #dcefeb;
  --gold: #b97824;
  --gold-soft: #f4d7a9;
  --charcoal: #0e1716;
  --danger: #9f3c2d;
  --shadow-soft: 0 14px 34px rgba(18, 35, 32, 0.1);
  --shadow-strong: 0 28px 70px rgba(9, 24, 22, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbfaf5 0%, var(--canvas) 48%, #f2f6f3 100%);
  font-family:
    Inter,
    "Segoe UI",
    "Microsoft YaHei",
    Arial,
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.compliance-bar {
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 245, 0.92);
  border-bottom: 1px solid rgba(17, 28, 27, 0.08);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-symbol {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, #0d8a78, var(--teal-dark));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.brand-mark strong,
.brand-mark small {
  display: block;
  line-height: 1.12;
}

.brand-mark strong {
  font-size: 16px;
}

.brand-mark small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(17, 28, 27, 0.08);
}

.site-nav a {
  min-height: 34px;
  padding: 8px 13px;
  color: #34423f;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal-dark);
  background: var(--teal-soft);
  outline: none;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: #edf4f1;
  border: 1px solid var(--line);
}

.language-switcher button {
  min-width: 38px;
  height: 32px;
  padding: 0 8px;
  border: 0;
  color: #41504d;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.active {
  color: #ffffff;
  background: var(--teal);
  outline: none;
}

.header-action,
.button,
.icon-button,
.upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.header-action {
  padding: 10px 16px;
  color: #ffffff;
  background: var(--teal-dark);
  box-shadow: 0 12px 24px rgba(6, 63, 58, 0.18);
  font-size: 14px;
  font-weight: 900;
}

.header-action:hover {
  background: var(--teal);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 70px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(244, 215, 169, 0.28), transparent 26%),
    linear-gradient(135deg, #081514 0%, #102622 54%, #dfe9e4 100%);
}

.hero::after {
  position: absolute;
  right: clamp(18px, 6vw, 92px);
  bottom: clamp(28px, 6vw, 80px);
  width: min(34vw, 430px);
  height: min(34vw, 430px);
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  transform: rotate(8deg);
  pointer-events: none;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 72% center;
  opacity: 0.52;
  filter: saturate(0.86) contrast(1.05);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 18, 17, 0.98) 0%, rgba(7, 18, 17, 0.88) 39%, rgba(7, 18, 17, 0.42) 67%, rgba(7, 18, 17, 0.1) 100%),
    linear-gradient(0deg, rgba(7, 18, 17, 0.45) 0%, rgba(7, 18, 17, 0) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  padding: clamp(84px, 11vw, 132px) clamp(20px, 6vw, 72px) clamp(56px, 7vw, 92px);
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #ffe4b5;
  background: rgba(183, 120, 36, 0.16);
  border: 1px solid rgba(244, 215, 169, 0.26);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
}

.headline-line {
  display: block;
  max-width: 100%;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.button {
  min-height: 48px;
  padding: 0 20px;
  font-weight: 900;
}

.button.primary {
  color: #ffffff;
  background: var(--teal);
  box-shadow: 0 16px 38px rgba(8, 115, 100, 0.28);
}

.button.primary:hover {
  background: #0b8a78;
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-facts {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.hero-facts div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.hero-facts dt {
  font-size: 27px;
  font-weight: 950;
}

.hero-facts dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.business-section,
.brand-section,
.catalog-section,
.contact-section {
  padding: clamp(58px, 7vw, 96px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 1120px;
  margin: 0 auto 28px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading.compact {
  margin-bottom: 20px;
}

.business-section {
  background:
    linear-gradient(180deg, #fbfaf5 0%, var(--canvas) 100%);
}

.business-grid {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.business-panel {
  position: relative;
  min-height: 240px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 28, 27, 0.08);
  box-shadow: var(--shadow-soft);
}

.business-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.panel-kicker {
  margin-bottom: 34px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.business-panel h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.22;
}

.business-panel p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.brand-section {
  background:
    linear-gradient(135deg, #eaf3ef 0%, #f7f5ee 100%);
}

.brand-pills {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 28, 27, 0.08);
  box-shadow: 0 8px 20px rgba(18, 35, 32, 0.06);
  color: #203033;
  font-size: 14px;
  font-weight: 900;
}

.catalog-section {
  background: #ffffff;
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.source-note {
  max-width: 460px;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.catalog-toolbar {
  display: grid;
  max-width: 1200px;
  margin: 0 auto 16px;
  grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(145px, 0.7fr)) auto auto auto;
  gap: 10px;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0 14px;
  background: #f7faf8;
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.search-field input {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

select {
  min-width: 0;
  height: 46px;
  padding: 0 36px 0 13px;
  color: var(--ink);
  background: #f7faf8;
  border: 1px solid var(--line);
}

.stock-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 13px;
  background: #f7faf8;
  border: 1px solid var(--line);
  color: #263639;
  font-weight: 800;
  white-space: nowrap;
}

.stock-toggle input {
  width: 16px;
  height: 16px;
  accent-color: var(--teal);
}

.icon-button,
.upload-button {
  height: 46px;
  padding: 0 14px;
  color: #173033;
  background: #ffffff;
  border-color: var(--line);
  font-weight: 900;
}

.icon-button:hover,
.upload-button:hover {
  background: #edf5f1;
  border-color: #abc2bb;
}

.upload-button {
  color: #ffffff;
  background: var(--teal);
  border-color: var(--teal);
  box-shadow: 0 14px 24px rgba(8, 115, 100, 0.18);
}

.upload-button:hover {
  color: #ffffff;
  background: var(--teal-dark);
}

.upload-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.upload-status {
  min-height: 22px;
  max-width: 1200px;
  margin: 0 auto 14px;
  color: var(--muted);
  font-size: 13px;
}

.upload-status strong {
  color: var(--teal-dark);
}

.upload-status.error {
  color: var(--danger);
}

.stats-grid {
  display: grid;
  max-width: 1200px;
  margin: 0 auto 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  padding: 20px;
  background: linear-gradient(180deg, #fbfdfc, #f4f8f6);
  border: 1px solid var(--line);
}

.stat-card span,
.stat-card strong {
  display: block;
}

.stat-card span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.stat-card strong {
  font-size: 28px;
  line-height: 1.05;
}

.table-shell {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px rgba(18, 35, 32, 0.12);
}

table {
  width: 100%;
  min-width: 1160px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 17px;
  border-bottom: 1px solid #e9efec;
  text-align: left;
  vertical-align: middle;
}

th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f1f7f4;
  color: #314144;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

td {
  color: #263639;
  font-size: 14px;
}

tbody tr:hover {
  background: #fbfdfc;
}

.product-name {
  display: grid;
  gap: 4px;
}

.product-name small {
  color: var(--muted);
  font-size: 12px;
}

.brand-name {
  color: var(--teal-dark);
  font-weight: 950;
}

.numeric {
  font-variant-numeric: tabular-nums;
}

.quantity-input {
  width: 92px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.quantity-input:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(8, 115, 100, 0.15);
}

.quantity-input.compact {
  width: 78px;
}

.row-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 88px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #bad1ca;
  background: #f2faf7;
  color: var(--teal-dark);
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.row-add-button:hover {
  background: #e1f2ec;
  border-color: var(--teal);
}

.row-add-button.selected {
  color: #ffffff;
  background: var(--teal);
  border-color: var(--teal);
}

.row-add-button.remove {
  min-width: 78px;
  color: #8c392b;
  background: #fff5f2;
  border-color: #f1b5a8;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid var(--line);
  background: #f8faf9;
  color: #314144;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.status-online {
  border-color: #a7d3c7;
  background: #e8f6f1;
  color: #0c5a52;
}

.status-order {
  border-color: #e5c997;
  background: #fff6e6;
  color: #76510f;
}

.status-clearance {
  border-color: #f1b5a8;
  background: #fff0ed;
  color: #8c392b;
}

.table-footer {
  display: flex;
  max-width: 1200px;
  margin: 16px auto 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.table-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.pagination {
  display: flex;
  gap: 8px;
}

.quote-panel {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: clamp(22px, 3vw, 30px);
  background:
    linear-gradient(180deg, #fbfdfc 0%, #f4f8f6 100%);
  border: 1px solid var(--line);
  box-shadow: 0 22px 60px rgba(18, 35, 32, 0.1);
}

.quote-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 24px;
  align-items: end;
}

.quote-panel h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.12;
}

.quote-panel-head p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.quote-totals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.quote-totals div {
  min-height: 92px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 28, 27, 0.08);
}

.quote-totals dt {
  color: var(--teal-dark);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.05;
}

.quote-totals dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.customer-fields {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.customer-fields label {
  display: grid;
  gap: 7px;
}

.customer-fields span {
  color: #30413f;
  font-size: 12px;
  font-weight: 900;
}

.customer-fields input,
.customer-fields textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

.customer-fields input {
  height: 44px;
  padding: 0 12px;
}

.customer-fields textarea {
  min-height: 44px;
  padding: 11px 12px;
  resize: vertical;
}

.customer-fields input:focus,
.customer-fields textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(8, 115, 100, 0.15);
}

.notes-field {
  grid-column: 1 / -1;
}

.quote-list-shell {
  margin-top: 18px;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid var(--line);
}

.quote-list-table {
  min-width: 780px;
  box-shadow: none;
}

.quote-list-table th,
.quote-list-table td {
  padding: 13px 15px;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.quote-actions .button,
.quote-actions .icon-button {
  min-height: 44px;
}

.icon-button.danger {
  color: #8c392b;
}

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

.quote-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.quote-status.error {
  color: var(--danger);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 36px;
  align-items: start;
  background:
    radial-gradient(circle at 84% 20%, rgba(183, 120, 36, 0.22), transparent 24%),
    linear-gradient(135deg, #0b1514 0%, #12322e 100%);
  color: #ffffff;
}

.contact-section > div,
.contact-list {
  max-width: 1040px;
}

.contact-section h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4vw, 50px);
}

.contact-section p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  font-style: normal;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.contact-row:hover {
  background: rgba(255, 255, 255, 0.15);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 20px clamp(18px, 4vw, 56px);
  background: #0e1719;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 1160px) {
  .site-header {
    grid-template-columns: minmax(210px, 1fr) auto auto;
  }

  .site-nav {
    order: 4;
    grid-column: 1 / -1;
    justify-self: center;
  }

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

  .search-field {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .brand-mark {
    min-width: 0;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    justify-self: stretch;
  }

  .language-switcher {
    grid-column: 1 / 2;
    justify-self: start;
  }

  .header-action {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .hero {
    min-height: 720px;
  }

  .hero::after {
    display: none;
  }

  .hero-media {
    object-position: 58% center;
    opacity: 0.42;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(7, 18, 17, 0.96) 0%, rgba(7, 18, 17, 0.82) 60%, rgba(7, 18, 17, 0.3) 100%);
  }

  .hero-content {
    padding-top: 200px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .business-grid,
  .stats-grid,
  .contact-section,
  .quote-panel-head,
  .customer-fields {
    grid-template-columns: 1fr;
  }

  .catalog-heading,
  .table-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .source-note {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .compliance-bar {
    font-size: 11px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .site-nav a {
    padding-inline: 10px;
  }

  .header-action {
    width: 44px;
    padding: 0;
  }

  .header-action span {
    display: none;
  }

  h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .business-section,
  .brand-section,
  .catalog-section,
  .contact-section {
    padding-inline: 14px;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .stat-card {
    padding: 16px;
  }

  .table-shell {
    margin-inline: -14px;
    border-left: 0;
    border-right: 0;
  }

  .quote-panel {
    margin-top: 24px;
    padding: 18px 14px;
  }

  .quote-totals {
    grid-template-columns: 1fr;
  }

  .quote-list-shell {
    margin-inline: -14px;
    border-left: 0;
    border-right: 0;
  }

  .quote-list-table {
    min-width: 0;
  }

  .quote-list-table thead {
    display: none;
  }

  .quote-list-table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #e9efec;
  }

  .quote-list-table tbody tr:last-child {
    border-bottom: 0;
  }

  .quote-list-table td {
    display: block;
    padding: 0;
    border-bottom: 0;
  }

  .quote-list-table td:first-child,
  .quote-list-table td:nth-child(4) {
    grid-column: 1 / -1;
  }

  .quote-list-table td:nth-child(3) {
    align-self: center;
    text-align: right;
  }

  .quote-list-table .row-add-button {
    width: 100%;
  }

  .quote-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quote-actions .button,
  .quote-actions .icon-button {
    width: 100%;
  }

  th,
  td {
    padding: 12px;
  }
}
