/* ==========================================================================
    MEDICINAL CHEMISTRY SYMPOSIUM PAGE CSS
========================================================================== */

/* Hero */

.plugin-hero__caption {
    display: none;
}
@media (min-width: 1024px) {
    .plugin-hero:first-of-type {
        margin-bottom: 0;
    }
}

/* Overview and At a Glance */

.cwf-grid.symposium {
    gap: 0;
}
.overview {
    background-color: #efefef;
    padding: 0 1.5rem 1.5rem;
}
.details {
    padding: 0 1.5rem 1.5rem;
}

/* About Arzu F. Moosvi */

.img-r-25 img {
    border-radius: 50rem;
    padding: .2rem;
    border: 1px solid var(--vcu-gold);
}

/* Questions? */

.gold-card {
    text-align: center;
    text-wrap: balance;
}