/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Import font Roboto từ Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

/* Áp dụng font Roboto cho toàn bộ trang */
* {
  font-family: 'Roboto', sans-serif !important;
  color: #000;
}

/* Box brand-info-84win */
.brand-info-84win {
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  margin: 20px 0;
}

.brand-info-84win h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  font-family: 'Roboto', sans-serif !important;
}

.brand-info-84win table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  overflow: hidden;
  color: #333;
  font-family: 'Roboto', sans-serif !important;
}

.brand-info-84win table th,
.brand-info-84win table td {
  padding: 18px 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-size: 17px;
  font-family: 'Roboto', sans-serif !important;
}

.brand-info-84win table th {
  background-color: #eaf6ff;
  color: #0072ff;
  font-weight: bold;
  width: 30%;
}

.brand-info-84win table td {
  color: #444;
  background-color: #fff;
}

.brand-info-84win table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .brand-info-84win h2 {
    font-size: 24px;
  }

  .brand-info-84win table th,
  .brand-info-84win table td {
    font-size: 16px;
    padding: 14px 10px;
  }
}
