/* Background color helper */
.is-chaman {
  background-color: #bcd400 !important;
  color: #fff !important;
}

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

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

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

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

.button.is-chaman:active,
.button.is-chaman.is-active {
  background-color: #1b8a86;
  color: #fff;
}
.has-background-chaman {
  background-color: #bcd400 !important;
  color: #fff !important;
}
.is-daman {
  background-color: #ff9800 !important;
  color: #fff !important;
}

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

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

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

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

.button.is-daman:active,
.button.is-daman.is-active {
  background-color: #1b8a86;
  color: #fff;
}
.has-background-daman {
  background-color: #ff9800 !important;
  color: #fff !important;
}