.tcg-overview-info {
  margin: 1.25rem 0 2rem;
}

.tcg-overview-info__details {
  padding: 1rem 1.1rem;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  background: #f8fafc;
}

.tcg-overview-info__ruby {
  margin-bottom: 0.15rem;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.4;
}

.tcg-overview-info__name {
  color: #1e293b;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.tcg-overview-info__abbreviation {
  display: inline-block;
  margin-top: 0.45rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 600;
}

.tcg-overview-info__meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.35rem 0.8rem;
  margin: 0.8rem 0 0;
}

.tcg-overview-info__meta dt,
.tcg-overview-info__meta dd {
  margin: 0;
}

.tcg-overview-info__meta dt {
  color: #64748b;
  font-weight: 600;
}

.tcg-overview-info__text {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid #e2e8f0;
  color: #334155;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.tcg-overview-info__text > :first-child {
  margin-top: 0;
}

.tcg-overview-info__text > :last-child {
  margin-bottom: 0;
}

.tcg-overview-info__media {
  margin: 1.25rem auto;
  text-align: center;
}

.tcg-overview-info__image {
  display: inline-block;
  width: auto;
  max-width: min(100%, 300px);
  height: auto;
  border-radius: 6px;
}

.tcg-overview-info__rakuten {
  margin-top: 1.25rem;
}

@media (max-width: 480px) {
  .tcg-overview-info__details {
    padding: 0.85rem;
  }

  .tcg-overview-info__name {
    font-size: 1.08rem;
  }
}
