.membership-blocked-view {
  width: min(720px, 100%);
  margin: 48px auto;
  padding: 40px 24px;
  text-align: center;
  color: #242424;
}

.membership-blocked-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.membership-blocked-pill span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #f0b429;
}

.membership-blocked-view h2 {
  max-width: 560px;
  margin: 0 auto;
  color: #242424;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.membership-blocked-view > p:not(.membership-blocked-pill) {
  max-width: 580px;
  margin: 14px auto 0;
  color: #5f6368;
  font-size: 16px;
  line-height: 1.55;
}

.membership-blocked-view ul {
  display: grid;
  gap: 10px;
  width: min(520px, 100%);
  margin: 26px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.membership-blocked-view li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3f4348;
  font-size: 14px;
  line-height: 1.45;
}

.membership-blocked-view li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  background: #fff4cc;
  color: #8a6200;
  font-size: 12px;
  font-weight: 800;
}

.membership-blocked-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 28px;
  padding: 0 20px;
  border-radius: 999px;
  background: #0f7a35;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.membership-blocked-cta:hover {
  background: #09652a;
  color: #fff;
}

.membership-blocked-view--story {
  width: min(520px, 100%);
  margin: 80px auto 56px;
  padding: 0;
  border: 0;
  text-align: center;
}

.membership-blocked-view--story .membership-blocked-title {
  max-width: 390px;
  margin: 0 auto;
  color: #242424;
  font-family: "PT Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.membership-blocked-view--story .membership-blocked-copy {
  max-width: 380px;
  margin: 22px auto 0;
  color: #6b6b6b;
  font-size: 11px;
  line-height: 1.45;
}

.membership-blocked-view--story .membership-blocked-benefits {
  display: grid;
  gap: 8px;
  width: min(300px, 100%);
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.membership-blocked-view--story .membership-blocked-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #242424;
  font-size: 11px;
  line-height: 1.35;
}

.membership-blocked-view--story .membership-blocked-benefits li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  color: #f0b429;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.membership-blocked-member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 22px;
  width: min(460px, 100%);
  margin: 28px auto 0;
}

.membership-blocked-member {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  color: #6b6b6b;
  font-size: 10px;
  line-height: 1.2;
}

.membership-blocked-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  border-radius: 999px;
  background: #f2f2f2;
  color: #242424;
  font-size: 13px;
  font-weight: 700;
}

.membership-blocked-member strong {
  max-width: 88px;
  overflow-wrap: anywhere;
  color: #242424;
  font-size: 10px;
  font-weight: 600;
}

.membership-blocked-member em {
  max-width: 94px;
  color: #8a8a8a;
  font-size: 9px;
  font-style: normal;
}

.membership-blocked-view--story .membership-blocked-cta {
  min-height: 34px;
  margin-top: 30px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1a8917;
  font-size: 12px;
  font-weight: 700;
}

.membership-blocked-view--story .membership-blocked-cta:hover {
  background: #0f7a14;
}

.membership-blocked-view--stats {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 640px) {
  .membership-blocked-view {
    margin: 32px auto;
    padding: 32px 4px;
  }

  .membership-blocked-view h2 {
    font-size: 28px;
  }

  .membership-blocked-view--story {
    margin: 56px auto 42px;
    padding: 0 8px;
  }

  .membership-blocked-view--story .membership-blocked-title {
    font-size: 22px;
  }

  .membership-blocked-member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(260px, 100%);
  }
}
