.web-wallet-image-overlay {
  border-radius: 32px;
  background: rgba(113, 174, 234, 0.20);
  backdrop-filter: blur(22.549999237060547px);
}

.hte-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.is-coin-page-gradient {
  background: linear-gradient(90deg, #000541 0%, #5686FE 100%), linear-gradient(0deg, #454545 0%, #454545 100%), linear-gradient(90deg, #46A3FB 0%, #9657EF 100%);
}

main .section-breadcrumb {
  padding-block: 24px;
}

.mo-coin-stats-subtitle {
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 48px;
}

@media (max-width: 750px) {

  .hte-grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  main .section-breadcrumb {
    padding-block: 24px 0;
  }
}

.mo-coin-card {
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px;
}

#buy-price-inner {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 124px;
  width: 100%;
  box-sizing: border-box;
}

.mo-coin-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.mo-coin-icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mo-coin-price-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mo-coin-name {
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
}

.mo-coin-price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.mo-coin-price {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a2e;
  white-space: nowrap;
}

.mo-coin-badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.mo-coin-badges span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border-radius: 20px;
  padding: 3px 8px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.mo-coin-divider {
  display: none;
}

.mo-coin-stats {
  display: flex;
  flex-direction: row;
  gap: 124px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

.mo-stat-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.mo-stat-label {
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.mo-stat-value {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .mo-coin-stats {
    gap: 0;
  }
}

@media (max-width: 700px) {
  .mo-coin-card {
    padding: 16px;
    margin-bottom: 16px;
  }

  #buy-price-inner {
    flex-direction: column !important;
    align-items: stretch;
    gap: 16px;
  }

  .pc-sk-price {
    width: 192px;
  }

  #buy-price-card.is-loading .pc-sk-badge {
    display: block;
    width: 72px;
    height: 28px;
  }

  .mo-coin-left {
    width: 100%;
    align-items: center;
  }

  .mo-coin-price-block {
    flex: 1;
    align-items: center;
    margin-bottom: 12px;
  }

  .mo-coin-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .mo-coin-price {
    font-size: 28px;
  }

  .mo-coin-icon {
    width: 40px;
    height: 40px;
  }

  .mo-coin-badges {
    justify-content: center;
  }

  .mo-coin-divider {
    display: block;
    height: 1px;
    background: #F4F4F8;
  }

  .mo-coin-stats {
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
    width: 100%;
    margin-top: 14px;
  }

  .mo-stat-col {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .mo-stat-label,
  .mo-stat-value {
    font-size: 15px;
  }

  .mo-coin-name, .mo-coin-price-row {
    align-self: baseline;
  }

}


.ep-plt--mobile  { display: none; }
.ep-plt--desktop { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; align-items: start; }

.ep-plt__card {
  display: flex;
  gap: 32px;
  align-items: stretch;
  background: #FFF;
  border: 1px solid #F4F4F8;
  border-radius: 16px;
  padding: 24px;
  min-width: 0;
  height: 432px;
  overflow: hidden;
}

.ep-plt__card .ep-plt__panels {
  flex: 0 0 240px;
  position: relative;
}

.ep-plt__card .ep-plt__img-wrap {
  flex: 1;
  display: flex;
  min-width: 0;
  height: 100%;
  margin: 0 -24px -24px 0;
  align-items: flex-end;
  justify-content: flex-end;
}

.ep-plt--desktop[data-plt-active="mobile"] .ep-plt__img-wrap,
.ep-plt--desktop[data-plt-active="extension"] .ep-plt__img-wrap {
  align-items: flex-end;
  justify-content: center;
}

.ep-plt__tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ep-plt__tab {
  width: 100%;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #1a1a2e;
  background: transparent;
  cursor: pointer;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--border-stroke-cards-dividers-card-bg, #F4F4F8);
  background: var(--BG-Cards-on-Primary-BG, #FFF);
  font-size: var(--Typography-Size-4xl, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Typography-Line-height-2xl, 40px);
}

.ep-plt__tab:hover {
  background: #EDF1FC;
  border-color: #EDF1FC;
  color: #5271CD;
}

.ep-plt__tab--active {
  background: var(--BG-Cards-on-Primary-BG, #FFF);
  color: #5271CD;
}

.ep-plt__panels { position: relative; }

.ep-plt__panel         { display: none; }
.ep-plt__panel--active {
  display: block;
  animation: ep-fade-in 0.25s ease forwards;
}

@keyframes ep-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ep-plt__panel-title {
  font-family: Roboto, sans-serif;
  margin-bottom: 12px;
  color: var(--Text-colors-Text-Primary, #1D1D1D);
  font-size: var(--Typography-Size-4xl, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Typography-Line-height-2xl, 40px);
}

.ep-plt__panel-title-extension {
  margin-bottom: 32px;
}

.ep-plt__panel-sub span {
  width: 6.214px;
  height: 6.214px;
  transform: rotate(45deg);
  background: var(--graphics-icons-grey-300600, #E2E1EB);
}

.ep-plt__panel-sub {
  font-family: Roboto, sans-serif;
  margin-bottom: 32px;
  color: var(--Text-colors-Text-Primary, #131313);
  font-size: var(--Typography-Size-2xl, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-Line-height-l, 28px);
  display: flex;
  gap: 12px;
  align-items: center;
}

.ep-plt__cta { display: inline-block; }

.ep-plt__dl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ep-plt__dl-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #1a1a2e;
  text-decoration: none;
}

.ep-plt__dl-list a:hover { color: #4461F2; }

.ep-plt__badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.ep-plt__qr-btn {
  padding: 8px 20px;
  border: 1px solid #D0D5E8;
  border-radius: 8px;
  background: transparent;
  font-family: Roboto, sans-serif;
  cursor: pointer;
  width: 182px;

  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  color: var(--Text-colors-Text-Primary, #131313);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Typography-Line-height-m, 24px); /* 133.333% */
}

.ep-plt__img-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.ep-plt__img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  transition: opacity 0.2s ease;
  margin-bottom: -24px;
}

@media (max-width: 700px) {
  .hte-card-redis-mobile {
    display: flex;
    gap: 16px;
    padding: 16px;
  }
}

@media (max-width: 1200px) {
  .ep-plt--desktop { display: none; }
  .ep-plt--mobile  { display: flex; flex-direction: column; gap: 8px; }

  .ep-acc {
    border-radius: 16px;
    border: 0.375px solid var(--border-stroke-cards-dividers-card-bg, #F4F4F8);
    background: var(--BG-Cards-on-Primary-BG, #FFF);
  }

  .ep-acc__hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    background: transparent;
    border: none;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    text-align: left;
    color: var(--Text-colors-Text-Primary, #1D1D1D);
    font-size: var(--Typography-Size-3xl, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-Line-height-xl, 32px);
  }

  .ep-acc__arrow { flex-shrink: 0; color: currentColor; }

  .ep-acc__content {
    padding-inline: 16px;
  }

  .ep-acc__body {
    display: none;
    flex-direction: column;
    gap: 30px;
  }

  .ep-acc--open .ep-acc__body {
    display: flex;
  }

  .ep-acc__img {
    width: 100%;
    border-radius: 12px;
  }

  .ep-acc[data-plt="mobile"] .ep-acc__img,
  .ep-acc[data-plt="extension"] .ep-acc__img {
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  .ep-plt__badges { flex-direction: column; }
}

.ep-qr-wrapper--open .ep-qr-popup { display: block; }

.ep-platform-section .ep-qr-popup {
  width: 121px;
  min-width: 0;
}
.ep-platform-section .ep-qr-popup__body {
  display: block;
}
.ep-platform-section .ep-qr-popup__left {
  flex: none;
  gap: 0;
  align-items: flex-start;
}

.ep-qr-popup-right-null {
  right: 28px;
}

.ep-platform-section .ep-qr-popup__qr-img {
  width: auto;
  height: auto;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
}
.ep-platform-section .ep-qr-popup__qr-img img {
  display: block;
  width: 121px;
  height: 121px;
}

@media (max-width: 700px) {
  .ep-qr-wrapper--acc {
    position: relative;
  }
  .ep-qr-wrapper--acc .ep-qr-popup {
    right: auto;
    left: 0;
    bottom: calc(100% + 8px);
  }
}

.pc-sk {
  border-radius: 40px;
  background: linear-gradient(90deg, #F6F6F8 -3.35%, #F0F0F5 44.66%, #FAFAFA 99.9%);
  animation: mo-shimmer 1.4s ease-in-out infinite;
  flex-shrink: 0;
}

.pc-sk-price {
  width: 220px;
  height: 32px;
}

.pc-sk-badge {
  display: none;
}

.pc-sk-stat {
  width: 160px;
  height: 32px;
}

#buy-price-card:not(.is-loading) .pc-sk {
  display: none !important;
}

#buy-price-card.is-loading #buy-price-value,
#buy-price-card.is-loading #buy-price-rank,
#buy-price-card.is-loading #buy-price-mcap,
#buy-price-card.is-loading #buy-price-vol {
  display: none !important;
}

@keyframes mo-shimmer {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.steps-scroll-track {
  position: relative;
}

.container-steps {
  height: 454px;
  padding: 40px 40px 0 40px;
  display: flex;
  gap: 24px;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #F4F4F8;
  background: #FFF;
  position: sticky;
  top: 160px;
  will-change: transform;
  margin-bottom: 160px;
}

.steps-scroll-track .container-steps:last-child {
  margin-bottom: 0;
}

.steps-scroll-track .container-steps:nth-child(1) { z-index: 1; }
.steps-scroll-track .container-steps:nth-child(2) { z-index: 2; }
.steps-scroll-track .container-steps:nth-child(3) { z-index: 3; }
.steps-scroll-track .container-steps:nth-child(4) { z-index: 4; }

.container-steps__text-wrapper {
  flex: 1;
  min-width: 0;
}

.container-steps__img-wrapper {
  align-self: stretch;
  overflow: hidden;
  flex-shrink: 0;
}

.container-steps__img-wrapper img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}

.container-steps__img-wrapper .container-steps__img--mobile { display: none; }

.container-steps__text-wrapper-title {
  color: var(--Text-colors-Text-Primary, #131313);
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin-bottom: 24px;
}

.container-steps__text-wrapper-subtitle {
  overflow: hidden;
  color: var(--Text-colors-Text-Primary, #131313);
  text-overflow: ellipsis;
  font-family: var(--Typography-Font-Roboto, Roboto);
  font-size: var(--Typography-Size-2xl, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-Line-height-l, 28px);
  margin-bottom: 48px;
}

.container-steps__text-wrapper-subtitle-buy {
  margin-bottom: 24px;

}

.container-steps__payment-methods {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 48px;
  color: var(--Text-colors-Text-Primary, #131313);
  font-family: var(--Typography-Font-Roboto, Roboto);
  font-size: 16px;
  font-weight: 400;
}

.container-steps__payment-methods-icons {
  display: flex;
  gap: 14px;
}

@media (max-width: 1220px) {
  #buy-price-inner {
    gap: 0;
  }

  .container-steps {
    height: auto;
    min-height: 360px;
    padding: 32px 32px 32px 32px;
  }

  .container-steps__payment-methods {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-steps__text-wrapper-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .container-steps__text-wrapper-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .container-steps__img-wrapper img {
    max-height: 320px;
  }
}

@media (max-width: 770px) {
  .pc-sk-stat {
    width: 72px;
    height: 24px;
  }

  .hero-block-gap-0 {
    gap: 0 !important;
  }

  .padding-bottom-mobile-0 {
    padding-bottom: 0 !important;
  }
}

.gs-card {
  flex: 0 0 auto;
  width: 432px;
  height: 486px;
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--border-stroke-cards-dividers-card-bg, #F4F4F8);
  background: linear-gradient(180deg, #FFF 0%, #E6EBF3 100%);
}

.gs-card__image {
  position: absolute;
  inset: 0;
}

.gs-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gs-card__body {
  position: absolute;
  inset: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gs-card__title {
  color: #1D1D1D;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}

.gs-card__text {
  color: #131313;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 240px;
}

.non-custodial-section {
  padding-block: 160px 80px;
}

.gs-card__title-700 {
  font-weight: 700;
}

.gs-card__text-max {
  max-width: 100%;
}

.section-default {
  padding-block: 80px;
}

@media (max-width: 31.25rem) {
  .gs-card {
    width: calc(100% - 48px);
    min-width: calc(100% - 48px);
    flex: 0 0 calc(100% - 48px);
    height: 406px;
    scroll-snap-align: start;
  }
}

@media (max-width: 700px) {
  .section-default {
    padding-block: 60px;
  }

  .gs-card {
    height: 470px;
  }

  .steps-scroll-track .container-steps {
    position: static;
    margin-bottom: 24px;
    will-change: auto;
    transform: none !important;
  }

  .non-custodial-section {
    padding-block: 60px;
  }

  .container-steps {
    flex-direction: column;
    height: auto;
    min-height: unset;
    padding: 0;
    align-items: flex-start;
  }

  .container-steps__text-wrapper {
    padding-inline: 24px;
    padding-top: 24px;
  }

  .gs-card__body {
    padding: 16px;
  }

  .mobile-full-width {
    width: 100% !important;
  }

  .hte-text-container {
    display: flex;
    flex-direction: column;
  }

  .container-steps__text-wrapper {
    width: 100%;
  }

  .container-steps__text-wrapper-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .container-steps__text-wrapper-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .container-steps__img-wrapper {
    align-self: stretch;
    width: 100%;
    height: 200px;
  }

  .container-steps__img-wrapper:has(.container-steps__img--mobile) {
    height: auto;
  }

  .container-steps__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    max-height: unset;
  }

  .container-steps__img-wrapper .container-steps__img--desktop {
    display: none;
  }

  .container-steps__img-wrapper .container-steps__img--mobile {
    display: block;
    width: calc(100% - 32px);
    margin-inline: 16px;
    height: auto;
    object-fit: unset;
  }

  .steps-scroll-track .container-steps:last-child {
    margin-bottom: 0;
  }

  .non-custodial-section,
  .coin-reviews,
  .coin-academy {
    overflow-x: clip;
  }

  .non-custodial-section .non-custodial__steps-wrapper,
  .coin-reviews .get-started__steps-wrapper,
  .coin-academy .get-started__steps-wrapper {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .non-custodial-section .non-custodial__steps::before,
  .non-custodial-section .non-custodial__steps::after,
  .coin-reviews .get-started__steps::before,
  .coin-reviews .get-started__steps::after,
  .coin-academy .get-started__steps::before,
  .coin-academy .get-started__steps::after {
    content: '';
    display: block;
    flex: 0 0 1rem;
  }

  .non-custodial-section .non-custodial__steps,
  .coin-reviews .get-started__steps,
  .coin-academy .get-started__steps {
    scroll-padding-inline-start: 1rem;
  }
}

.explore-coins {
  padding-block: 80px;
}

.explore-coins__title {
  margin-bottom: 48px;
}

.explore-coins__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.explore-coin__card {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #EBEBF0;
  background: #FFF;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.explore-coin__card:hover {
  border-color: #C0C8D8;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.explore-coin__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
}

.explore-coin__name {
  color: var(--Text-colors-Text-Primary, #131313);
  font-family: var(--Typography-Font-Roboto, Roboto), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Typography-Line-height-l, 28px);
}

@media (max-width: 1024px) {
  .explore-coins__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .explore-coin__name {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .explore-coins {
    padding-block: 60px;
  }

  .explore-coins__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .explore-coins__title {
    margin-bottom: 32px;
  }

  .explore-coin__name {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 31.25rem) {
  .explore-coins__grid {
    grid-template-columns: 1fr;
  }

  .explore-coin__card {
    width: 100%;
  }
}

.coin-academy .academy-card {
  scroll-snap-align: start;
}

.coin-academy .academy-card__thumb {
  background-image: url('/assets/images/background_default.png');
}

.coin-academy .academy-card__title {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  overflow: hidden;
}

.coin-academy .academy-card__tag {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .coin-academy .get-started__nav {
    display: none;
  }
}

@media (max-width: 31.25rem) {
  .coin-academy .academy-card {
    width: calc(100% - 48px);
    min-width: calc(100% - 48px);
    flex: 0 0 calc(100% - 48px);
    scroll-snap-align: start;
  }

  .coin-academy .academy-card__title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
  }
}

.related-tools {
  padding-block: 80px 160px;
}

.related-tools__title {
  margin-bottom: 40px;
}

.related-tools__pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.related-tools__pills::-webkit-scrollbar {
  display: none;
}

.related-tool {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 40px;
  border: 1px solid var(--border-stroke-cards-dividers-card-bg, #F4F4F8);
  background: var(--BG-Cards-on-Primary-BG, #FFF);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.related-tool:hover {
  border-color: var(--border-stroke-dividers-main-bg, #E2E1EB);
  background: #F6F7FE;
}

.related-tool__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.hero-mobile-actions-dark {
  border: 1px solid var(--border-stroke-dividers-main-bg, #E2E1EB) !important;
}

.related-tool__label {
  color: var(--Text-colors-Text-Primary, #131313);
  font-family: var(--Typography-Font-Roboto, Roboto), sans-serif;
  font-size: var(--Typography-Size-2xl, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Typography-Line-height-l, 28px);
}

.price-header-wrapper {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:48px;
}

@media (max-width: 767px) {
  .related-tools {
    padding-block: 60px 120px;
  }

  .price-header-wrapper {
    margin-bottom: 32px;
  }

  .ep-plt__badges-mobile .ep-qr-popup__badge {
    width: 100%;
    padding: 0;
  }

  .related-tools__pills {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .related-tool__label {
    font-size: 16px;
    line-height: 22px;
  }
}

.coin-wallet-table-wrap {
  overflow-x: auto;
  margin: 16px 0 24px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.coin-wallet-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
}

.coin-wallet-table th,
.coin-wallet-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
  font-family: var(--Typography-Font-Roboto, Roboto);
}

.coin-wallet-table thead th {
  background-color: #f9fafb;
  font-weight: 600;
  color: #374151;
  font-size: 14px;
}

.coin-wallet-table tbody tr:last-child td {
  border-bottom: none;
}

.coin-wallet-table tbody tr:nth-child(even) td {
  background-color: #f9fafb;
}

@media (max-width: 767px) {
  .coin-wallet-table th,
  .coin-wallet-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}

ul.ep-learn-more__text {
  list-style-type: disc;
}

ol.ep-learn-more__text {
  list-style-type: decimal;
}

/* "What You Can Do" — left/right scroll fade */
.non-custodial__steps-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(90deg, #F9F9F9 0%, rgba(249, 249, 249, 0.00) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}

.non-custodial__steps-wrapper::after {
  transition: opacity 0.2s;
}

.non-custodial__steps-wrapper.has-scroll-left::before {
  opacity: 1;
}

.non-custodial__steps-wrapper.at-scroll-end::after {
  opacity: 0;
}

@media (max-width: 767px) {
  .non-custodial__steps-wrapper::before,
  .non-custodial__steps-wrapper::after {
    display: none;
  }
}

@keyframes pc-spin {
  to { transform: rotate(360deg); }
}

#pc-spinner {
  transition: opacity 0.2s ease;
}

#pc-spinner.is-hidden {
  display: none !important;
}

#pc-spinner svg {
  animation: pc-spin 0.9s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}
