.cts-slider-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.cts-card {
  flex: 1 1 30%;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  background: white;
  max-width: 360px;
}
.cts-rating {
  color: orange;
  font-size: 18px;
}
.cts-date {
  float: right;
  color: #777;
  font-size: 12px;
}
.cts-user {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.cts-user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.cts-info {
  font-size: 14px;
}
.cts-info .flag {
  width: 16px;
  height: auto;
  margin-left: 5px;
}
.cts-text {
  font-size: 14px;
  margin: 15px 0;
}
.cts-gallery img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  border-radius: 6px;
  object-fit: cover;
}
.cts-full {
  display: inline-block;
  margin-top: 10px;
  color: #0066cc;
  font-weight: 500;
}
.cts-actions {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  gap: 15px;
}
