/* REQVERA R13.6.2 — mobile social alignment closure.
   Scope: footer social presence only. No product/runtime/layout changes outside this component. */
.social-profile-r1320[data-network="producthunt"]{--social-accent:255,97,84}
@media(max-width:520px){
  .enterprise-footer-main-r875>.social-presence-r1320,
  .acq-foot>.social-presence-r1320{
    width:100%;min-width:0;max-width:100%;box-sizing:border-box;
    align-items:center;justify-content:center;text-align:center;
    margin-left:0;margin-right:0;padding-left:0;padding-right:0;
  }
  .social-presence-label-r1320{display:block;width:100%;text-align:center;white-space:normal}
  .social-actions-r1320{
    width:min(100%,340px);max-width:340px;margin:0 auto;
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:stretch;justify-content:center;gap:8px;
  }
  .social-profile-r1320{
    width:100%;min-width:0;max-width:100%;box-sizing:border-box;
    min-height:40px;padding:0 9px;overflow:hidden;
    justify-content:center;white-space:nowrap;font-size:10px;
  }
  .social-profile-r1320 svg{width:14px;height:14px;flex:0 0 14px}
  .social-profile-r1320 span{min-width:0;overflow:hidden;text-overflow:ellipsis}
}
@media(max-width:340px){
  .social-actions-r1320{gap:7px}
  .social-profile-r1320{padding:0 7px;font-size:9.5px;gap:6px}
}
