.hb-embed__title-container,
.hb-embed__branding,
.hb-embed__btn-box {
  display: none !important;
}

.hb-embed__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.hb-embed__table th {
  background-color: #202E4C;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 12px;
  border-bottom: 2px solid #202E4C;
}

.hb-embed__table td {
  text-align: center;
  padding: 14px 12px;
  color: #333;
  font-size: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.hb-embed__table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.hb-embed__table tbody tr:hover td {
  background-color: #f1f5ff;
}

.hb-embed__table tr {
  transition: background-color 0.2s ease;
}

.highlight-team td {
  background-color: rgba(193, 168, 92, 0.3) !important;
  font-weight: bold;
  color: #202E4C;
}

.highlight-team:hover td {
  background-color: rgba(193, 168, 92, 0.4) !important;
}
