/*
* Styles for press releases
* Created: 2024-03-05
*/
.bold, .location, article.pr-ctr a:not([class*="Btn"]) {font-weight:bold;}
.italics {font-style:italic;}

/*
For Update that would be positioned below title.
*/
.update {
    padding:1rem 1.7rem;
    border:solid 1px #999999;
    margin-bottom:1.5rem;
}
.update h2 {font-size:1.2rem;}
.update h2 span {
    display:block;
    font-size:0.85em;
    margin-top:0.3rem;
}
/******************************/

article.pr-ctr .date {
    display:block;
    margin:0.5rem 0;
    color:#0a5796;
    font-weight:bold;
}
article.pr-ctr .subheadline {
    font-size:1.3rem;
    color:#001688;
    font-style:italic;
    margin:1.5rem 0;
}

.pr-body p {margin-top:1.2rem;}
.pr-body ul, .pr-body ol {margin-top:-0.5rem;}
.pr-body li {margin-bottom:0.5rem;}

/* Share at the bottom of page */
.sm-share {
    margin-top:2rem;
    border-top:1px solid;
    padding-top:0.5rem;
}
.sm-share ul {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    margin:0;
    width:40%;
}
.sm-share ul li {
    list-style:none;
    padding:4px;
    align-self:center;
}