body > div.wrapper-outer > div > div.container > .row,
body > div.wrapper-outer > div > div.container,
.blog-single.fcw {
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 900px !important;
}

.single-cong-thuc .site-main {
    background: #f7f6f2;
}

.rs-hero {
    width: 100%;
    max-width: 900px;
    display: block;
    overflow: hidden;
}

.rs-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.rs-body,
.rs-products,
.rs-ctas,
.rs-nav,
.rs-comments {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.rs-body {
    padding-top: 2rem;
    padding-bottom: 0;
}

.rs-products {
    padding-top: 0;
    padding-bottom: 2rem;
}

.rs-ctas {
    padding-bottom: 1.5rem;
}

.rs-nav {
    padding-bottom: 2rem;
}

.rs-comments {
    padding-bottom: 3rem;
}

.rs-meta {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
    margin-bottom: .9rem;
}

.rs-meta__badge {
    display: inline-block;
    padding: .2rem .75rem;
    border-radius: 999px;
    background: #08e097;
    color: #001f3f;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.rs-meta__date {
    color: #999;
    font-size: .8rem;
}

.rs-content {
    margin-top: 1.6rem;
    color: #323232;
    font-size: 1rem;
    line-height: 1.75;
}

.rs-content .recipe-wrapper {
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rs-content .recipe-hero,
.rs-content .recipe-meta,
.rs-content h1.recipe-title {
    display: none !important;
}

.rs-content .recipe-body {
    padding: 0 !important;
}

.rs-content ul.ingredients {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
}

.rs-content ul.ingredients li {
    position: relative;
    padding: .48rem 0 .48rem 1.8rem;
    border-bottom: 1px solid #e4e0db;
    font-size: .97rem;
}

.rs-content ul.ingredients li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: .6rem;
    color: #08e097;
    font-size: .58rem;
}

.rs-content ol.instructions {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
    counter-reset: recipe-step;
}

.rs-content ol.instructions li {
    position: relative;
    padding: .55rem 0 .55rem 2.8rem;
    border-bottom: 1px solid #e4e0db;
    font-size: .97rem;
    counter-increment: recipe-step;
}

.rs-content ol.instructions li::before {
    content: counter(recipe-step);
    position: absolute;
    left: 0;
    top: .5rem;
    width: 1.7rem;
    height: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #001f3f;
    color: #08e097;
    font-size: .7rem;
    font-weight: 800;
}

.rs-content p {
    margin-bottom: .7rem;
    font-size: .97rem;
}

.rs-content blockquote {
    margin: 1.2rem 0;
    padding: .9rem 1.1rem;
    border-left: 4px solid #08e097;
    border-radius: 0 8px 8px 0;
    background: #edfbf5;
    color: #1a3d30;
    font-size: .93rem;
}

.rs-content blockquote p {
    margin: 0;
}

.rs-content hr {
    margin: 2.4rem 0;
    border: none;
    border-top: 2px solid #e4e0db;
}

.rs-content table {
    width: 100%;
    margin: .8rem 0 1.4rem;
    border-collapse: collapse;
    font-size: .86rem;
}

.rs-content table th {
    padding: .55rem 1rem;
    background: #001f3f;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.rs-content table td {
    padding: .45rem 1rem;
    border-bottom: 1px solid #e4e0db;
    color: #323232;
}

.rs-content table tr:nth-child(even) td {
    background: #f7f6f2;
}

.rs-content strong {
    color: #001f3f;
}

.rs-content .recipe-source {
    margin-top: 1.8rem;
    padding-top: .8rem;
    border-top: 1px solid #e4e0db;
    color: #bbb;
    font-size: .78rem;
    text-align: right;
}

.rs-products .woocommerce .products.sc-products {
    justify-content: start;
}

.rs-nav.single-nav {
    padding-top: 1rem;
    border-top: 1px solid #e4e0db;
}

@media (max-width: 600px) {
    .rs-content table {
        font-size: .78rem;
    }

    .rs-content table th,
    .rs-content table td {
        padding: .38rem .6rem;
    }

    .rs-content h2 {
        font-size: 1.3rem;
    }
}
