/* stylelint-disable @stylistic/selector-list-comma-newline-after */

blockquote:has(p) {
    border-left: #a5bcc3 solid 7px;
    background-color: #eaeaea99;
    padding: 21px 19px 3px;
}

a.mrd-nav-active {
    color: #ac5b5b !important;
}

ul.mrd-card-list {
    line-height: 1.6;
    list-style: none;
    font-size: 22px;
    padding-left: 0 !important;
    margin-bottom: 2rem !important;
}

ul.mrd-card-list a {
    color: #477ECF !important;
    text-decoration: none;
}

ul.mrd-card-list a:hover {
    text-decoration: underline;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
    .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 4rem;
}
.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

h1 {
    color: #ac5b5b !important;
    margin-bottom: 0.5em !important;
}

h3 {
    color: #0681a6 !important;
    margin-top: 1em !important;
}

h4 {
    color: #666666 !important;
    margin-bottom: 0.75em !important;
}

.wrap_content h4 {
    color: #4795d4 !important;
}

.popular-links .btn {
    font-size: 12px !important;
  }

/*a {*/
/*    color: lightblue !important;*/
/*}*/
