 /* custom styling for blocks */

.blue-bar-container {
    position: relative;
    padding: 10px 0px 0px 0px;
    border-top: 4px solid #4472c4;
    border-bottom: 4px solid #4472c4;
    margin-bottom: 0px;
    margin-top: 10px;
}

/* .blue-bar-container .rich-text br { */
/*     display: none;  /\* Remove unwanted <br> tags *\/ */
/* } */

    
.richtext-inline p {
  margin: 0;
  display: inline;
}



/* example box */
.example-box-container {
    border: 1px solid #4472c4;
    border-radius: 5px;
    background-color: var(--footer-bg);
    padding: 10px !important;
    margin: 0px;
}

.example-box-container .paragraph-text p {
    margin: 0px;
}



/* ================================================================================ */
/* hyperlinks in wagtail richtext blocks and <li> */
/* ================================================================================ */
p[data-block-key] a, li[data-block-key] a {
    font-family: "Inter Tight Bold", sans-serif !important;
    font-size: 1.1rem;
    text-decoration: none !important;
    color: var(--primary2);
}


p[data-block-key] a::after, li[data-block-key] a::after {
    /* content: "🔗"; */
    /* margin-left: 5px; */
    /* text-decoration: none !important; */
    font-family: "Font Awesome 7 Free";
    font-size: 1.1rem;
    font-weight: 900;
    content: "\f35d";
    margin-left: 5px;
}
