.cs-products-wrapper {
  --gap: 1.5rem;
  margin: 2rem 0;
}

.cs-products-swiper {
  width: 100%;
  margin-bottom: var(--gap);
}
.cs-slide-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.cs-slide-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}
.cs-slide-hl {
  color: #555;
  font-size: 0.95rem;
}

.cs-product-detail {
  background: #f9fafb;
  border: 1px solid #eef0f2;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: var(--gap);
}
.cs-product-detail .cs-detail-title {
  margin: 0 0 8px;
}
.cs-product-detail .cs-detail-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}

.cs-product-sandbox {
  border: 1px solid #eef0f2;
  border-radius: 12px;
  min-height: 300px;
  overflow: hidden;
}
.cs-product-sandbox iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
}
.cs-sandbox-placeholder {
  padding: 24px;
  color: #555;
  text-align: center;
}

/* Swiper */
.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #000;
}
