.pdf-table-wrap {
  border: 1px solid var(--pdf-line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.pdf-pricing-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0 !important;
  font-size: 9.25px;
}

.pdf-pricing-table th {
  padding: 12px 10px;
  text-align: start;
  color: #fff;
  background: var(--pdf-navy);
  font-family: "LEMON MILK FormaFX", sans-serif;
  font-size: 8px;
  text-transform: uppercase;
}

.pdf-pricing-table td {
  padding: 11px 10px;
  border-top: 1px solid var(--pdf-line);
  vertical-align: middle;
}

.pdf-product-cell {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pdf-product-cell img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.pdf-product-cell span {
  display: grid;
  gap: 1px;
}

.pdf-product-cell small {
  font-size: 7.5px;
  line-height: 1.3;
  color: var(--pdf-muted);
  max-width: 155px;
}

.pdf-pricing-table .pdf-money-lines small {
  font-size: 7.5px;
}

.pdf-total-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0;
}

.pdf-total {
  padding: 13px 14px;
  border: 1px solid var(--pdf-line);
  border-radius: 13px;
  background: var(--pdf-soft);
  display: grid;
  gap: 6px;
}

.pdf-total > span {
  font-size: 8.5px;
  color: var(--pdf-muted);
}

.pdf-total .pdf-money-lines {
  font-size: 15px;
  text-align: start;
}

.pdf-total.primary {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #1655b1, #2b7ded);
}

.pdf-total.primary > span,
.pdf-total.primary small {
  color: #dffaff;
}

.pdf-financial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pdf-financial-grid article {
  padding: 17px 18px;
  border-radius: 16px;
  background: var(--pdf-soft);
  border: 1px solid var(--pdf-line);
}

.pdf-financial-grid article.dark {
  color: #fff;
  background: linear-gradient(118deg, #031121 0%, #07264a 55%, #0d3d68 100%);
  border: 0;
}

.pdf-financial-grid h3 {
  font-family: "LEMON MILK FormaFX", sans-serif;
  margin: 0 0 10px;
  font-size: 12px;
}

.pdf-financial-grid dl {
  margin: 0;
  display: grid;
  gap: 8px;
}

.pdf-financial-grid dl div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--pdf-line);
  padding-bottom: 6px;
}

.pdf-financial-grid dt,
.pdf-financial-grid ul {
  font-size: 8.5px;
}

.pdf-financial-grid dd {
  margin: 0;
}

.pdf-financial-grid ul {
  padding-left: 17px;
  margin: 0;
  display: grid;
  gap: 8px;
}

.pdf-rate-note {
  font-size: 7.5px;
  color: var(--pdf-muted);
  text-align: end;
  margin-top: 10px;
}

.pdf-payment-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }

.pdf-protection, .pdf-payment-card { border-radius: 17px; padding: 20px; }

.pdf-protection { background: linear-gradient(118deg, #031121 0%, #07264a 55%, #0d3d68 100%); color: #fff; }

.pdf-protection h3, .pdf-payment-card span { font-family: "LEMON MILK FormaFX", sans-serif; }

.pdf-protection ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 13px; }

.pdf-protection li { display: flex; align-items: flex-start; gap: 9px; font-size: 9px; }

.pdf-protection li b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(25, 227, 255, .16); color: #6ef8ee; }

.pdf-payment-card { border: 1px solid var(--pdf-line); margin-bottom: 12px; background: var(--pdf-soft); }

.pdf-payment-card.dark { color: #fff; background: var(--pdf-navy); border: 0; }

.pdf-payment-card > strong { display: block; font-size: 29px; font-family: "LEMON MILK FormaFX", sans-serif; color: var(--pdf-blue); }

.pdf-payment-card.dark > strong { color: #5bf1d4; }

.pdf-payment-card .pdf-money-lines { font-size: 13px; text-align: start; }

.pdf-payment-card p { font-size: 8px; margin: 9px 0 0; color: var(--pdf-muted); }

.pdf-payment-card.dark p { color: #b6c8dc; }

.pdf-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }

.pdf-timeline article { padding: 13px; border: 1px solid var(--pdf-line); border-radius: 13px; background: var(--pdf-soft); }

.pdf-timeline b { font-family: "LEMON MILK FormaFX", sans-serif; color: var(--pdf-blue); }

.pdf-timeline h3 { font-size: 9px; margin: 7px 0 5px; }

.pdf-timeline p { font-size: 7px; color: var(--pdf-muted); margin: 0; }

.pdf-validation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

.pdf-validation-grid article { padding: 18px; border: 1px solid var(--pdf-line); border-radius: 15px; background: var(--pdf-soft); }

.pdf-validation-grid article.dark { background: var(--pdf-navy); color: #fff; }

.pdf-validation-grid h3 { font-family: "LEMON MILK FormaFX", sans-serif; margin: 0 0 10px; }

.pdf-validation-grid ul { padding-left: 17px; margin: 0; font-size: 8px; }

.pdf-validation-grid label { display: block; font-size: 7px; margin-top: 10px; }

.pdf-validation-grid i { display: block; height: 14px; border-bottom: 1px solid #88a0b8; }

.is-dark .pdf-table-wrap,
.is-dark .pdf-pricing-table td {
  background: #0a1725;
}

.is-dark .pdf-pricing-table td,
.is-dark .pdf-product-cell b,
.is-dark .pdf-pricing-table .money,
.is-dark .pdf-pricing-table .discount {
  color: #e9f2ff;
}

.is-dark .pdf-product-cell small,
.is-dark .pdf-pricing-table .pdf-money-lines small {
  color: #9fb0c7;
}
