/* v61: Same CTA layout as v60; only make the three social logos slightly larger for better proportion. */
.brand-v4-cta-v60 .brand-v58-social-panel{
  gap:14px!important;
  padding:10px 15px!important;
}

.brand-v4-cta-v60 .brand-v58-social-icon{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
}

.brand-v4-cta-v60 .brand-v58-social-icon svg{
  width:30px!important;
  height:30px!important;
}

@media (max-width:760px){
  .brand-v4-cta-v60 .brand-v58-social-panel{
    padding:9px 12px!important;
    gap:12px!important;
  }
  .brand-v4-cta-v60 .brand-v58-social-icon{
    width:40px!important;
    height:40px!important;
  }
  .brand-v4-cta-v60 .brand-v58-social-icon svg{
    width:28px!important;
    height:28px!important;
  }
}
