<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
.fa-solid, .fa-regular {
  margin-right: 8px;
  color: #111; /* adjust to match your theme */
}
.fa-lg {
  margin-right: 10px;
  vertical-align: middle;
  color: #444; /* darker gray; adjust if you want black or theme color */
}

p i {
  min-width: 20px; /* keeps icons aligned in a neat column */
  text-align: center;
}
