/* ==========================================================================
   CURRENT UNDERGRADUATE STUDENTS PAGE
   ========================================================================== */
.popular {
  background: var(--vcu-black);
  padding: 1rem;
  margin-top: 2rem;
}
.popular .plugin-card {
  border-top: .5rem solid var(--vcu-gold);
  --cwf-card--border-color: none;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .popular h2 {
    text-align: center;
  }
}
ul.social {
    list-style-type: none;
    padding-left: 0;
}
.social li:before {
	font-family: "Font Awesome 6 Brands";
    font-weight: 900;
    color: var(--vcu-rust);
	margin-right: .25rem;
}
.facebook:before {
    content: "\f09a";
}
.linkedin:before {
    content: "\f08c";
}
.instagram:before {
    content: "\e055";
}
.twitter:before {
    content: "\f081";
}
.youtube:before {
    content: "\f431";
}
.social li {
    margin: .5rem auto;
}
