/* ====== SECTION LOOK CRYPTO.COM ====== */
.home-price-section.css-4wthnp{
  padding: 72px 0;
}

/* container central */
.home-price-section .css-sjkdqx{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

@media (max-width: 900px){
  .home-price-section .css-sjkdqx{
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* badge */
.css-1eslltd{
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  opacity: .75;
  margin: 0 0 10px;
}

/* titre */
.css-18fcvfa{
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 900px){
  .css-18fcvfa{ font-size: 34px; }
}

/* bouton "Vérifier les prix" */
.home-cta-prices.css-pmqz39{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.home-cta-prices.css-pmqz39:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
}

/* ====== BLOC TABLE PRIX ====== */
.css-18ma887{
  grid-column: 1 / -1; /* prend toute la largeur sous le header */
  margin-top: 26px;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}

/* 1 ligne */
.ltr-ynh945{
  display: grid;
  grid-template-columns: 220px 260px 1fr 160px 160px;
  align-items: center;
  gap: 18px;

  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.ltr-ynh945:last-child{
  border-bottom: 0;
}

.ltr-ynh945:hover{
  background: rgba(255,255,255,.03);
}

/* Token + symbole */
.ltr-1iazh5i{
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}
.ltr-10hvaid{
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}
.ltr-10hvaid a{
  color: #fff;
  text-decoration: none;
}
.ltr-cj3ky4{
  color: rgba(255,255,255,.55);
  font-weight: 700;
  font-size: 13px;
}

/* prix + % */
.ltr-9e5avh{
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.ltr-123kk4g{
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
}
.ltr-lpnbi2 p{
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

/* market cap */
.ltr-1rz4tjr{
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,.85);
}

/* sparkline */
.ltr-9jg7m4{
  justify-self: end;
}
.ltr-9jg7m4 svg{ display:block; opacity:.95; }

/* ====== UN SEUL BOUTON TRADER ====== */
/* Sur Crypto.com il y a parfois 2 boutons, on en garde 1 */
.ltr-13fm3h7{
  display: none !important;  /* masque le duplicat */
}

/* bouton trader style */
.home-cta-trade{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 9999px;
  background: #fff;
  color: #0a0d11;
  font-weight: 900;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
.home-cta-trade:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px){
  .ltr-ynh945{
    grid-template-columns: 220px 1fr 1fr 160px;
  }
  .ltr-9jg7m4{ display:none; }
}

@media (max-width: 768px){
  .ltr-ynh945{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ltr-9jg7m4{ display:none; }
  .ltr-v1eon2{ justify-self: start; }
}
