.mfe-card {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(16, 35, 63, 0.08);
  padding: 28px;
}

.eyebrow {
  color: #00897b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

h1 {
  color: #10233f;
  margin: 0 0 12px;
}

.summary {
  color: #5d6b82;
  margin-bottom: 24px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid #e6edf4;
  padding: 12px 10px;
  text-align: left;
}

th {
  color: #2d3b53;
  font-size: 13px;
  text-transform: uppercase;
}
/*$vite$:1*/