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

@media (max-width: 750px) {
  main .section-breadcrumb {
    padding-block: 24px 0;
  }
}

/* visible on mobile/tablet, hidden on desktop */
.buy-mobile-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin-top: 16px;
  justify-content: center;
}

#buy-currency-tabs {
  border-radius: 16px;
  border: 1px solid #E2E1EB;
  background: #FFF;
  padding: 4px;
}

.mob-link {
  border-radius: 8px;
  border: 1px solid #FFF;
  display: flex;
  width: 100%;
  padding: 2px;
  justify-content: center;
}

.section.is-hero.mobile-blue-gradient.new-blue-gradient.mobile-right-padding {
  padding-block: 140px;
}

.mob-link-tp {
  min-width: 98px;
}

@media (max-width: 768px) {
  .section.is-hero.mobile-blue-gradient.new-blue-gradient.mobile-right-padding {
    padding-block: 36px;
  }

  main .section {
    padding-block: 60px !important;
  }

  main .section.cta-buy-section {
    padding-top: 24px !important;
  }

  main .section.buy-trusted-partners {
    padding-bottom: 120px !important;
  }

  main .section.exchange-hero {
    padding-top: 120px !important;
  }

  main #other-popular-coins {
    padding-bottom: 120px !important;
  }

  .buy-market-header {
    padding-top: 0 !important;
  }

  .cta-buy-section .is-12-touch > .columns {
    display: flex !important;
    flex-direction: column !important;
  }

  .cta-buy-section .is-12-touch > .columns > .column:first-child {
    order: 2;
  }

  .cta-buy-section .is-12-touch > .columns > .column.is-offset-1 {
    order: 1;
    margin-left: 0 !important;
  }

  .cta-buy-section h2.title {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    color: var(--Buttons-white, #FFF) !important;
    font-family: Roboto, sans-serif !important;
    font-style: normal !important;
  }

  .title.is-1.is-size-2-touch {
    margin-bottom: 0;
  }

  .buy-mobile-cta.is-hidden-desktop {
    margin-top: 40px;
  }

  #buy-currency-tabs {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .buy-mobile-cta {
    display: none;
  }
}


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

/* Skeleton */
.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-stat {
  width: 80px;
  height: 32px;
}

#buy-price-skeleton {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Card content – desktop layout */
.mo-coin-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.mo-coin-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

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

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

#buy-price-card .mo-coin-stats {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

.mo-stat-row-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.buy-stat-badges {
  display: none;
}

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

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

.mo-stat-row-item-buy {
  padding-inline: 16px;
  width: 100%;
}

.buy-market-header-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 52px;
  padding-top: 104px;
}

.mo-stat-row-item-buy:nth-last-child {
  padding-bottom: 16px;
}

@media (max-width: 700px) {
  .column.is-7-desktop.is-6-fullhd.exchange_description_title.exchange_description_title-last-block {
    margin-bottom: 0;
  }

  #buy-price-skeleton,
  #buy-price-inner {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }


  .available-countries__item {
    gap: 12px;
    padding-block: 4px;
  }

  .buy-market-header-buy {
    margin-bottom: 16px;
  }

  .pc-sk-stat {
    width: 72px;
    height: 24px;
  }

  .mo-coin-header-container {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #F4F4F8;
  }

  #buy-price-card .mo-coin-icon {
    width: 40px;
    height: 40px;
  }

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

  #buy-price-card .mo-coin-stats {
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    margin-left: 0;
    width: 100%;
    margin-top: 14px;
  }

  .buy-stat-badges {
    display: flex;
  }

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

  #buy-price-card .mo-stat-label,
  #buy-price-card .mo-stat-value {
    font-size: 15px;
  }

  .buy-partners-grid {
    gap: 12px;
  }

  .buy-partner-card {
    padding: 16px;
    height: 136px;
  }

  .buy-partner-card__methods-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--Typography-Font-Roboto, Roboto);
    font-size: var(--Typography-Size-l, 16px);
    font-weight: 400;
    line-height: var(--Typography-Line-height-m, 24px);
    color: var(--Text-colors-Text-Primary, #131313);
  }

  .buy-partner-card__methods img {
    height: 16px !important;
    width: auto;
  }
}

@media (max-width: 768px) {
  .buy-last-hero .widget__container {
    padding-bottom: 0 !important;
  }

  .buy-last-hero .exchange_description_title {
    padding-top: 40px !important;
  }

  .buy-last-badges {
    margin-bottom: 0 !important;
  }

  .buy-last-hero-mob-btn {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .buy-last-hero {
    padding-bottom: 60px !important;
  }

  .exchange_description_title-last-block {
    margin-bottom: 0 !important;
  }
}

.exchange-hero .mob-link {
  border-color: #131313;
}
