.activity .title {
  margin-bottom: 20px;
}
.activity__subtitle {
  margin-bottom: 20px;
}
.activity__subtitle p {
  margin-bottom: 10px;
}
.activity .q-expansion-item__container > .q-item {
  padding: 30px;
  width: 100%;
  border-radius: 16px;
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
.activity .q-item {
  width: 100%;
  min-height: unset;
}
.activity .q-icon {
  transition: all 0.3s linear;
}
.activity__expand-icon {
  transition: transform 0.3s ease;
}
.activity__expand-icon.expanded {
  transform: rotate(180deg);
}
.activity .q-expansion-item {
  margin-bottom: 16px;
}
.activity .q-expansion-item__content > .q-card {
  margin-top: 8px;
  padding: 30px;
  width: 100%;
  border-radius: 16px;
  background-color: #f2f2f2;
}
.activity .q-card__section--vert {
  padding: 0px;
}
.activity .q-item__section--avatar svg {
  width: 32px;
  height: 32px;
}
.activity .q-separator {
  margin-top: 8px;
  margin-bottom: 16px;
}
.activity__item-title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.activity__leagues ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.activity__leagues-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activity__leagues-item .q-img {
  width: 80px;
  height: 80px;
}
.activity__leagues-item-title {
  margin-bottom: 8px;
  padding: 0 8px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-wrap: nowrap;
}
.activity__leagues-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.activity__leagues-item-text span:first-of-type {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: #858790;
}
.activity__leagues-item-1 .activity__leagues-item-title {
  border: 1px solid #ecc186;
  background-color: rgba(236, 193, 134, 0.1);
}
.activity__leagues-item-2 .activity__leagues-item-title {
  border: 1px solid #fdefb5;
  background-color: rgba(253, 239, 181, 0.1);
}
.activity__leagues-item-3 .activity__leagues-item-title {
  border: 1px solid #f7c36e;
  background-color: rgba(247, 195, 110, 0.2);
}
.activity__leagues-item-4 .activity__leagues-item-title {
  border: 1px solid #fee27a;
  background-color: rgba(254, 226, 122, 0.1);
}
.activity__leagues-item-5 .activity__leagues-item-title {
  border: 1px solid #db7c21;
  background-color: rgba(219, 124, 33, 0.1);
}
.activity__leagues-item-6 .activity__leagues-item-title {
  border: 1px solid #d6d9d8;
  background-color: rgba(214, 217, 216, 0.2);
}
.activity__leagues-item-7 .activity__leagues-item-title {
  border: 1px solid #0e5285;
  background-color: rgba(14, 82, 133, 0.1);
}
.activity__leagues-item-8 .activity__leagues-item-title {
  border: 1px solid #397935;
  background-color: rgba(57, 121, 53, 0.2);
}
.activity__leagues-item-9 .activity__leagues-item-title {
  border: 1px solid #0caaa3;
  background-color: rgba(12, 170, 163, 0.1);
}
.activity__leagues-item-10 .activity__leagues-item-title {
  border: 1px solid #86518c;
  background-color: rgba(134, 81, 140, 0.2);
}
.activity__line-subtitle {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
}
.activity__line {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
}
.activity__line-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.activity__line-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.activity__line-img {
  margin-left: auto;
  position: absolute;
  right: 48px;
  z-index: 0;
}
.activity__line-img .q-img {
  width: 48px;
  height: 48px;
}
.activity__line-number {
  margin-left: 48px;
  padding: 0 5px;
  min-width: 60px;
  max-width: 60px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid #fbcc7b;
  background: rgba(251, 204, 123, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Black-Black, #0b1221);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.activity__line-text {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33;
  color: #858790;
}
.activity__line-info {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.33;
}
.activity__spending-text {
  margin-bottom: 16px;
}
.activity__spending-text ol {
  margin: 0;
  padding: 0;
}
.activity__spending-text ul {
  margin: 0;
  padding: 0;
}
.activity__spending-text ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.activity__spending-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.4em;
  height: 0.4em;
  background-color: #0b1221;
  border-radius: 50%;
}
.activity__spending-subtitle {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1080px) {
.activity__leagues ul {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 768px) {
.activity {
    padding-top: 30px;
}
.title {
    margin-bottom: 16px;
    text-align: center;
}
.activity__subtitle {
    margin-bottom: 16px;
    text-align: center;
}
.activity__subtitle p {
    margin-bottom: 16px;
}
.activity__leagues ul {
    grid-template-columns: repeat(3, 1fr);
}
.activity .q-expansion-item__container > .q-item {
    padding: 16px;
    font-size: 15px;
}
.activity .q-expansion-item__content > .q-card {
    padding: 16px;
}
.activity__line-subtitle {
    font-size: 18px;
}
.activity__line-title {
    font-size: 15px;
}
.activity__line-text {
    font-size: 12px;
}
.activity__line-number {
    min-width: 48px;
    max-width: 48px;
    font-size: 15px;
}
.activity__line-img {
    right: 39px;
}
.activity__line-img .q-img {
    width: 32px;
    height: 32px;
}
.activity__line {
    padding: 8px;
}
.activity__line-subtitle {
    margin-bottom: 8px;
}
.q-item__section--avatar svg {
    width: 24px;
    height: 24px;
}
.activity__item-title {
    font-size: 24px;
}
.activity__line {
    margin-bottom: 8px;
}
.activity__line + .q-separator {
    margin-top: 16px;
}
.activity__spending-text ol {
    margin: 0 16px;
}
.activity__spending-subtitle {
    font-size: 15px;
}
.activity__spending-text ul li::before {
    top: 0.5em;
}
.activity .q-expansion-item {
    margin-bottom: 8px;
}
.activity .q-item__section--side {
    padding-right: 8px;
}
.activity .q-item__section--avatar {
    min-width: 24px;
}
.activity__leagues-title {
    text-align: center;
}
}
@media (max-width: 500px) {
.activity__leagues ul {
    grid-template-columns: repeat(2, 1fr);
}
.activity__item-title {
    font-size: 20px;
}
}