/* Background color helper */
.is-tealish {
  background-color: #24AEAB !important;
  color: #fff !important;
}

/* Text color helper (اختیاری ولی خیلی کاربردی) */
.has-text-tealish {
  color: #24AEAB !important;
}

/* Button states (برای سازگاری کامل با Bulma) */
.button.is-tealish {
  background-color: #24AEAB;
  border-color: transparent;
  color: #fff;
}

.button.is-tealish:hover,
.button.is-tealish.is-hovered {
  background-color: #1f9a96;
  color: #fff;
}

.button.is-tealish:focus,
.button.is-tealish.is-focused {
  box-shadow: 0 0 0 0.125em rgba(36, 174, 171, 0.25);
  color: #fff;
}

.button.is-tealish:active,
.button.is-tealish.is-active {
  background-color: #1b8a86;
  color: #fff;
}
.has-background-tealish {
  background-color: #24AEAB !important;
  color: #fff !important;
}
