/* NEWS RULES USER'S CUSTOM CSS */

.news-rules {
    --nr-taxonomy-gap: 0.2em;
}

@media screen and (max-width: 781px) {
.wp-block-cover__inner-container {
    padding-left: 0!important;
padding-right: 0!important;}}

/* Featured Image Wrap Fix */
@media screen and (min-width: 781px) {
.headline-story .wp-block-post-featured-image.alignright,
.headline-story .wp-block-post-featured-image.alignleft {
    max-width:75% !important;
    height: auto;
}}
@media screen and (max-width: 780px) {
.headline-story .wp-block-post-featured-image.alignright,
.headline-story .wp-block-post-featured-image.alignleft {
    max-width:100% !important;
    height: auto;
}}

.news-rules .wp-block-post-terms {
    margin-right: 10px;
    text-wrap: balance;
}

.news-rules .wp-block-post-terms,
.news-rules .wp-block-read-more,
.news-rules .wp-block-post-date,
.news-rules .wp-block-post-author,
.news-rules .wp-block-post-author-name,
.news-rules .by-line p {
    font-weight: 700 !important;
}

.news-rules .wp-block-post-terms,
.news-rules .wp-block-post-date,
.news-rules .wp-block-post-author-name,
.news-rules .by-line p {
    font-size: 0.8em !important;
}

.news-rules .wp-block-post-title :where(a){
    display: inherit;
}

.in-brief .wp-block-image.alignleft, .in-brief .wp-block-post-featured-image.alignleft,
.in-brief .wp-block-image.alignright, .in-brief .wp-block-post-featured-image.alignright,
.in-brief h2.wp-block-post-title {
    margin-top: 0 !important;
}
.featured-feed {
    background-color: var(--wp--preset--color--custom-light-gray);
  padding-left: 0.5em;
  padding-right: 0.5em;
    border-top: 1em solid var(--wp--preset--color--custom-deep-grey);
}
.featured-feed .wp-block-heading {padding-top: 0.2em;}

/* Calendar Icon */
.wp-block-post-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}
.wp-block-post-date::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M224 64C206.3 64 192 78.3 192 96L192 128L160 128C124.7 128 96 156.7 96 192L96 240L544 240L544 192C544 156.7 515.3 128 480 128L448 128L448 96C448 78.3 433.7 64 416 64C398.3 64 384 78.3 384 96L384 128L256 128L256 96C256 78.3 241.7 64 224 64zM96 288L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 288L96 288z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M224 64C206.3 64 192 78.3 192 96L192 128L160 128C124.7 128 96 156.7 96 192L96 240L544 240L544 192C544 156.7 515.3 128 480 128L448 128L448 96C448 78.3 433.7 64 416 64C398.3 64 384 78.3 384 96L384 128L256 128L256 96C256 78.3 241.7 64 224 64zM96 288L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 288L96 288z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* Read More link */
.news-rules .wp-block-read-more {
    margin-top: 0.5em;
margin-bottom: 0.5em;}

/* Read More Triangle */
.news-rules .wp-block-read-more::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    margin-left: 5px;
    vertical-align: text-bottom;
    transition: all 0.3s ease;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* Excerpt Justification */
.news-rules .wp-block-post-excerpt {
    text-align: justify;
    text-justify: inter-character;
    hyphens: auto;
    font-size: 0.95em;
}

.standfirst {margin-block-start: 0.2em !important;}
.standfirst p {margin-top: 0.2em !important;}