/* wire-profile-feed-continuation-303f1h730 */

.wire-profile-feed-continuation-h730{
  display:grid !important;
  justify-items:center !important;
  gap:8px !important;
  padding:18px 14px 26px !important;
}

.wire-profile-feed-continuation-h730 button{
  min-width:180px !important;
}

.wire-profile-feed-continuation-h730 button[aria-busy="true"]{
  opacity:.64 !important;
  pointer-events:none !important;
  cursor:wait !important;
}

.wire-profile-feed-continuation-h730 small{
  min-height:18px !important;
  color:#91a6b7 !important;
  text-align:center !important;
}

.wire-profile-feed-end-h730{
  padding:18px 14px 28px !important;
  color:#91a6b7 !important;
  text-align:center !important;
}

.wire-profile-feed-error-h730{
  color:#ff9eaa !important;
}

@media(max-width:799px){
  .wire-profile-feed-continuation-h730{
    padding-bottom:calc(100px + env(safe-area-inset-bottom)) !important;
  }

  .wire-profile-feed-continuation-h730 button{
    width:min(100%,320px) !important;
    min-height:44px !important;
  }
}