.basket_business_hours_notice {
  display: none;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(43, 42, 39, 0.12);
  background-color: #ffd10a;
  color: #2b2a27;
  font-size: 13px;
  line-height: 1.45;
}

.basket_business_hours_notice--visible {
  display: flex;
}

.basket_business_hours_notice__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #2b2a27;
}

.basket_business_hours_notice__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.basket_business_hours_notice__text {
  flex: 1 1 auto;
  min-width: 0;
}
