.response-receipt {
  padding: 24px 20px;
  border-top: 4px solid #078979;
  background: #f0faf7;
  color: #123c45;
  overflow-wrap: anywhere;
  scroll-margin-top: 148px;
}

.response-receipt-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  background: #078979;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.response-receipt h2 {
  margin: 16px 0 20px;
  font-size: 21px;
  line-height: 1.5;
}

.response-receipt h2:focus { outline: none; }

.response-receipt-store { margin: 0 0 4px; font-size: 17px; font-weight: 700; }
.response-receipt-ticket { margin: 0; font-size: 13px; color: #496875; }
.response-receipt-details { margin: 22px 0; }
.response-receipt-details dt { margin-top: 14px; font-size: 13px; color: #496875; }
.response-receipt-details dd { margin: 4px 0 0; font-size: 16px; font-weight: 700; line-height: 1.6; }
.response-receipt-note { font-size: 14px; line-height: 1.7; }
.response-receipt-actions { display: grid; gap: 10px; margin-top: 24px; }
.response-receipt-actions .button { width: 100%; min-height: 48px; white-space: normal; }

@media (prefers-reduced-motion: no-preference) {
  .response-receipt:not(.hidden) { animation: response-receipt-enter 180ms ease-out; }
  @keyframes response-receipt-enter {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
