/* Hall of fame page start */

.coin-fame-component .clearfix::after {
  display: none;
}

.path-hall-of-fame .coin-filter-component .view-filters .form--inline {
  padding-inline: 0px;
}

.coin-fame-component .coin-two-col-row.views-row {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.coin-fame-component .coin-two-col-row.views-row:last-child {
  margin-bottom: 0px;
}

.coin-fame-component .coin-two-col-col {
  border-radius: 12px;
  background-color: var(--secondary-five);
  padding: 20px;
  width: 100% !important;
}

.coin-fame-component .coin-two-col-col .field-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.coin-emp-hall-user-picture {
  order: 1;
}

.coin-emp-hall-user-picture img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.coin-emp-hall-fame-picture {
  width: calc(100% - 120px);
  text-align: end;
  order: 2;
}

.coin-emp-hall-fame-picture img {
  width: auto;
  height: 100px;
  mix-blend-mode: multiply;
}

.coin-emp-hall-user-details {
  order: 3;
}

.coin-emp-field-type {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary-one);
}

@media (min-width: 576px) {
  .coin-emp-hall-user-picture {
    order: 1;
    display: flex;
  }

  .coin-emp-hall-fame-picture {
    width: 100px;
    order: 3;
  }

  .coin-emp-hall-user-details {
    width: calc(100% - 240px);
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
  }
}

@media (min-width: 991px) {
  .coin-fame-component .coin-two-col-row.views-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .coin-fame-component .coin-two-col-col {
    width: calc(50% - 5px) !important;
    border-radius: 18px;
  }

  .coin-emp-hall-user-picture img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
  }

  .coin-emp-hall-fame-picture {
    width: 120px;
  }

  .coin-emp-hall-fame-picture img {
    height: 120px
  }

  .coin-emp-hall-user-details {
    width: calc(100% - 280px);
  }
}

/* Hall of fame page end */
