.blog-page > .blog-feed {
    padding-top: 56px;
}

.blog-page > .blog-hero > .blog-hero__copy {
    max-width: none;
}

.blog-search {
    width: 100%;
    max-width: none;
    margin: 0 0 34px;
}

.blog-search > input[type="search"] {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    border: 1px solid #cfd2d5;
    border-radius: 4px;
    color: #222;
    background: #fff;
    font: 400 15px/1 "Plus Jakarta Sans", Arial, sans-serif;
    appearance: none;
}

.blog-search > input[type="search"]::placeholder {
    color: #9a9da2;
    opacity: 1;
}

.blog-search > input[type="search"]:focus {
    border-color: #9d0022;
    outline: 2px solid rgba(157, 0, 34, .14);
    outline-offset: 1px;
}

.blog-category-tabs {
    display: flex;
    margin: 0 0 4px;
    border-bottom: 1px solid #d9dcdf;
    align-items: flex-end;
    gap: 44px;
    overflow: visible;
}

.blog-category-tabs__item {
    position: relative;
    flex: 0 0 auto;
    padding: 14px 0 17px;
    color: #222;
    font: 500 15px/1.2 "Plus Jakarta Sans", Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.blog-category-tabs__item:hover,
.blog-category-tabs__item:focus,
.blog-category-tabs__item.is-active {
    color: #9d0022;
}

.blog-category-tabs__item.is-active {
    font-weight: 700;
}

.blog-category-tabs__item.is-active::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #9d0022;
    content: "";
}

.blog-card__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.blog-card__categories:empty {
    display: none;
}

.blog-card__categories > .blog-card__category {
    margin-bottom: 0;
}

@media (max-width: 620px) {
    .blog-page > .blog-feed {
        padding-top: 34px;
    }

    .blog-search {
        margin-bottom: 24px;
    }

    .blog-category-tabs {
        gap: 28px;
        overflow-x: auto;
        scrollbar-width: thin;
    }
}
