
.tips-box {
  background: #ffc10730;
  border-left: 4px solid #dc35457a;
  padding: 15px 18px;
  margin: 20px 0;
  border-radius: 6px;
}

.tips-title {
  font-weight: bold;
  margin-bottom: 8px;
  color: #2c3e50;
}

.tips-box ul {
  margin: 0;
  padding-left: 18px;
}

.tips-box li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

.slider-box {
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}

.slider-box img {
  width: 100%;
  border-radius: 8px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.compare-box {
  margin: 40px 0;
}

.compare-box h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.compare-table th {
  background: #f5f7fa;
  padding: 12px;
  border: 1px solid #ddd;
}

.compare-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
}

.compare-table td:first-child {
  text-align: left;
}

.highlight {
  background-color: #fff8e6;
  border: 2px solid #ffcc66;
}

.tag {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
}

.tag.safe {
  background: #4caf50;
}

.tag.easy {
  background: #2196f3;
}

.tag.best {
  background: #ff9800;
}