#socialRefresh { transition: background .18s, opacity .18s, transform .18s; }
#socialRefresh:active { transform: scale(.93); }
#socialRefresh:disabled { opacity: .58; cursor: wait; }
#socialRefresh.refreshing svg { animation: socialRefreshSpin .75s linear infinite; }
@keyframes socialRefreshSpin { to { transform: rotate(360deg); } }

.social-profile-card {
  height: 82px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px 15px;
}
.social-profile-card .code-actions { width: 54px; }
.social-panel { height: calc(100% - 152px); }
