.single-post .back-catalog-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #cc2229;
    margin-bottom: 20px;
}

.single-post .back-catalog-link::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23CC2229' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.single-post .single-post-content {
    max-width: 1194px;
    margin: 0px auto;
    font-weight: 400;
    font-size: var(--fluid-18-15);
    color: #000;
}

.single-post .single-post-content img {
    width: 100%;
}

.single-post .single-post-content hr {
    border-bottom: 1px solid var(--primary-color);
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-post .single-post-content h1 {
    font-weight: 700;
    font-size: var(--fluid-48-30);
    line-height: 120%;
    letter-spacing: -0.01em;
}

.single-post .single-post-content h2 {
    font-weight: 700;
    font-size: var(--fluid-32-24);
    margin-bottom: 12px;
    margin-top: 40px;
}

.single-post .single-post-content p:not(:last-child) {
    margin-bottom: 8px;
}

.single-post .single-post-content p:has(+ img) {
    margin-bottom: 40px !important;
}

.single-post .single-post-content ul li {
    list-style-position: inside;
}

.single-post .single-post-content ul li:not(:last-child) {
    margin-bottom: 8px;
}

.single-post .single-post-content ul li::marker {
    content: "- ";
}

.rs-single-post {
    padding-top: 48px;
    padding-bottom: 80px;
}

@media (max-width: 767.98px) {
    .rs-single-post {
        padding-top: 32px;
        padding-bottom: 45px;
    }
}