
/* News */
ul.menu li a {
    color: #000;
}

.blog-header {
    background: #F2ECED;
    padding: 9rem 0 14rem;
}

.blog-container {
    max-width: 850px;
    margin: 0 auto;
}

.blog-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.1rem;
    color: var(--primaryColor);
    font-weight: 700;
    text-transform: capitalize;
}

.blog-breadcrumb a {
    color: #000;
}

.blog-header h1 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
}

.blog-header-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.blog-header-meta img {
    width: 50px;
    height: 50px;
}

.blog-header-meta .socials {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.blog-header-meta .socials a {
    color: var(--primaryColor);
}

.blog-image {
    margin-top: -12rem;
    margin-bottom: 4rem;
}

.blog-container p a {
    color: var(--primaryColor);
}

pre.wp-block-verse, .wp-block-quote {
    border-left: 2px solid #000;
    padding-left: 1rem;
}

.wp-block-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1.5px solid rgba(242, 236, 237, 0.70);
    background: rgba(249, 245, 246, 0.50);
    padding: 1rem;
}
.wp-block-file a {
    text-align: left;
    color: var(--primaryColor);
}
.wp-block-file a strong {
    color: #131313;
}
.wp-block-file__button {
    background: var(--primaryColor);
    padding: 0.5rem 2rem;
    border-radius: 6px;
    color: white !important;
    text-decoration: none;;
}

.blog-footer {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 0rem 0 2.5rem;
}

.share {
    display: flex;
    gap: 0.5rem;
}

.share a {
    width: 30px;
    height: 30px;
    line-height: 100%;
    display: block;
    background: #f2eced;
    border-radius: 50%;
    padding: 0.5rem;
    text-align: center;
}

.tags {
    display: flex;
    gap: 1rem;
}

.tags span {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    border-radius: 24px;
    background: #F2ECED;
    display: block;
    padding: 0.35rem 1rem 0.25rem;
}