.section--width >.e-con-inner {
    width: 90%;
    margin: auto;
}

/* blog template */
.article-eeat-top {
    margin-top: 20px;
    margin-bottom: 35px;
    background: transparent !important;
    padding: 0 !important;
}

/* By Emily, Project Manager | June 22, 2026 | Last updated */
.article-eeat-byline {
    color: #333;
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 31.2px;
    margin-bottom: 18px;
    background: transparent !important;
    padding: 0 !important;
}

.article-eeat-byline-main, .article-eeat-byline-main a{
    font-weight: 600;
}

.article-eeat-date {
    font-weight: 400;
}

/* Only this reviewer line has the background */
.article-eeat-reviewer-box {
    color: #333;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.2px;
    border-radius: 6px;
    background: #FAF5F0;
    padding: 5px 12px;
    width: 100%;
    display: block;
}

/* Dr. Ashley bold */
.article-eeat-reviewer-name {
    font-weight: 700;
}

/* Links */
.article-eeat-top a {
    color: #333;
    text-decoration: none;
}

.article-eeat-top a:hover {
    text-decoration: underline;
}

.article-eeat-separator {
    margin: 0 6px;
}

.article-eeat-check {
    margin-right: 6px;
}


/* individual blog's recommendation images */
.ss-blog-img-size .cmsmasters-blog__post-thumbnail {
    width: 100% !important;
    height: 246px !important;
    overflow: hidden !important;
    display: block !important;
}

.ss-blog-img-size .cmsmasters-blog__post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.ss-blog-img-size .cmsmasters-blog__post-thumbnail__inner {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: hidden !important;
}

/* Mobile */
@media (max-width: 767px) {
    .article-eeat-byline {
        font-size: 18px;
        line-height: 26px;
    }

    .article-eeat-reviewer-box {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 767.98px) {
    .responsive-city-list ul li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

