/* News archive rules recovered from the archived site's WordPress Custom CSS.
   Scoped to the shortcode output so they work even if the old Additional CSS is lost. */
.equilibra-news-archive ul.post-list { list-style: none; padding: 20px 0 0; }
.equilibra-news-archive .entry-content p { font-size: 18px !important; color: #555555 !important; font-weight: bold; }
.equilibra-news-archive a.read-more { font-size: 16px; color: #1a5f91; font-weight: 600; }
.equilibra-news-archive ul.post-list li { margin: 35px 0; }
.equilibra-news-archive .filter-field-styling { display: flex; width: 30%; }
.equilibra-news-archive .entry-date p { color: #1a5f91 !important; }
.equilibra-news-archive input[type="submit"] { width: 160px; margin-left: 10px; background-color: #1a5f91 !important; color: #fff; border: 1px solid #1a5f91; transition: .5s; }
.equilibra-news-archive input[type="submit"]:hover { background-color: transparent !important; border: 1px solid #1a5f91 !important; color: #1a5f91 !important; }
@media (max-width: 450px) { .equilibra-news-archive .filter-field-styling { width: 100%; } }
