.news-feed {
  background: var(--base-3);
  border: 1px solid var(--base-border);
  border-radius: 25px;
  padding: 20px 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
.news-feed__item {
  position: relative;
  display: block;
  padding: 15px 0;
  border-top: 1px solid var(--divide-line);
}
.news-feed__item:first-child {
  padding-top: 0;
  border-top: 0px;
}
.news-feed__title {
  font-size: 16px;
  line-height: 26px;
  color: var(--font-light-1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 4px;
}
.news-feed__title::after {
  content: "";
  position: absolute;
  inset: 0;
}
.news-feed__title:hover {
  color: var(--white);
}
.news-feed__comments {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--font-light-3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  vertical-align: -1px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.news-feed__comments:hover {
  color: var(--font-blue);
}
.news-feed__comments:hover i {
  background-color: var(--font-blue);
}
.news-feed__comments i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--icon-primary);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 13.5H13.5C14.7428 13.5 15.75 12.4928 15.75 11.25V5.25C15.75 4.00725 14.7428 3 13.5 3H4.5C3.25725 3 2.25 4.00725 2.25 5.25V11.25C2.25 12.4928 3.25725 13.5 4.5 13.5H5.625V15.75L9 13.5Z' stroke='%234B5769' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 13.5H13.5C14.7428 13.5 15.75 12.4928 15.75 11.25V5.25C15.75 4.00725 14.7428 3 13.5 3H4.5C3.25725 3 2.25 4.00725 2.25 5.25V11.25C2.25 12.4928 3.25725 13.5 4.5 13.5H5.625V15.75L9 13.5Z' stroke='%234B5769' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.news-feed__comments b {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.news-feed__more {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-top: 1px;
  padding-left: 0px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--font-light-1);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-feed__more i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: var(--font-secondary);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.22456 8.30806C6.46864 8.06398 6.86437 8.06398 7.10845 8.30806L9.99984 11.1994L12.8912 8.30806C13.1353 8.06398 13.531 8.06398 13.7751 8.30806C14.0192 8.55214 14.0192 8.94786 13.7751 9.19194L10.4418 12.5253C10.1977 12.7694 9.80197 12.7694 9.5579 12.5253L6.22456 9.19194C5.98048 8.94786 5.98048 8.55214 6.22456 8.30806Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.22456 8.30806C6.46864 8.06398 6.86437 8.06398 7.10845 8.30806L9.99984 11.1994L12.8912 8.30806C13.1353 8.06398 13.531 8.06398 13.7751 8.30806C14.0192 8.55214 14.0192 8.94786 13.7751 9.19194L10.4418 12.5253C10.1977 12.7694 9.80197 12.7694 9.5579 12.5253L6.22456 9.19194C5.98048 8.94786 5.98048 8.55214 6.22456 8.30806Z' fill='%23000'/%3E%3C/svg%3E");
}
.news-feed__more.is-loading {
  cursor: wait;
}
.news-feed__more.is-loading i {
  position: relative;
  background: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.news-feed__more.is-loading i::before, .news-feed__more.is-loading i::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--font-blue);
  opacity: 0.6;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}
.news-feed__more.is-loading i::after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.news-feed__more:hover {
  color: var(--white);
}

@media (max-width: 767px) {
  .news-feed {
    border: none;
    border-radius: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 20px 15px 15px;
    margin-top: 20px;
  }
}
.market-rates {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  width: 100%;
  max-width: 250px;
  min-height: 293px;
  padding: 20px 10px 10px;
  margin-bottom: 13px;
  overflow: hidden;
  color: var(--font-primary, #d5ddf6);
  background: var(--base-2, #181d25);
  border: 1px solid var(--base-border, rgba(255, 255, 255, 0.05));
  border-radius: 20px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-family: Inter, sans-serif;
}
.market-rates__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 0 2px;
}
.market-rates__title, .market-rates__date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-style: normal;
}
.market-rates__title {
  color: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 10px;
  white-space: nowrap;
}
.market-rates__date {
  min-width: 100%;
  padding-left: 10px;
  color: var(--font-light-2, rgba(191, 216, 255, 0.6));
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.market-rates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  width: 100%;
}
.market-rates__row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 230px;
  height: 48px;
  padding: 5px 10px;
  border: 1px solid transparent;
}
.market-rates__asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 0;
  overflow: hidden;
}
.market-rates__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding-top: 1px;
  color: var(--font-primary, #d5ddf6);
  background: var(--base-border, rgba(255, 255, 255, 0.05));
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
.market-rates__identity, .market-rates__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
.market-rates__identity {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
  overflow: hidden;
}
.market-rates__value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 6px;
}
.market-rates__code, .market-rates__name, .market-rates__price, .market-rates__change {
  font-style: normal;
}
.market-rates__code {
  margin-bottom: -2px;
  color: var(--font-primary, #d5ddf6);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.market-rates__name {
  max-width: 100%;
  overflow: hidden;
  color: var(--font-light-2, rgba(191, 216, 255, 0.6));
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-overflow: ellipsis;
}
.market-rates__price {
  margin-bottom: -2px;
  color: var(--font-primary, #d5ddf6);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}
.market-rates__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}
.market-rates__change--up {
  color: #49aa19;
}
.market-rates__change--up .market-rates__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.market-rates__change--down {
  color: #d32029;
}
.market-rates__change--neutral {
  color: var(--font-light-2, rgba(191, 216, 255, 0.6));
}
.market-rates__arrow {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M4.25 1h1.5v5.19l1.72-1.72 1.06 1.06L5 9.06 1.47 5.53l1.06-1.06 1.72 1.72V1Z' fill='%23000'/%3E%3C/svg%3E") center/10px 10px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M4.25 1h1.5v5.19l1.72-1.72 1.06 1.06L5 9.06 1.47 5.53l1.06-1.06 1.72 1.72V1Z' fill='%23000'/%3E%3C/svg%3E") center/10px 10px no-repeat;
}