.menu-lvl-2 sup, .category-title sup {
    color: #dc3545;
    font-size: 75%;
}

.cart-crypto-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  padding: 18px 18px;
  border: 1px solid rgba(0, 79, 145, 0.45);
  border-radius: 16px;
  background: linear-gradient(135deg, #eef5fb 0%, #e0ecf7 100%);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.cart-crypto-banner__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 999px;
  background: #004F91;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.cart-crypto-banner__content {
  flex: 1;
}

.cart-crypto-banner__content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #111;
}

.cart-crypto-banner__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.cart-crypto-banner__action {
  flex: 0 0 auto;
}

.cart-crypto-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: all .2s ease;
}

.cart-crypto-banner__btn:hover {
  background: #004F91;
  color: #fff;
}

/* Headings */
.tab-pane h2,
.tab-pane h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #241f31;
}

.tab-pane h2 {
  font-size: 1.55rem;
  line-height: 1.25;
  margin: 0 0 0.85rem;
  padding-left: 0.9rem;
  border-left: 4px solid var(--primary);
}

.tab-pane h3 {
  font-size: 1.12rem;
  line-height: 1.35;
  margin: 1.4rem 0 0.75rem;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
  .widget_scroll {
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
  }

  .detail-nav-tab {
    gap: 0.45rem;
    padding-bottom: 0.25rem;
  }

  .detail-nav-tab .nav-link {
    min-height: 38px;
    padding: 0.58rem 0.85rem;
    font-size: 0.88rem;
  }

  .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tab-pane h2 {
    font-size: 1.3rem;
    padding-left: 0.75rem;
    border-left-width: 3px;
  }
}

/* Very small phones */
@media (max-width: 479.98px) {
  .detail-nav-tab .nav-link {
    padding: 0.55rem 0.8rem;
    font-size: 0.84rem;
  }
}