/* ==========================================================================
    RESEARCH PAGE CSS
========================================================================== */
.plugin-card.study:first-of-type {
    margin-top: 2rem;
}
.plugin-card.study {
    box-shadow: none;
    margin-bottom: 2rem;
}
.study .plugin-card__media {
    background-color: transparent;
}
.study .plugin-card__background {
    opacity: 0;
}
.study p:has(a[href^="mailto:"]):before {
  	font-family: "Font Awesome 6 Free";
    content: "\f0e0";
    margin-right: .25rem;
    color: var(--vcu-gold);
    font-weight: 900;
}
.study p:has([href^="http"]):not(a[href*="mindfulwellnesslab.vcu.edu"],a[href*="t4.vcu.edu"],a[href*="mindfulwellnesslab.staging2.vcu.edu"]):before {
  	font-family: "Font Awesome 6 Free";
    content: "\f0c1";
    margin-right: .25rem;
    color: var(--vcu-gold);
    font-weight: 900;
}