/* Minimal styles for the consent screen markup produced by /assets/js/scripts.js.
   Colors and fonts follow the iReceipt.pro design system (ireceipt-pro/design). */

#consent-screen .modal-content {
  border-top: 1px solid #d9e1e8;
  box-shadow: 0 -4px 12px rgba(11, 27, 43, 0.08);
  background: #ffffff;
}

#consent-screen .modal-body {
  margin: 0;
}

#consent-screen .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
}

#consent-screen p {
  font-size: 14px;
  color: #33475b;
  margin: 0;
  padding: 0 8px;
  font-family: "Inter", system-ui, sans-serif;
}

#consent-screen .btn {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#consent-screen .btn-dark {
  background: #035f88;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
}

#consent-screen .btn-dark:hover {
  background: #004883;
}

#consent-screen .btn-outline-dark {
  background: #ffffff;
  color: #035f88;
  padding: 7px 15px;
  border: 1px solid #0691ca;
}

#consent-screen .btn-outline-dark:hover {
  background: #eef8fd;
}
