.cgl--classic .crypto-card{box-shadow:0 1px 4px rgba(0,0,0,.04); width: calc((100% / 1) - 40px); margin: 20px;}
.cgl.cgl--classic {display: flex; flex-wrap: wrap; margin: auto -20px;}
.crypto-price-chart svg {width: 100%;}
@media only screen and (max-width: 1024px) {
  .cgl--classic .crypto-card {width: calc((100% / 2) - 40px);}
}
@media only screen and (max-width: 768px) {
  .cgl--classic .crypto-card {width: calc((100% / 1) - 40px);}
}

.cgl .crypto-card.coin-detail {
  background: #fff;
  border: none;
  border-radius:0;
  padding: 0
}

.cgl .coin-detail .crypto-charts {
    max-width: 350px;
    margin-top: 0;
    display: grid;
    gap: 8px;
}

.cgl .crypto-detail-body { 
  margin-top:50px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.cgl .crypto-detail-content {
  flex: 1;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.cgl .crypto-description {
  margin-bottom: 30px;
}

.cgl .crypto-description h3 {
  margin: 0 0 15px 0;
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
}

.cgl .description-content {
  line-height: 1.6;
  color: #4b5563;
}

.cgl .loading-description {
  color: #6b7280;
  font-style: italic;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .cgl .crypto-detail-body {
    flex-direction: column;
    gap: 20px;
  }
  
  .cgl .crypto-detail-content {
    padding: 15px;
  }
  
  .cgl .stats-content {
    grid-template-columns: 1fr;
  }
}