/* The legacy sales-assistant widget is injected after checkout renders. */
.co-wrap #hk-loyalty-checkout {
  box-sizing: border-box;
  margin-top: 0 !important;
  padding: 20px 24px 24px !important;
  min-width: 0;
}
.co-wrap #hk-loyalty-checkout > label {
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 10px !important;
}
.co-wrap #hk-loyalty-checkout > div {
  display: flex;
  gap: 10px !important;
  align-items: stretch;
  min-width: 0;
}
.co-wrap #hk-loyalty-checkout input {
  box-sizing: border-box;
  width: 0;
  min-width: 0;
  flex: 1 1 0% !important;
  min-height: 48px;
  font: inherit;
  font-size: 16px;
}
.co-wrap #hk-loyalty-checkout button {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 12px 16px !important;
  font: inherit;
  font-weight: 700;
}
.co-wrap #hk-loyalty-checkout small {
  margin-top: 12px !important;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.co-wrap #hk-loyalty-checkout input:focus-visible,
.co-wrap #hk-loyalty-checkout button:focus-visible {
  outline: 2px solid #ffc979;
  outline-offset: 2px;
}
@media (max-width: 700px) {
  .co-wrap #hk-loyalty-checkout { padding: 20px 16px !important; }
}
