.cds-shop-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f5132;
  background: #d1e7dd;
  border: 1px solid #badbcc;
  border-radius: 999px;
  padding: 6px 10px;
}

.cds-shop-page h1 {
  margin-bottom: 5px;
  font-size: 30px;
}

.cmd-single h1,
.cmd-single h2,
.cmd-single h3,
.cmd-single h4,
.cmd-single h5,
.cmd-single h6,
.cmd-single ul,
.cmd-single p {
  font-weight: 300;
}

.cmd-single li.list-group-item {
  border-bottom: none;
}

.cmd-single h1 {
  margin-bottom: 5px;
  font-size: 30px;
}

.cmd-single h2 {
  font-size: 22px;
}

.cmd-single h5 {
  font-size: 20px;
}

.cmd-single .widget-title.card-header {
  background-color: #fff !important;
}

.cds-shop-intro {
  color: #646970;
}

.cds-shop-btn-block {
  display: grid;
}

.cds-shop-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cmd-primary, #1f5191);
  display: inline-block;
  margin-top: 0.35rem;
  flex: 0 0 auto;
}

.cds-shop-brand-box {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.cds-shop-brand-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cds-shop-meta-muted {
  color: #646970;
  font-size: 0.9rem;
}

/* Global readable typography (prevents oversized body text) */
.cmd-single p,
.cmd-single li {
  font-size: 0.98rem;
  line-height: 1.5;
}

.cmd-single ul {
  margin: 0 0 1rem;
}

.cmd-single ul li {
  margin-bottom: 0.35rem;
}

.cmd-single ul li::marker {
  font-size: 0.85em;
}

.cds-shop-related-thumb {
  width: 110px;
  flex: 0 0 110px;
}

/* Related Articles (separate card items) */
.cmd-single .vstack > .card {
  border-radius: 18px;
}

.cds-shop-related-link {
  display: flex;
  align-items: center; /* center image with content */
  gap: 16px;
  padding: 18px;
  text-decoration: none;
  color: inherit;
}

.cds-shop-related-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cds-shop-related-thumb img {
  width: 100%;
  height: 78px;
  object-fit: contain;
  background: #f5f6f7;
  border-radius: 12px;
}

.cds-shop-related-title {
  font-weight: 400;
  line-height: 1.25;
  font-size: 1rem;
}

.cds-shop-related-description {
  color: #646970;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cds-shop-related-link .flex-grow-1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.cds-shop-related-date {
  margin-top: 2px;
  font-size: 0.85rem;
  color: #646970;
}

.cds-shop-sidebar-title-uppercase .card-title {
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Responsive helpers */
@media (max-width: 991.98px) {
  .cds-shop-related-thumb {
    width: 92px;
    flex-basis: 92px;
  }
  .cds-shop-related-thumb img {
    height: 70px;
  }
}

@media (max-width: 575.98px) {
  .cmd-single h1 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .cds-shop-brand-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
  .cds-shop-related-thumb {
    width: 84px;
    flex-basis: 84px;
  }
  .cds-shop-related-link {
    gap: 12px;
    padding: 14px;
  }
  .cds-shop-related-thumb img {
    height: 62px;
  }

  /* Make the intro heading larger on mobile */
  .cmd-single h5 {
    font-size: 1.20rem;
    line-height: 1.3;
  }

  /* Reduce body + list font-size on mobile */
  .cmd-single p,
  .cmd-single li {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  /* Fix bullet/text left alignment */
  .cmd-single ul {
    margin-left: 0;
  }
}

.cds-shop-related-article a {
  text-decoration: none;
}

.cds-shop-related-article .cds-shop-related-title {
  font-weight: 600;
  line-height: 1.2;
}

.cds-shop-related-article .cds-shop-related-meta {
  font-size: 0.85rem;
  color: #646970;
}