/* The forum-follow card replaces the old follower card and the site statistics widget. */
.happy-fm-followers-card,
[data-style^="sitestats_"] {
  display: none !important;
}

.happy-ff-card {
  margin-top: 12px !important;
  padding: 15px !important;
  border: 1px solid #ece8eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(60, 48, 56, .06) !important;
}

.happy-ff-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.happy-ff-card h3 {
  margin: 0;
  color: #463d45;
  font-size: 15px;
  font-weight: 850;
  line-height: 22px;
}

.happy-ff-card-head p {
  margin: 2px 0 0;
  color: #9a8795;
  font-size: 12px;
  line-height: 18px;
}

.happy-ff-card-head p strong {
  color: #d94f83;
  font-weight: 850;
}

.happy-ff-button,
.happy-ff-login {
  display: inline-flex;
  min-width: 72px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 12px;
  border: 1px solid #ef6f9f;
  border-radius: 8px;
  background: #ef6f9f;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none !important;
  cursor: pointer;
}

.happy-ff-button:hover,
.happy-ff-login:hover {
  border-color: #d94f83;
  background: #d94f83;
}

.happy-ff-button.is-active {
  border-color: #f1d6e2;
  background: #fff7fb;
  color: #d94f83 !important;
}

.happy-ff-button:disabled {
  opacity: .62;
  cursor: wait;
}

.happy-ff-avatars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.happy-ff-avatars a {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
}

.happy-ff-avatars img {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #f1d6e2;
}

.happy-ff-avatars a:hover img {
  box-shadow: 0 0 0 2px #ef6f9f;
}

.happy-ff-empty {
  margin: 12px 0 0;
  padding: 10px;
  border-radius: 8px;
  background: #f8f7f8;
  color: #9a8795;
  font-size: 12px;
  line-height: 19px;
}
