/* Review Player — tema SBOBET (compact) */

.tnt-review-mecha {
  background: linear-gradient(160deg, #0b2340 0%, #1b3a6b 55%, #0b2340 100%);
  border: 1px solid var(--sbo-blue-bright, #4a9ad4);
  border-radius: 12px;
  padding: 12px 14px 10px;
  color: #f0f6fc;
  font-family: "Orbitron", sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(51, 120, 184, 0.28);
}

.tnt-review-mecha::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 11px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(74, 154, 212, 0.05),
    rgba(74, 154, 212, 0.05) 1px,
    transparent 2px,
    transparent 4px
  );
  pointer-events: none;
}

.tnt-header h2 {
  font-size: 13px;
  color: #4a9ad4;
  margin: 0 0 8px;
  letter-spacing: 0.3px;
}

.tnt-header p {
  display: none;
}

.tnt-slider {
  position: relative;
  min-height: 0;
}

.tnt-slide {
  display: none;
  width: 100%;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tnt-slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tnt-name {
  font-size: 11px;
  color: #4a9ad4;
  margin-bottom: 2px;
}

.tnt-stars {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #f5841f;
  margin-bottom: 6px;
}

.tnt-comment {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.45;
  color: #f3f8ff;
  padding: 8px 10px;
  background: rgba(11, 35, 64, 0.45);
  border-left: 2px solid #3378b8;
  border-radius: 0 8px 8px 0;
  min-height: 0;
}

.tnt-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
}

.tnt-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(74, 154, 212, 0.35);
  border: 1px solid rgba(74, 154, 212, 0.5);
  transition: all 0.25s ease;
  cursor: pointer;
  padding: 0;
}

.tnt-dot.active {
  background: #4a9ad4;
  transform: scale(1.1);
}

@media (max-width: 640px) {
  .tnt-review-mecha {
    padding: 10px 12px 9px;
  }

  .tnt-comment {
    font-size: 10.5px;
    padding: 7px 9px;
  }
}
