.quote-list-page {
  min-height: calc(100vh - 90px);
  padding: 0 18px 28px;
  background:
    radial-gradient(circle at top left, rgba(243, 220, 255, 0.85), transparent 24%),
    radial-gradient(circle at top right, rgba(245, 214, 230, 0.8), transparent 30%),
    linear-gradient(180deg, #f6f0fb 0%, #fbf7ff 100%);
}

.quote-list-shell {
  max-width: 1040px;
  margin: 0 auto;
}

.quote-list-hero {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0 14px;
}

.quote-list-kicker {
  font-size: 16px;
  line-height: 1;
  color: #9a8fa3;
  font-weight: 500;
  margin-bottom: 8px;
}

.quote-list-title {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(40px, 3.3vw, 56px);
  line-height: 0.92;
  color: #241137;
  letter-spacing: -0.7px;
}

.quote-list-create {
  min-width: 172px;
  height: 52px;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #5b2da8 0%, #3e1268 100%) !important;
  box-shadow: 0 4px 7.1px 0 rgba(255, 255, 255, 0.50) inset !important;
  text-transform: none !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  margin-top: 8px;
}

.quote-list-create:hover {
  background: linear-gradient(180deg, #6a20af 0%, #4f1b87 100%) !important;
  background-color: #4f1b87 !important;
}

.quote-list-card {
  margin: 0;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 30px;
  padding: 0;
  box-shadow: 0 18px 42px rgba(75, 31, 108, 0.10);
  overflow: hidden;
}

.quote-list-table-wrap {
  overflow-x: hidden;
}

.quote-list-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.quote-list-table thead {
  background: #f8f3ff;
}

.quote-list-table th {
  color: #7f6e8e;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(94, 58, 131, 0.10);
  text-align: left;
  white-space: nowrap;
}

.quote-list-table td {
  padding: 22px 18px;
  border-bottom: 1px solid rgba(94, 58, 131, 0.08);
  font-size: 16px;
  color: #2a1541;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.quote-list-table tbody tr:last-child td {
  border-bottom: 0;
}

.quote-list-name {
  font-weight: 800;
  color: #4d1b87;
}

.quote-list-amount {
  font-weight: 800;
}

.quote-list-status-cell {
  width: 96px;
  padding-right: 8px !important;
}

.quote-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.quote-badge--sent {
  background: #d7e7ff;
  color: #2680eb;
}

.quote-badge--won {
  background: #d9f3e0;
  color: #19a44b;
}

.quote-badge--draft {
  background: #efefef;
  color: #7b7b7b;
}

.quote-list-menu-cell {
  text-align: center;
  width: 64px;
  padding-left: 6px !important;
  padding-right: 10px !important;
  overflow: visible;
  text-overflow: clip;
}

.quote-list-menu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.quote-list-menu-trigger {
  width: 32px;
  height: 32px;
}

@media (max-width: 900px) {
  .quote-list-table {
    table-layout: auto;
  }

  .quote-list-table th,
  .quote-list-table td {
    padding: 14px 16px;
    white-space: normal;
  }
}
