.legal-wrapper {
  background: transparent;
  color: #b8bcc8;
}

.legal-card {
  background: #161b2c;
  border: 1px solid #2b3147;
  border-radius: 12px;
  max-width: 900px;
  margin: auto;
  color: #d5d8e3;
}

/* Icon */
.legal-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 200, 150, 0.2);
  color: #00c896;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin: auto;
}

.legal-title {
  color: #76ff8f;
  font-weight: bold;
}

.legal-date {
  font-size: 14px;
  color: #9fa3b7;
}

/* Section headings */
.legal-heading {
  color: #76ff8f;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
}

/* List items */
.legal-card ul li {
  margin-bottom: 6px;
  color: #d5d8e3;
}
