.loq-account-club {
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: var(--loq-account-card-radius);
  display: grid;
  gap: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--loq-account-primary) 0%, var(--loq-account-club-mid) 58%, var(--loq-account-club-end) 100%);
  box-shadow: 0 14px 30px rgb(var(--loq-account-primary-rgb) / 0.2);
  font: inherit;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.loq-account-club::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -40px;
  width: 150px;
  height: 150px;
  background: rgb(255 255 255 / 0.08);
  transform: rotate(18deg);
}

.loq-account-club__head,
.loq-account-club__head span,
.loq-account-club__body {
  display: flex;
  align-items: center;
}

.loq-account-club__head {
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 720;
}

.loq-account-club__head span {
  gap: 8px;
}

.loq-account-club__head span i {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #7a45f5;
  background: #fff;
  font-size: 11px;
}

.loq-account-club__body {
  gap: 14px;
  position: relative;
  z-index: 1;
}

.loq-account-club__level,
.loq-account-club__progress,
.loq-account-club__credits {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.loq-account-club__level,
.loq-account-club__credits {
  flex: 0 0 auto;
}

.loq-account-club__progress {
  flex: 1 1 auto;
  padding-inline: 14px;
  border-inline: 1px solid rgb(255 255 255 / 0.25);
}

.loq-account-club strong {
  font-size: 19px;
  font-weight: 760;
  line-height: 1;
}

.loq-account-club small {
  color: rgb(255 255 255 / 0.84);
  font-size: var(--loq-account-caption-size);
  font-weight: 560;
  line-height: 1.25;
}

.loq-account-club__progress span {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgb(255 255 255 / 0.35);
}

.loq-account-club__progress em {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
}
