.bdh-free-shipping-message {
  margin: 1rem 0 1.2rem;
  padding: .9rem 1rem;
  border: 1px solid #f0b66e;
  border-radius: 8px;
  background: #fff8ee;
  color: #3d3d3d;
  font-size: .98rem;
  line-height: 1.45;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .04);
}

.bdh-free-shipping-message.is-success {
  border-color: #8bc79b;
  background: #f1fbf3;
}

.bdh-free-shipping-row {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
}

.bdh-free-shipping-row + .bdh-free-shipping-row {
  margin-top: .55rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(93, 73, 43, .13);
}

.bdh-free-shipping-emoji {
  flex: 0 0 auto;
  font-size: 1.15em;
  line-height: 1.35;
}

.bdh-free-shipping-text {
  flex: 1 1 auto;
  white-space: pre-line;
}

@media (max-width: 767px) {
  .bdh-free-shipping-message {
    padding: .8rem;
    font-size: .94rem;
  }
}
