/* Nology YouTube CTA — visible brand cue without overpowering the section. */
#nology .nology-copy .button.nology-youtube-cta{
  width:100%!important;
  max-width:none!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding-inline:18px!important;
}
#nology .nology-cta-main{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:0;
  font-weight:800;
}
#nology .nology-cta-label{
  min-width:0;
  line-height:1.25;
}
#nology .button .nology-youtube-mark{
  width:24px!important;
  height:17px!important;
  flex:0 0 auto;
  fill:none!important;
  stroke:none!important;
}
#nology .button .nology-youtube-mark path{
  stroke:none!important;
}
#nology .button .nology-cta-arrow{
  width:14px!important;
  height:14px!important;
  flex:0 0 auto;
}
html[lang='ar'] #nology .nology-cta-main{
  direction:rtl;
}
@media(max-width:760px){
  #nology .nology-copy .button.nology-youtube-cta{
    padding-inline:15px!important;
    gap:12px!important;
  }
  #nology .button .nology-youtube-mark{
    width:22px!important;
    height:16px!important;
  }
}
