/*********************
Instagram Plugin
*********************/
#sb_instagram {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
#sbi_load .sbi_load_btn {
    border: 2px solid var(--c-bg-alt) !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}
#sbi_load .sbi_load_btn:hover {
    color: var(--c-bg-alt) !important;
    border-color: var(--c-bg-alt) !important;
}
a.sbi_link_area::after,
a.sbi_instagram_link::after,
a.sbi_photo::after,
.sbi_username a::after {
    display: none !important;
}
.sbi-owl-prev,
.sbi-owl-next {
    top: 16% !important;
    width: 60px;
    height: 68%;
    background-color: var(--c-bg-carousel-tertiary) !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    transform: scale(1) !important;
}
.sbi-owl-next {
    margin-right: -60px !important;
}
.sbi-owl-prev {
    margin-left: -60px !important;
}
.sbi-owl-prev:hover,
.sbi-owl-prev:active,
.sbi-owl-next:hover,
.sib-owl-next:active {
    background-color: var(--c-bg-carousel-tertiary-hover) !important;
}
.sbi-owl-next .svg-inline--fa.fa-chevron-right,
.sbi-owl-prev .svg-inline--fa.fa-chevron-left {
    color: white;
    position: absolute;
    top: calc(50% - 8.24px);
    left: calc(50% - 7px);
}

/*******************
List Style Overrides
*******************/
.wp-content ul li > ul, 
.wp-content ol li > ol {
    padding-bottom: 0;
}
.wp-content ul li > ul li:before {
    content: '\25AB';
}

/******************
External Link Fix
******************/
.site-main .wp-content .has-black-background-color a[href*="//"]:not([href*="washu.10uplabs.dev"]):not([href*="washu-migration.10upmanaged.com"]):not([href*="washu.test"]):not([href*="library.wustl.edu"]):not([href*="library-test.wustl.edu"]):after, 
.site-main .wp-content .has-black-background-color a[target=_blank]:after, .site-main .wp-content .has-blue-curator-background-color a[href*="//"]:not([href*="washu.10uplabs.dev"]):not([href*="washu-migration.10upmanaged.com"]):not([href*="washu.test"]):not([href*="library.wustl.edu"]):not([href*="library-test.wustl.edu"]):after, 
.site-main .wp-content .has-blue-curator-background-color a[target=_blank]:after, .site-main .wp-content .has-blue-literary-background-color a[href*="//"]:not([href*="washu.10uplabs.dev"]):not([href*="washu-migration.10upmanaged.com"]):not([href*="washu.test"]):not([href*="library.wustl.edu"]):not([href*="library-test.wustl.edu"]):after, 
.site-main .wp-content .has-blue-literary-background-color a[target=_blank]:after, .site-main .wp-content .has-blue-uniform-background-color a[href*="//"]:not([href*="washu.10uplabs.dev"]):not([href*="washu-migration.10upmanaged.com"]):not([href*="washu.test"]):not([href*="library.wustl.edu"]):not([href*="library-test.wustl.edu"]):after, 
.site-main .wp-content .has-blue-uniform-background-color a[target=_blank]:after, .site-main .wp-content .has-orange-background-color a[href*="//"]:not([href*="washu.10uplabs.dev"]):not([href*="washu-migration.10upmanaged.com"]):not([href*="washu.test"]):not([href*="library.wustl.edu"]):not([href*="library-test.wustl.edu"]):after, 
.site-main .wp-content .has-orange-background-color a[target=_blank]:after, .site-main .wp-content .has-red-background-color a[href*="//"]:not([href*="washu.10uplabs.dev"]):not([href*="washu-migration.10upmanaged.com"]):not([href*="washu.test"]):not([href*="library.wustl.edu"]):not([href*="library-test.wustl.edu"]):after, 
.site-main .wp-content .has-red-background-color a[target=_blank]:after {
    background-image: url(/wp-content/themes/washu-library/dist/svg/external-turquoise.svg);
}

/*******************
Events Page Restyle
*******************/
.archive__content-list .event-archive-card__description {
    display: none;
}
.wp-block-washu-carousel-events__slider .event-archive-card__content,
.carousel-header--events .event-archive-card__content {
    z-index: 2;
}
@media only screen and (min-width: 768px) {
    .archive__content-list .event-archive-card__featured-image {
        display: block;
        position: inherit;
        height: 250px;
    }
    .archive__content-list .event-archive-card__content {
        margin: -80px 20px 0;
        width: auto;
        z-index: 2;
    }
    .archive__content-list .event-archive-card:hover .event-archive-card__content {
        box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
    }
    .archive__content-list .event-archive-card:hover {
        box-shadow: none;
    }
    .archive__content-list .event-archive-card__details {
        margin: 0 0 20px;
    }
}

/**********************
Pronouns - Person Card
**********************/
@media only screen and (min-width: 768px) {
    .person-card__data {
        text-align: left;
    }
}
.person-card__value--name,
.person-card__value-pronouns {
    display: inline-block;
}
.person-card__value-pronouns:before {
    content: '\007C';
    display: inline-block;
    margin: 0 5px;
    transform: translate(0, -3px);
    color: #308282;
}
.person-card--access-materials .person-card__value-pronouns:before {
    color: #ffffff;
}

/*****************
About the Author
*****************/
.person-card--about-author {
    border: 1px solid #982620;
}
.person-card__card-title {
    color: #308282;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 0.9375rem !important;
}
.person-card--about-author .author-image {
    height: 150px;
    width: 150px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    margin: 30px 0;
}
.person-card__value a {
    font-weight: 900;
}
.person-card__value a:after {
    display: none !important;
}
.person-card--about-author .person-card__data {
    margin-top: 0;
}