
/* V30 — The existing Hızlı İletişim card itself follows page scroll */
@media(min-width:981px){
  .v30-sticky-sidebar{
    position:-webkit-sticky !important;
    position:sticky !important;
    top:96px !important;
    align-self:start !important;
    height:max-content !important;
    z-index:25 !important;
  }
  /* Neutralize the previous incorrect sticky target */
  .v29-sticky-contact{
    position:static !important;
    top:auto !important;
  }
}
@media(max-width:980px){
  .v30-sticky-sidebar{position:static !important}
}
