.business-hours-notice {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  padding: 14px 16px;
  color: #1f3e56;
  background-color: #eef8ff;
  border: 1px solid #9fcde8;
  border-left: 4px solid #247bb5;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.business-hours-notice p {
  margin: 0;
}

.business-hours-notice p + p {
  margin-top: 4px;
}

@media screen and (max-width: 575px) {
  .business-hours-notice {
    padding: 12px 14px;
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
