/* idel bileşenleriyle uyum: kutu modeli + ortak hover sınıfları */
.idel-element{
  box-sizing:border-box;
}
.idel-has-hover-color:hover{color:var(--idel-hover-color)!important}
.idel-has-hover-bg:hover{background:var(--idel-hover-bg)!important;background-color:var(--idel-hover-bg)!important}
