/* ==========================================================================
    PHARMACY-DRUG DISCOVERY HOME EVENTS FEED CSS
========================================================================== */
.nextup {
    padding: 2rem 0 3rem;
    border-image: conic-gradient(var(--vcu-gray) 0 0) fill 0 / 0 / 0 100vw;
}

@media (min-width: 768px) {
    .nextup {
        padding: 3rem 2rem;
    }
}

/* Image */

p.nextup__img {
    text-align: center;
    margin: 0;
}

@media (min-width: 768px) {
    p.nextup__img {
        margin-bottom: 0;
        text-align: initial;
        padding-top: 0;
    }
}

.nextup__img img {
    width: 100% !important;
    padding-left: .5rem;
    border-left: 10px solid var(--vcu-gold);
}

@media (min-width: 768px) {
    .nextup__img img {
        width: auto;
    }
}

/* Main text block */

.nextup__intro h2 {
    font-size: 2.5rem;
    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: 20% 80%;
        align-items: start;
        column-gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .nextup__item {
        align-items: center;
    }
}

.nextup__date strong, 
.nextup__speaker strong {
    color: var(--vcu-rust);
}

.nextup__info p {
    margin: .5rem auto;
}

.nextup__speaker {
    padding-top: 0;
}

/* 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-black) !important;
    box-shadow: 0.25rem 0.25rem var(--vcu-gold) !important;
    color: var(--vcu-white) !important;
    border: 1px solid var(--vcu-gold);
}

