.badge {
  display: flex;
  align-items: center;
  background-color: #29303B;
  color: #fff;
  border: 2px solid #646D7D;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 240px;
}

.icon {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 16px;
  min-width: 40px;
}

.text {
  display: flex;
}

.description {
  font-size: 14px;
  margin: 0;
  color: #d1d1d1;
}

.highlight {
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0 0;
  display: flex;
  align-items: baseline;
} 