/* HS PRO Utilities
   Small reusable helpers and global safety rules only. */

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-scroll {
  overflow: hidden;
}

.text-balance {
  text-wrap: balance;
}

.break-long-words,
h1, h2, h3, h4,
button,
a,
.product-name,
.product-feature h2 {
  overflow-wrap: anywhere;
  word-break: normal;
}

.include-error {
  padding: 14px 18px;
  border: 1px solid rgba(209, 19, 40, 0.45);
  background: rgba(209, 19, 40, 0.12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}
