/* ==========================================================================
   PHARMACY MICROSITE EVENT ITEM CSS FOR TEXT/FULLTEXT LAYOUT
========================================================================== */
.event {
    padding-bottom: 2rem;
}

.cwf-grid__column--page-layout>:last-child {
    margin-bottom: 0 !important;
}

/* Image */
figure.event__img-full {
    text-align: center;
}

.event__img-full img {
    padding-right: 10px;
    border-right: 10px solid var(--vcu-gold);
    margin: 1em auto 0;
}

@media (min-width: 768px) {
    figure.event__img-full {
        float: right;
        width: 300px !important;
        margin: 0 0 2em 2em;
    }

    figure.event__img-full {
        text-align: initial;
    }
}

/* Event details */
.event__details {
    margin: .5em auto;
}

.variable {
    font-weight: 700;
    color: var(--vcu-rust);
}

/* WYSIWYG heading 2 */
.event__descrip h2 {
    border-left: 8px solid #f8b300;
    padding-left: .5rem;
    margin: 2rem auto;
    padding-top: 0;
}

/* Registration link button */
.event__btn.t4_button {
    font-size: 1.3em;
    line-height: 1.95;
    margin: 1.5rem auto 2rem;
}
