.hys-bp-handoff-note {
	box-sizing: border-box;
  width: min(calc(100% - 32px), 900px);
  margin: 24px auto;
  padding: 18px 20px;
  border: 1px solid #dfe4e0;
  border-left: 3px solid #237d36;
  border-radius: 10px;
  background: #f8f9f8;
  color: #555b57;
  font-family: inherit;
}

.hys-bp-handoff-note strong {
  display: block;
  color: #111311;
  font-size: 16px;
}

.hys-bp-handoff-note p {
  margin: 7px 0 13px;
  font-size: 13px;
  line-height: 1.6;
}

.hys-bp-handoff-note button {
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid #111311;
  border-radius: 999px;
  background: #111311;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.hys-bp-handoff-note button:focus-visible {
  outline: 3px solid #237d36;
  outline-offset: 3px;
}
