/* Improves the dark hero words on the MalyWorld homepage without changing the orange line below. */
.mwbs-gold-hero-text{
  background:linear-gradient(90deg,#ffe08a 0%,#ffc13b 45%,#ff7b00 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 0 28px rgba(255,166,0,.2)!important;
  opacity:1!important;
}
