.blog-categories-section ul {
    padding-left: 0;
}

.blog-categories-list li a.active,
.blog-categories-list li a:hover,
.blog-top-post__link:hover {
    color: rgba(250, 96, 48, 1);
}

.blog-categories-section,
.blog-top-posts-section {
    background: rgba(250, 250, 250, 1);
    padding: 12px;
    margin-bottom: 20px;
}

.blog-top-posts-section h3,
.blog-top-post {
    margin-bottom: 1rem;
}

.blog-posts-section .blog-post__content {
    padding: 16px;
}

.blog-posts-section .blog-post__card {
    display: flex;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FA6030, #FFC876) 1;
    position: relative;
    margin-bottom: 20px;
}

.blog-posts-section .blog-post__image {
    width: 287px;
    min-width: 287px;
    height: 100%;
}

.blog-post__meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
}

.blog-post__meta img {
    margin-right: 5px;
}

.blog-posts-section .blog-post__category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.9) -0.01%, rgba(255, 200, 118, 0.9) 99.83%);
    padding: 14px;
    color: #FFFFFF;
}

.blog-posts-section .blog-post__excerpt {
    margin-bottom: 15px;
}

.blog-post__item-link {
    display: block;
    width: 268px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(234, 234, 234, 1);
}

.blog-posts-section .blog-post__item-link:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: linear-gradient(90deg, #FA6030 0%, #FFC876 100%)
}

.blog-subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 12%;
}

.blog-subscribe__text {
    width: 387px;
    position: relative;
    padding-left: 15px;
}

.blog-subscribe__text::before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
}

.subscribe-form__fields {
    display: flex;
    border: 1px solid rgba(234, 234, 234, 1);
    overflow: hidden;
    height: 48px;
}

.subscribe-form__input {
    padding: 1rem;
    border: none;
    flex: 1;
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    width: 219px;
}

.subscribe-form__input::placeholder {
    color: rgba(108, 108, 108, 1);
    opacity: 1;
}

.subscribe-form__btn {
    background: linear-gradient(90deg, #FA6030, #FFC876);
    border-left: 1px solid transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    width: 125px;
}

.subscribe-form__btn:hover {
    color: #FA6030;
    border-left-color: rgba(234, 234, 234, 1);
    background: none;
}

.blog-article-content {
    margin-bottom: 15%;
}

.blog-article-title {
    margin-bottom: 10px;
}

.blog-article-header {
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.blog-article-content .blog-post__meta-item {
    margin-right: 70px;
}

.blog-article-header::before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
}

.blog-article-image img {
    width: 100%;
}

.blog-tags-section {
    margin-top: 7%;
}

.blog-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.blog-tag {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    padding: 10px;
    background: rgba(250, 250, 250, 1);
    white-space: nowrap;
    transition: all 0.2s ease;
}

.blog-tag:hover {
    background: linear-gradient(90deg, #FA6030 0%, #FFC876 100%);
    color: #fff;
    cursor: pointer;
}

.blog-article-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8%;
    margin-bottom: 8%;
}

.article-back-wrapper a {
    display: block;
    cursor: pointer;
    color: rgba(250, 96, 48, 1);
    width: 286px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(234, 234, 234, 1);
}

.article-back-wrapper a:hover {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: linear-gradient(90deg, #FA6030 0%, #FFC876 100%);
}

.article-share-label {
    color: rgba(250, 96, 48, 1);
}

.article-share-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

@media (max-width: 640px) {
    .blog-subscribe {
        flex-wrap: wrap;
    }

    .blog-subscribe__text {
        width: 100%;
    }

    .subscribe-form__input {
        width: initial;
    }

    .subscribe-form__btn {
        width: initial;
    }

    .blog-article-content .blog-post__meta-item {
        margin-right: inherit;
    }
}

@media (max-width: 768px) {

    .blog-posts-section .blog-post__card {
        flex-wrap: wrap;
    }

    .blog-posts-section .blog-post__image {
        width: 100%;
    }

    .blog-subscribe__text {
        width: initial;
    }

    .blog-article-header {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    br {
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
    }

    .blog-tag {
        font-size: 16px;
    }

    .article-share-icons,
    .article-back-wrapper {
        margin: auto;
    }

    .article-back-wrapper {
        margin-top: 30px;
    }

    .blog-article-body br {
        display: none;
    }
}

@media (max-width: 991px) {}