.in-avo-15 h2 {
  font-family: Gilroy-Heavy, Gilroy-Bold, "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 2.8vw, 2.55rem) !important;
  letter-spacing: 0.03em;
  line-height: 1.12;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px #ffffff;
}

.in-avo-15 .product-asset-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 24, 32, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.in-avo-15 .product-asset-icon img {
  width: 58px;
  height: 58px;
  display: block;
}
.in-avo-15 .product-asset-forex {
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.35);
}
.in-avo-15 .product-asset-crypto {
  box-shadow: 0 10px 24px rgba(247, 147, 26, 0.38);
}
.in-avo-15 .product-asset-indices {
  box-shadow: 0 10px 24px rgba(0, 179, 136, 0.38);
}
.in-avo-15 .product-asset-shares {
  box-shadow: 0 10px 24px rgba(47, 128, 237, 0.38);
}
.in-avo-15 .product-asset-commodities {
  box-shadow: 0 10px 24px rgba(212, 136, 6, 0.38);
}
.in-avo-15 .col.text-center:hover .product-asset-icon {
  transform: translateY(-5px) scale(1.06);
}

.as-market {
  width: 100%;
  max-width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
  font-family: "DM Sans", Gilroy-Regular, sans-serif;
}
.as-market--dark {
  background: #12151c;
  border-color: #2a2f3a;
  color: #e8eaef;
}
.as-market__chart {
  height: 178px;
  flex: 0 0 178px;
  padding: 12px 12px 0;
}
.as-market__svg {
  width: 100%;
  height: 148px;
  display: block;
}
.as-market__axis {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  color: #8b8f9a;
  font-size: 11px;
}
.as-market__ranges {
  display: flex;
  gap: 4px;
  padding: 8px 12px 10px;
  border-bottom: 1px solid #eef0f4;
}
.as-market--dark .as-market__ranges {
  border-bottom-color: #2a2f3a;
}
.as-market__ranges button {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.as-market__ranges button.is-active {
  background: #eef1f6;
  color: #111827;
}
.as-market--dark .as-market__ranges button.is-active {
  background: #232833;
  color: #fff;
}
.as-market__list {
  flex: 1;
  overflow-y: auto;
  padding: 4px 0;
}
.as-market__row {
  width: 100%;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 44px 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.as-market__row.is-active {
  background: rgba(0, 168, 168, 0.1);
}
.as-market__row:hover {
  background: rgba(0, 168, 168, 0.06);
}
.as-market__flags {
  position: relative;
  width: 36px;
  height: 28px;
  display: inline-block;
}
.as-market__flags img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  position: absolute;
  top: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.as-market__flags img:first-child { left: 0; z-index: 1; }
.as-market__flags img:last-child { left: 12px; }
.as-market__badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.as-market__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.as-market__meta strong {
  font-size: 14px;
  color: #111827;
  line-height: 1.2;
}
.as-market__meta small,
.as-market__ch small {
  color: #8b8f9a;
  font-size: 12px;
}
.as-market--dark .as-market__meta strong {
  color: #f3f4f6;
}
.as-market__px {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.as-market__px.is-tick-up { color: #16a34a; }
.as-market__px.is-tick-down { color: #dc2626; }
.as-market__row.is-flash-up {
  background: rgba(22, 163, 74, 0.1);
}
.as-market__row.is-flash-down {
  background: rgba(220, 38, 38, 0.08);
}
.as-market--dark .as-market__px {
  color: #f3f4f6;
}
.as-market--dark .as-market__px.is-tick-up { color: #4ade80; }
.as-market--dark .as-market__px.is-tick-down { color: #f87171; }
.as-market__ch {
  text-align: right;
  min-width: 76px;
  display: flex;
  flex-direction: column;
}
.as-market__ch em {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}
.as-market__ch.is-up em { color: #16a34a; }
.as-market__ch.is-down em { color: #dc2626; }
.as-market__loading {
  margin: auto;
  color: #6b7280;
  font-size: 14px;
}
.as-market.is-loading {
  opacity: 0.72;
}
