/**
 * Front styles for Product Custom Message module.
 * You can safely customize these rules to match your theme.
 */
.product-custom-message {
  margin: -5px 0 15px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(240, 80, 35, 0.50);
  border-radius: 0.375rem;
  background: rgba(240, 80, 35, 0.1);
  color: rgb(29, 37, 44);
  line-height: 1.2;
  font-size: 14px;
}
.product-custom-message p {
  margin: 0 0 5px;
  font-size: 14px;
}
.product-custom-message p:last-child {
  margin-bottom: 0;
}
.product-custom-message strong {
  font-weight: 700;
}