.btmc-gold-box {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.btmc-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.btmc-table th, .btmc-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.btmc-table th {
  background: #ffcc00;
}
