.main-top-order {
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  background-color: #fbfbfd;
  border: 1px solid #d9d9e0;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.product-header h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.hot-label {
  color: #f33;
  font-weight: bold;
  font-size: 18px;
}

.schedule-link {
  color: #777;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.schedule-link::after {
  content: ">";
  margin-left: 5px;
}

.category-tabs {
  display: flex;
  padding: 7px 0px;
  overflow-x: auto;
  border-bottom: 1px solid #eee;
}

.category-tab {
  border-radius: 30px;
  padding: 5px 15px;
  margin-right: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.category-tab.active {
  background-color: #2777ff;
  color: white;
  border-color: #2777ff;
}

.alert-dot {
  width: 6px;
  height: 6px;
  background-color: #f33;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.product-list {
  padding: 0;
}

.product-item {
  border-bottom: 1px solid #eee;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-item a {
  color: #3c4858;
}

.product-category {
  color: #093159;
  font-weight: bold;
  font-size: 15px;
}

.product-match {
  color: #333;
  font-size: 16px;
}

.product-status {
  display: flex;
  align-items: center;
}

.product-rank {
  margin-right: 15px;
}

.show-more {
  text-align: center;
  padding-top: 10px;
  color: #666;
  cursor: pointer;
}

.full-campaigns {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #eee;
  color: #333;
  margin-top: 20px;
  border-radius: 10px;
  text-decoration: none;
}

.no-data {
  padding: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .main-top-order {
    padding: 10px 10px;
  }

  .product-match {
    font-size: 15px;
  }
}
