.crqp-card {
  border: 1px solid #d9d2c4;
  border-radius: 8px;
  padding: 24px;
  margin: 28px 0;
  background: #fffdf8;
  color: #24211c;
}

.crqp-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 1px solid #e7dfd1;
  padding-bottom: 16px;
}

.crqp-kicker {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7d4f24;
}

.crqp-card h2,
.crqp-card h3 {
  margin-top: 0;
}

.crqp-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.crqp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #9f6d38;
  border-radius: 6px;
  background: #fff;
  color: #6b421b;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.crqp-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.crqp-facts span {
  background: #f8f1e7;
  border-radius: 6px;
  padding: 10px;
}

.crqp-facts strong {
  display: block;
  font-size: 12px;
  color: #7d4f24;
}

.crqp-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
}

.crqp-card li {
  margin-bottom: 8px;
}

.crqp-mini-section,
.crqp-nutrition {
  margin-top: 20px;
}

.crqp-nutrition dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.crqp-nutrition div {
  background: #f8f1e7;
  border-radius: 6px;
  padding: 10px;
}

.crqp-nutrition dt {
  font-weight: 700;
}

.crqp-nutrition dd {
  margin: 0;
}

.crqp-muted {
  color: #6f6b64;
}

@media (max-width: 720px) {
  .crqp-card-head,
  .crqp-card-grid {
    display: block;
  }

  .crqp-actions {
    justify-content: flex-start;
    margin-top: 12px;
  }
}

@media print {
  @page {
    margin: 0.35in;
  }

  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  body.crqp-printing > :not(#crqp-print-root) {
    display: none !important;
  }

  #crqp-print-root {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #crqp-print-root .crqp-card {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    background: #fff !important;
    color: #111 !important;
    font-size: 11pt;
  }

  #crqp-print-root .crqp-card-head {
    padding-bottom: 10px;
  }

  #crqp-print-root .crqp-card h2 {
    font-size: 18pt;
    margin-bottom: 8px;
  }

  #crqp-print-root .crqp-card h3 {
    font-size: 13pt;
    margin-bottom: 6px;
  }

  #crqp-print-root .crqp-facts {
    gap: 6px;
    margin: 12px 0;
  }

  #crqp-print-root .crqp-facts span,
  #crqp-print-root .crqp-nutrition div {
    padding: 6px;
    background: #f6f6f6 !important;
  }

  #crqp-print-root .crqp-card li {
    margin-bottom: 4px;
  }

  #crqp-print-root .crqp-actions {
    display: none !important;
  }
}
