/* ==========================================================================
    PHARMACY-CPPI HOME EVENTS FEED CSS
========================================================================== */
.nextup {
    padding: 2rem 0 3rem;
}

@media (min-width: 768px) {
    .nextup {
        padding: 3rem 1rem;
    }
}

p.nextup__img {
    text-align: center;
}

@media (min-width: 768px) {
    p.nextup__img {
        margin-bottom: 0;
        text-align: initial;
        padding-top: 0;
    }
}

.nextup__img img {
    width: 100% !important;
    padding: .3rem;
    border: 4px solid var(--vcu-gold);
}

@media (min-width: 768px) {
    .nextup__img img {
        width: auto;
    }
}

.nextup__intro h2 {
    font-family: 'Merriweather', serif;
    border-left: none;
    padding-left: 0;
    padding-top: 0;
    margin: 1rem auto 2rem;
    text-align: center;
}

.nextup h3 {
    font-size: 1.3rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .nextup h3 {
        padding-top: 0;
    }
}

.nextup__intro p {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    padding-left: 1rem;
    padding-top: 0;
}

@media (min-width: 768px) {
    .nextup__item {
        display: grid;
        grid-template-columns: 15% 85%;
        align-items: start;
        column-gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .nextup__item {
        align-items: center;
    }
}

.nextup__date strong {
    color: var(--vcu-rust);
}

.nextup__info p {
    margin: .5rem auto;
}

.nextup__teaser {
    max-height: 6rem;
    display: -webkit-box;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* View all events */

.nextup__more {
    grid-column: span 2;
    text-align: center;
    margin-top: 3rem;
}

.nextup__more .t4_button {
    font-size: 1.3rem;
    line-height: 1.95;
}

.nextup__more p.t4_button a {
    box-shadow: 0.25rem 0.25rem #2f2f2f;
    border: 1px solid #2f2f2f;
}

.nextup__more p.t4_button a:hover, 
.nextup__more p.t4_button a:focus {
    background-color: var(--vcu-white) !important;
    box-shadow: 0.25rem 0.25rem var(--vcu-rust) !important;
    color: var(--vcu-rust) !important;
    border: 1px solid var(--vcu-rust);
}