/* misconduct button */
#zone-header-branding #widget-header .wp-block-button.misconduct a {
    padding: 8px 10px;
    background: #ffcb0b;
    color: #002c5a;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;
}
#zone-header-branding #widget-header .wp-block-button.misconduct a:after {
    content: "\f0a9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
}
#zone-header-branding #widget-header .wp-block-button.misconduct a:hover {
    background: #fddd67;
    border: none;
}

/* search widget */
#widget-header .widget_search input {
    font-size: 16px;
    line-height: 24px;
    appearance: unset; /* mobile safari oval look override */
}

/* block: categories */
#widget-content_first .wp-block-categories {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
}
#widget-content_first .wp-block-categories li {
    padding: 5px 0;
}
#widget-content_first .widget_bu_pages + .widget_categories .wp-block-categories > li:first-child,
#widget-content_first .wp-block-categories li + li {
    border-top: 1px dashed;
}
#widget-content_first .wp-block-categories li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #00274c;
    transition: all .2s ease-in-out;
    padding: 10px;
    border-radius: 3px;
}

#widget-content_first .wp-block-categories li.current-cat-parent > a,
#widget-content_first .wp-block-categories li.current-cat > a,
#widget-content_first .wp-block-categories li a:hover {
    background: #e5e8ec;
}

/* CONTENT */
#content h2.postTitle {
    text-transform: initial;
}
#content h2.postTitle:after {
    margin-top: 5px;
}


/** POST LIST **/
body:where(.category, .blog, .search) #content #posts li .postTitle a:not([href*='president.umwebops.org']):not([href*='president.umichsites.org']):not([href*='president.umich.edu']):not([href^='#']):not([href^='/']):after {
    display: inline-block;
    content: "\f14c";
    content: "\f064";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .5;
    font-size: .8em;
    margin-left: 5px;
}


/** PATTERN: user-profile **/
#content .pattern--user-profile figure {
    margin: 0;
}
#content .pattern--user-profile figure img {
    min-width: 150px;
}


#section-footer #social-content {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}
#section-footer #social-content a {
    margin: 0 5px;
    font-size: 1.5em;
    vertical-align: middle;
}
#section-footer #social-content a:hover {
    border-bottom: none;
}

@media only screen and (max-width: 40rem) {
    #zone-header-branding #widget-header .widget {
        display: block;
    }
    #zone-header-branding #widget-header .widget + .widget {
        margin-left: 0;
    }

    #section-footer #social-content {
        text-align: center;
    }
}
