.page-blog {
    padding-top: 80px;
}

.main-post {
    position: relative;
    display: flex;
    height: 377px;
    padding: 16px;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 24px;
    align-items: flex-start;
}

.main-post img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    overflow: hidden;
}

.page-blog .container {
    max-width: 1320px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.main-post__content {
    background-color: #F6F6F6;
    padding: 16px;
    border-radius: 16px;
    width: 100%;
    position: relative;
    max-width: 400px;
    z-index: 2;
}

.main-post__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #2F333F;
    margin-bottom: 20px;
}

.post-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.post-category {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1928F0;
}

.main-post .post-category {
    font-size: 13px;
}

.post-date {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #5B5B5B;
}

.main-post .post-date {
    font-size: 13px;
}

.blog-posts {
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid #C0C8D2;
}

.blog-posts__list, .alm-listing {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.square-image {
    display: none;
}

.blog-post, .alm-listing .post {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
}

.blog-post-index-1 {
    padding: 16px;
    justify-content: flex-end;
    position: relative;
    height: 377px;
}

.blog-post__image-wrapper, .alm-listing .post__image-container {
    line-height: 0;
    height: 220px;
}

.blog-post__image-wrapper img, .alm-listing .post__image-container img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-post-index-1 .blog-post__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.blog-post-index-1 .blog-post__image-wrapper, .blog-post-index-1 .blog-post__image-wrapper img {
    height: 100%;
}

.blog-post__content, .alm-listing .post__content {
    background-color: #F6F6F6;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 8px;
}

.blog-post-index-1 .blog-post__content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 12px;
    padding: 16px 19px 16px 16px;
    gap: 20px;
    height: auto;
}

.blog-post__title, .alm-listing .post__title {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #2F333F;
    min-height: calc(2em * 1.3);
}

.category__upper-grid .blog-post__title {
    min-height: 69px;
}

.social-item.post {
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 16px;
}

.social-item__data-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 24px 20px;
    text-align: center;
}

.social-item__data-wrapper img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 24px;
}

.social-item__call {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 15px;
    color: #2F333F;
}

.social-item__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.social-item__links a {
    display: block;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2F333F;
}

.pc-posts {
    padding-bottom: 32px;
    border-bottom: 1px solid #C0C8D2;
    margin-bottom: 24px;
}

.pc-posts__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pc-posts__title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
}

.pc-posts__btn {
    display: flex;
    align-items: center;
    background-color: #1928F0;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    padding: 16px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    gap: 8px;
    justify-content: center;
    display: none;
    transition: all 0.3s ease-in-out;
}

.pc-posts__btn:hover {
    background-color: #3341FE;
}

.pc-posts__btn--footer {
    display: flex;
}

.pc-posts__btn span {
    color: #fff;
}

.pc-posts__btn svg {
    width: 14px;
    height: 14px;
}

.pc-posts__wrapper {
    overflow: auto;
    margin-bottom: 24px;
}

.pc-posts__container {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.pc-posts__item {
    width: 285px;
}

.pc-item {
    background-color: #F6F6F6;
    border-radius: 16px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 20px 16px;
}

.pc-item__img {
    width: 100%;
    height: 176px;
    border-radius: 12px;
    object-fit: cover;
}

.pc-item__title {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #2F333F;
    margin-bottom: 12px;
}

.pc-item__btn {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #1928F0;
    color: #1928F0;
    gap: 12px;
    width: fit-content;
    padding: 16px 24px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.pc-item__btn:hover {
    background-color: #1928F0;
    color: #fff;
}

.pc-item__btn:hover svg path {
    stroke: #fff;
}

.pc-item__btn-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.another-posts__title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 20px;
}

.another-posts {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #C0C8D2;
}

.blog-form__image-wrapper img {
    width: 100%;
}

.blog-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 16px 24px 16px;
    border-radius: 16px;
    background-color: #F6F6F6;
}

.blog-form__title {
    font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0px;
vertical-align: middle;
font-variant-numeric-figure: oldstyle-nums;
font-variant-numeric-spacing: proportional-nums;
color: #2F333F;
margin-bottom: 8px;
}

.blog-form__text {
    font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0px;
font-variant-numeric-figure: oldstyle-nums;
font-variant-numeric-spacing: proportional-nums;
color: #2F333F;
margin-bottom: 20px;
}

.blog-form__btn {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    background-color: #EB5A20;
    border-radius: 16px;
    padding: 16px 28px 16px 28px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.blog-form__btn:hover {
    background-color: #E2541C;
}

.blog-form__btn--primary {
    background-color: #1928F0;
}

.blog-form__btn--primary:hover {
    background-color: #3341FE;
}

.blog-form__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.alm-load-more-btn {
    background-color: #1928F0 !important;
    font-family: Inter;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff !important;
    border-radius: 16px !important;
    padding: 16px 28px 16px 28px !important;
    border: none;
    cursor: pointer;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: all 0.2s ease;
}

.alm-load-more-btn:hover {
    background-color: #3341FE !important;
}

.last-posts {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 24px;
}

.alm-btn-wrap {
    padding-top: 0 !important;
    margin-bottom: 60px !important;
}

.header--blog .header__logo {
    height: 24px;
    position: relative;
    z-index: 2;
}

.header--blog .logo__img {
    height: 24px;
    width: auto;
}

.header--blog {
    top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #C0C8D2;
    max-width: 1320px;
    margin: 0 auto;
}

.header--blog .menu-toggle {
    width: 49px;
    z-index: 2;
}

.header--blog .menu-toggle div {
    width: 21px;
    left: 14px;
}

.menu-toggle div:nth-child(1) {
    top: 8px;
}

.menu-toggle div:nth-child(3) {
    bottom: 8px;
}

.compilations__header, .single-compilation__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.compilations__header-top, .single-compilation__header-top, .category__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compilations__header-title, .single-compilation__header-title, .category__title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
}

.compilations__count, .single-compilation__count, .category__posts-count {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
}


.compilations__description, .single-compilation__description, .category__description  {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
}

.compilations__header, .single-compilation__header, .category__header {
    margin-bottom: 24px;
}

.compilations__list, .category__upper-grid, .category__middle-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category__upper-grid, .category__middle-grid {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #C0C8D2;
}

.compilations {
    margin-bottom: 60px;
}

.compilation {
    border-radius: 16px;
    background-color: #F6F6F6;
}

.compilation__content {
    padding: 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.compilation__title {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #2F333F;
    min-height: 78px;
    transition: all 200ms ease-in-out;
}

.compilation:hover .compilation__title {
    color: #1928F0;
}

.compilation__count {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
}

.compilation__image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 16px;
}

.compilation__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.page-blog .single-compilation {
    margin-bottom: 60px;
}

.blog-breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-breadcrumbs__link, .blog-breadcrumbs__sep {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 25%;
    text-decoration-thickness: 5%;
    color: #707070;
    transition: all 200ms ease-in-out;
}

.blog-breadcrumbs__link:hover {
    color: #1928F0;
}

.single-compilation__breadcrumbs {
    margin-bottom: 12px;
}

.single, .page-blog {
    min-height: 100vh;
}

.category__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category__compilation-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
}

.category__compilation-header {
    margin-bottom: 24px;
}

.category__compilation-content {
    background-color: #F6F6F6;
    border-radius: 16px;
    padding: 16px 16px 24px 16px;
}

.category__compilation-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.compilation-item__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.compilation-item__title {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #2F333F;
}

.compilation-item__date {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #707070;
}

.compilation-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 16px;
}

.compilation-item__image {
    width: 100px;
    height: 60px;
    border-radius: 8px;
    flex-shrink: 0;
}

.category__compilation {
    margin-bottom: 32px;
}

.category__popular-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
}

.category__popular-header {
    margin-bottom: 20px;
}

.category__interim-grid {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #C0C8D2;
    display: flex;
}

.category__another-banner {
    background-color: #F6F6F6;
    border-radius: 16px;
    padding: 24px 16px;
    margin-bottom: 24px;
}

.category__another-banner-title {
    display: block;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 16px;
}

.category__another-banner-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2A2A2A;
    display: block;
    margin-bottom: 16px;
}

.category__another-banner-link {
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #1928F0;
    border-radius: 16px;
    padding: 18px 28px;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
}

.category__another-banner-link:hover {
    background-color: #3341FE;
}

.category__popular  {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #C0C8D2;
}

.blog-post__excerpt {
    display: none;
}

.blog-header {
    padding-top: 80px;
    margin-bottom: 24px;
}

.blog-header .container {
    max-width: 1320px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.blog-header__menu {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.blog-header__link {
    padding: 12px 16px;
    border-radius: 50px;
    background-color: #F6F6F6;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #2F333F;
    display: block;
    transition: all 0.3s ease;
}

.blog-header__link:hover, .blog-header__link.active {
    background-color: #DEE9FF;
    color: #1928F0;
}

.blog-header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.blog-header__search {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 32px;
}

.blog-header__search.active {
    z-index: 3;
}

.blog-header__form {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    transition: all 0.3s ease;
}

.blog-header__search.active .blog-header__form {
    width: 100%;
}

.blog-header__input {
    display: block;
    padding: 15px 16px;
    border: 1px solid #707070;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #2F333F;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    outline: 0;
    transition: all 0.3s ease;
}

.blog-header__search.active .blog-header__input {
    width: 100%;
    opacity: 1;
    right: 0;
}

.blog-header__input:focus {
    border-color: #1928F0;
}

.blog-header__search-btn {
    border: none;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 52px;
    cursor: pointer;
    top: 50%;
    font-size: 0;
    line-height: 0;
    background: url('../img/blog/icon-search.svg') 50% 50% no-repeat;
    background-color: transparent;
    background-size: auto;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.blog-header__search.active .blog-header__search-btn {
    right: 16px;
    width: 26px;
    height: 24px;
    background: url('../img/blog/icon-search-active.svg') 50% 50% no-repeat;
}

.blog-header__search-clear {
    display: none;
}

.blog-header__search.active .blog-header__search-clear {
    width: 27px;
    height: 24px;
    background: url('../img/blog/icon-search-clear.svg') 0 50% no-repeat;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 51px;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    top: 50%;
    border-right: 1px solid #DADADA;
    transform: translateY(-50%);
}

.post-category-without-category {
    display: none;
}

.last-posts {
    padding-bottom: 24px;
    margin-bottom: 0;
}

.blog-header {
    display: none;
}

.header-fixed .header--blog {
    padding: 14px 16px;
}

.header-fixed .blog-header__search {
    height: 100%;
    width: calc(100% - 32px);
    margin: 0 auto;
}

.single-post-top {
    padding: 0;
    height: auto;
    margin-bottom: 16px;
}

.main-post .post-top-img {
    display: none;
    position: relative;
    height: 202px;
    width: 100%;
}

.main-post .post-top-img-mob {
    display: block;
    margin-bottom: 8px;
    border-radius: 16px;
}

.single-post .main-post__content {
    max-width: 100%;
}

.single-post .page-blog {
    padding-top: 64px;
}

.main-post__tag {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
    margin-bottom: 16px;
}

.single-post .main-post__title {
    margin-bottom: 0;
}

.main-post-footer {
    margin-bottom: 32px;
}

.main-post-footer-cat {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-post-footer-cat .categories {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #1928F0;
}

.main-post-footer-cat .date {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #5B5B5B;
}

.blog-post-content p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
    margin-bottom: 12px;
}

.blog-post-content .wp-block-list {
    padding-left: 12px;
}

.blog-post-content .wp-block-list li {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2F333F;
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
}

.blog-post-content ol.wp-block-list li {
    padding-left: 0;
}

.blog-post-content ol.wp-block-list {
    padding-left: 24px;
}

.blog-post-content ul.wp-block-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #2F333F;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 6px;
    margin-right: 10px;
}

.blog-post-content .wp-block-heading {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    margin-bottom: 12px;
    color: #16181E;
    margin-top: 32px;
}

.blog-post-content h3.wp-block-heading {
    font-size: 16px;
}

.blog-post-content .wp-block-image img {
    border-radius: 16px;
}

.blog-post-content .wp-block-image {
    margin-top: 16px;
}

.blog-post-content .wp-block-image p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #5B5B5B;
    margin-top: 12px;
}

.blog-post-content .wp-block-separator {
    border-top: 1px solid #C0C8D2;
    margin-top: 32px;
    margin-bottom: 32px;
}

.blog-post-content .share-block, .blog-post-sidebar .share-block {
    display: none;
}

.blog-single-content {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 1px solid #C0C8D2;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.post-brief__data .author {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 32px;
}

.author__photo {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-size: cover;
}

.author__data {
    display: flex;
    flex-direction: column;
}

.author-label {
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #F6F6F6;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 6px;
    color: #2F333F;
    width: fit-content
}

.author__name {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #16181E;
    display: block;
    margin-bottom: 4px;
    transition: all 0.2s ease;
}

.post-brief__data .author:hover .author__name {
    color: #1928F0;
}

.author__job {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    color: #2F333F;
    display: block;
}

.single-post .blog-form {
    margin-top: 32px;
    margin-bottom: 32px;
}

.related-posts .h3-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 20px;
}

.single-post .page-blog {
    margin-bottom: 60px;
}

.m-blog-body .footer {
    width: auto;
}

.m-blog-body .footer .container {
    max-width: 1320px;
}

.blog-post__image-wrapper {
    overflow: hidden;
}

.blog-post .blog-post__image-wrapper img {
    transition: all 0.3s ease-in-out;
}

.blog-post:hover .blog-post__image-wrapper img {
    transform: scale(1.1);
}

.page-blog--authors {
    padding-top: 69px;
    margin-bottom: 60px;
    min-height: 60vh;
}

.page-blog--authors .page-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 16px;
}

.authors-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.authors-grid__author {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}

.authors-grid__author-photo {
    width: 112px;
    height: 112px;
    border-radius: 8px;
    background-size: cover;
    flex-shrink: 0;
}

.authors-grid__author-header {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 6px;
}

.authors-grid__author-name {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #16181E;
    transition: all 0.2s ease;
}

.authors-grid__author:hover .authors-grid__author-name {
    color: #1928F0;
}

.authors-grid__author-count {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: right;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #5B5B5B;
}

.authors-grid__author-position {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    color: #2F333F;
}

.authors-grid__author-info {
    margin-top: 10px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    color: #2F333F;
}

.author-page__photo {
    width: 104px;
    height: 104px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 16px;
}

.author-page__data {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-bottom: 24px;
}

.author-page__label {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #2F333F;
    border-radius: 50px;
    background-color: #F6F6F6;
    padding: 4px 12px;
    width: fit-content
}

.author-page__name {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #16181E;
}

.author-page__biography {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
    margin-bottom: 40px;
}

.author-page__grid-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.author-page__grid-heading {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
}

.author-page__posts-count {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
}

.author-page {
    margin-bottom: 60px;
}

.author-page__job {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    color: #2F333F;
}

.author-page__categories {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.author-page__category {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
    padding: 2px 0 4px 0;
    display: flex;
    align-items: center;
}

.author-page__category::after {
    content: '○';
    width: 10px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    margin-left: 6px;
    height: 100%;
    color: #2F333F;
}

.author-page__category:last-child::after {
    display: none;
}

.page-template-page-about .page-blog {
    min-height: auto;
}

.about-page {
    margin-bottom: 60px;
}

.about-page__illustration {
    width: 100%;
    margin-bottom: 32px;
}

.about-page__heading {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 16px;
}

.about-page__description {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
}

.about-page__description-heading {
    font-weight: 600;
}

.about-page__description-list {
    padding-left: 20px;
    list-style: disc;
}

.about-page__team-heading {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
    margin-bottom: 16px;
}

.about-page__team-parts {
    display: flex;
    justify-content: space-between;
    gap: 18px 16px;
    flex-wrap: wrap;
}

.about-page__team-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: calc(50% - 8px);
}

.about-page__team-task {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
}

.about-page__team-list li {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2F333F;
}

.page-fos__img {
    padding: 10px;
    margin-bottom: 4px;
    text-align: center;
}

.page-fos__img img {
    width: 100px;
    height: 100px;
}

.page-fos__title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 8px;
}

.page-fos__description {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0px;
    text-align: center;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
    margin-bottom: 16px;
}

.category__content {
    margin-bottom: 60px;
}

.fos-form-block__description {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #2F333F;
    margin-bottom: 16px;
}

.page-fos .wpforms-container {
    margin: 0 !important;
}

.page-fos .wpforms-container .wpforms-field {
    padding: 0;
    margin-bottom: 12px;
}

.page-fos .wpforms-container .wpforms-field input,
.page-fos .wpforms-container .wpforms-field textarea {
    background-color: #F6F6F6;
    padding: 16px;
    border-radius: 8px;
    width: 100%;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #2F333F;
    min-height: 52px;
    transition: all 200ms ease;
    border: 1px solid #F6F6F6;
}

.page-fos .wpforms-container .wpforms-field input:focus,
.page-fos .wpforms-container .wpforms-field textarea:focus {
    border-color: #1928F0 !important;
    box-shadow: none !important;
}

.page-fos .wpforms-container .wpforms-field input.wpforms-error:focus,
.page-fos .wpforms-container .wpforms-field textarea.wpforms-error:focus {
    border-color: var(--wpforms-label-error-color);
    box-shadow: none !important;
}

.page-fos .wpforms-submit {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
    text-align: center !important;
    color: #fff !important;
    background-color: #1928F0 !important;
    padding: 16px !important;
    border: none !important;
    border-radius: 16px !important;
    width: 100% !important;
    height: auto !important;
    transition: all 200ms ease;
}

.page-fos .wpforms-container .wpforms-field input::-webkit-input-placeholder, .page-fos .wpforms-container .wpforms-field textarea::-webkit-input-placeholder {
    color: #9A9A9A !important;
}

.page-fos .wpforms-container .wpforms-field input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    min-height: 12px;
    margin: 0;
    outline: 0;
    border: none;
    min-width: auto;
    width: 12px;
}

.page-fos .wpforms-field-label-inline {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 140% !important;
    color: #9A9A9A !important;
    padding-left: 8px !important;
}

.page-fos .wpforms-field-label-inline a {
    text-decoration: underline !important;
    color: #9A9A9A !important;
}

.page-fos div.wpforms-container-full input[type=checkbox]:before {
    width: 12px;
    height: 12px;
}

.page-fos .wpforms-field-checkbox {
    margin-top: 12px;
}

.page-fos .wpforms-field-checkbox li {
    display: flex;
    align-items: center !important;
}

.page-fos div.wpforms-container-full input[type=checkbox]:checked:after {
    left: -5px;
    top: -4px;
    border-color: #ffffff !important;
}

.page-fos div.wpforms-container-full input[type=checkbox]:checked:before {
    border-color: #1928F0 !important;
    background-color: #1928F0 !important;
}

.page-template-page-fos .page-blog {
    min-height: auto;
}

.fos-form-block {
    margin-bottom: 60px;
}

.error404 .page-blog {
    margin-bottom: 60px;
}

.error-page .img-wrap {
    text-align: center;
}

.error-page .screen-reader-text {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    text-align: center;
    margin-bottom: 40px;
}

.error-page__heading {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 20px;
}

.ajax-404-wrap {
    margin-top: 20px;
}

.search .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.search .category-title, .search .search-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
}

.search .posts-sum {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: right;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
}

.search .related-posts {
    margin-top: 24px;
}

.search .related-posts .h3-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
    margin-bottom: 20px;
}

.search .page-blog {
    margin-bottom: 60px;
    min-height: auto;
}

.search-results-list {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #C0C8D2;
}

.search .no-such-search-subheading {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0px;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #2F333F;
    margin-bottom: 24px;
}

.search .search-title {
    margin-bottom: 8px;
}

.page-no-img {
    margin-bottom: 32px;
}

.blog-paywall-banner {
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid #C0C8D2;
}

.blog-paywall-banner__wrapper {
    background: url('../img/blog/bg_banner.jpg') 50% 50% no-repeat;
    background-size: cover;
    padding: 24px 24px;
    border-radius: 16px;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.blog-paywall-banner__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1928F0;
    opacity: .42;
}

.blog-paywall-banner__content, .blog-paywall-banner__actions {
    position: relative;
    z-index: 2;
}

.blog-paywall-banner__text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ffffff;
}

.blog-paywall-banner__title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 12px;
}

.blog-paywall-banner__btn {
    padding: 16px;
    color: #fff;
    border-radius: 16px;
    background-color: #EB5A20;
    bordeR: 1px solid #EB5A20;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.blog-paywall-banner__btn:hover {
    background-color: #E2541C;
}

.blog-paywall-banner__btn--secondary {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.blog-paywall-banner__btn--secondary:hover {
    background-color: #fff;
    color: #EB5A20;
}

.blog-paywall-banner__actions {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.blog-post-paywall-banner {
    background-color: #F6F6F6;
    border-radius: 12px;
    max-width: 330px;
    width: 100%;
    padding: 25px 25px 28px 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-post-paywall__title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-variant-numeric-figure: oldstyle-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #16181E;
}

.blog-post-paywall__btn {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #EB5A20;
    cursor: pointer;
    color: #fff;
    border-radius: 16px;
    padding: 20px 36px;
    width: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.blog-post-paywall__btn:hover {
    background-color: #E2541C;
}

.post-brief {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 32px;
}

.post-brief__data {
    width: 100%;
}


@media (min-width: 768px){

    .blog-paywall-banner__title {
        width: 514px;
        font-size: 24px;
    }

    .blog-paywall-banner__btn {
        padding: 24px 36px;
    }

    .blog-paywall-banner__wrapper {
        flex-direction: row;
        padding: 40px 24px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .main-post {
        border-radius: 20px;
    }

    .main-post__title {
        font-size: 20px;
    }

    .main-post .post-date, .main-post .post-category {
        font-size: 14px;
    }

    .blog-posts__list, .alm-listing {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .blog-post, .alm-listing .post {
        width: calc(50% - 8px);
    }

    .pc-posts__btn {
        display: flex;
        width: 158px;
    }

    .pc-posts__btn--footer {
        display: none;
    }

    .pc-posts__title, .another-posts__title {
        font-size: 24px;
    }

    .blog-paywall-banner__content {
        max-width: calc(100% - 300px);
    }

    .blog-paywall-banner__actions {
        flex-direction: column;
    }

    .blog-form__wrapper {
        padding: 24px 20px 24px 24px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .blog-form__content {
        width: calc(60% - 8px);
    }

    .blog-form__image-wrapper {
        width: calc(40% - 8px);
    }

    .blog-form__title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .blog-form__text {
        margin-bottom: 16px;
    }
    
    .blog-form__btn {
        width: fit-content;
        padding: 18px 28px;
    }

    .blog-form__actions {
        flex-direction: row;
    }

    .alm-load-more-btn {
        width: auto !important;
        padding: 18px 28px !important;
        display: flex !important;
        margin: 0 auto !important;
    }

    .compilations__header-title, .single-compilation__header-title, .category__title {
        font-size: 28px;
    }

    .compilations__count, .single-compilation__count, .category__posts-count {
        font-size: 16px;
    }

    .compilations__description, .single-compilation__description, .category__description {
        font-size: 18px;
    }

    .compilations__header, .single-compilation__header, .category__header {
        margin-bottom: 32px;
    }

    .compilations__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .compilation {
        width: calc(50% - 10px);
    }

    .compilation__title {
        font-size: 20px;
    }

    .compilation__count {
        font-size: 16px;
    }

    
    .page-blog .single-compilation {
        margin-bottom: 80px;
    }

    .pc-posts__wrapper {
        margin-bottom: 0;
    }

    .single-compilation__breadcrumbs {
        margin-bottom: 16px;
    }

    .blog-post-index-1 {
        width: 100%;
        padding: 0;
        height: 390px;
        margin-bottom: 8px;
    }

    .blog-post-index-1 .blog-post__content {
        border-radius: 0;
        background-color: #F6F6F6;
        padding: 16px 20px 20px 20px;
    }

    .category__upper-grid, .category__middle-grid, .grid {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 16px;
    }

    .social-item.post {
        width: calc(50% - 8px);
    }

    .category__compilation-content {
        padding: 20px 20px 24px 20px;
    }

    .category__compilation-title, .category__popular-title {
        font-size: 24px;
    }

    .category__compilation-items {
        flex-direction: row;
        gap: 40px;
        flex-wrap: wrap;
    }

    .compilation-item {
        width: calc(50% - 20px);
        flex-direction: row;
        gap: 16px;
    }

    .compilation-item__title {
        font-size: 16px;
    }

    .category__another-banner {
        padding: 24px;
    }

    .category__another-banner-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .category__another-banner-text {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .category__another-banner-link {
        width: fit-content;
        margin: 0 auto;
    }

    .alm-btn-wrap {
        margin-bottom: 80px !important;
    }
    
    .last-posts {

    }

    .blog-header__search {
        height: calc(100% - 16px);
    }

    .header--blog .menu-toggle {
        width: 32px;
    }

    .header--blog .header__nav-wrapper {
        gap: 80px;
    }

    .blog-header__search-btn {
        right: 56px;
    }

    .m-blog-body {
        padding-left: 32px;
        padding-right: 32px;
    }

    .header--blog .menu-toggle div {
        left: 0;
        width: 28px;
    }

    .m-blog-body .footer {
        margin-left: -32px;
        margin-right: -32px;
    }

    .header--blog {
        left: 32px;
        right: 32px;
        width: calc(100% - 64px);
    }

    .blog-header__search.active {
        width: calc(100% - 39px);
    }

    .blog-header__search.active .blog-header__search-btn {
        width: 32px;
        height: 32px;
        right: 17px;
        transition: none;
    }

    .blog-header__search.active .blog-header__search-clear {
        width: 37px;
        right: 61px;
    }

    .blog-single-content {
        padding: 0 60px;
        padding-bottom: 32px;
    }

    .main-post .post-top-img {
        display: block;
        position: absolute;
        height: 100%;
    }

    .main-post .post-top-img-mob {
        display: none;
    }

    .single-post-top {
        padding: 24px 44px;
        height: 264px;
    }

    .single-post .page-blog {
        padding-top: 89px;
    }

    .single-post .main-post__content {
        width: 431px;
        border-radius: 12px;
    }

    .main-post-footer-cat {
        gap: 10px;
    }

    .blog-post-content p, .blog-post-content .wp-block-list li {
        font-size: 16px;
    }

    .blog-post-content .wp-block-heading {
        font-size: 20px;
    }

    .blog-post-content h3.wp-block-heading {
        font-size: 18px;
    }

    .related-posts .h3-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .single-post .page-blog {
        margin-bottom: 80px;
    }

    .page-blog--authors {
        padding-top: 85px;
        margin-bottom: 80px;
    }

    .page-blog--authors .page-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .authors-grid {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px 24px;
    }

    .authors-grid__author {
        width: calc(50% - 16px);
    }

    .author-page__reference {
        display: flex;
        gap: 20px;
        margin-bottom: 16px;
    }

    .author-page__photo, .author-page__data {
        margin-bottom: 0;
    }

    .author-page__data {
        gap: 8px;
    }

    .author-page__biography {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .author-page__grid-heading {
        font-size: 28px;
    }

    .author-page__posts-count {
        font-size: 16px;
    }

    .author-page__grid-header {
        margin-bottom: 24px;
    }

    .author-page {
        margin-bottom: 80px;
    }

    .about-page {
        margin-bottom: 80px;
    }

    .about-page__illustration {
        margin-bottom: 40px;
    }

    .about-page__heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .about-page__description {
        gap: 16px;
        margin-bottom: 40px;
        font-size: 16px;
    }

    .about-page__team-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .about-page__team-task {
        font-size: 16px;
    }

    .about-page__team-block {
        gap: 6px;
        width: calc((100% / 3) - (32px / 3));
    }

    .about-page__team-parts {
        gap: 20px 16px;
        justify-content: flex-start;
    }

    .category__content {
        margin-bottom: 80px;
    }

    .page-fos__img {
        padding: 15px;
        margin-bottom: 12px;
    }

    .page-fos__img img {
        width: 125px;
        height: 125px;
    }

    .page-fos__title {
        font-size: 28px;
        margin-left: auto;
        margin-right: auto;
        max-width: 464px;
    }

    .page-fos__description {
        max-width: 586px;
        font-size: 18px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .fos-form-block__description {
        font-size: 14px;
        max-width: 584px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-fos .wpforms-container-full {
        max-width: 584px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .page-fos .wpforms-field-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 12px;
    }

    .page-fos .wpforms-container .wpforms-field {
        width: 100%;
        margin-bottom: 0;
    }

    .page-fos .wpforms-container .wpforms-field:nth-child(1),
    .page-fos .wpforms-container .wpforms-field:nth-child(2) {
        width: calc(50% - 6px);
    }

    .page-fos div.wpforms-container-full .wpforms-form .wpforms-submit-container {
        margin-top: 20px;
    }

    .fos-form-block {
        margin-bottom: 80px;
    }

    .error-page .screen-reader-text {
        margin-top: 16px;
        font-size: 28px;
        margin-bottom: 60px;
    }

    .error-page__heading {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .error404 .page-blog {
        margin-bottom: 80px;
    }

    .ajax-404-wrap {
        margin-top: 24px;
    }

    .search .category-title, .search .search-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .search .posts-sum {
        font-size: 16px;
    }

    .search .related-posts {
        margin-top: 30px;
    }

    .search .related-posts .h3-title {
        font-size: 28px;
    }

    .search-results-list {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .search .no-such-search-subheading  {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .compilations {
        margin-bottom: 80px;
    }

    .authors-grid__author-data {
        padding-right: 16px;
    }

    .search .page-blog {
        margin-bottom: 80px;
    }

    .page-no-img {
        padding: 0 60px;
        margin-bottom: 30px;
    }

    .page-no-img .page__heading {
        text-align: left;
    }
}

@media (min-width: 1024px){
    .page-no-img .page__heading {
        text-align: left;
        max-width: 100%;
    }
}

@media (min-width: 1200px){
    .main-post__content {
        max-width: 652px;
    }

    .post-brief {
        align-items: flex-end;
        gap: 100px;
    }

    .blog-paywall-banner__wrapper {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .blog-paywall-banner__title {
        font-size: 28px;
    }

    .main-post__title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .main-post {
        padding: 40px;
        border-radius: 24px;
        height: 460px;
        margin-bottom: 30px;
    }

    .blog-posts__list {
        gap: 20px;
    }

    .blog-paywall-banner__actions {
        display: flex;
        flex-direction: row;
    }

    .blog-post {
        width: calc(25% - 15px);
    }

    .pc-posts {
        gap: 20px;
    }

    .pc-posts__item {
        width: calc(25% - 15px);
    }

    .pc-posts__wrapper {
        overflow: hidden;
    }

    .another-posts .blog-posts__list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .single-copilation__posts .blog-post {
        width: calc(25% - 15px);
    }

    .another-posts .blog-post:nth-child(1), .single-copilation__posts .blog-post:nth-child(1) {
        width: calc(50% - 10px);
    }

    .another-posts .blog-post:nth-child(2), .another-posts .blog-post:nth-child(3), .single-copilation__posts .blog-post:nth-child(2), .single-copilation__posts .blog-post:nth-child(3) {
        width: calc(25% - 15px);
    }

    .another-posts .blog-post:nth-child(4), .another-posts .blog-post:nth-child(5), .single-copilation__posts .blog-post:nth-child(4), .single-copilation__posts .blog-post:nth-child(5) {
        width: calc(25% - 15px);
    }

    .another-posts .blog-post:nth-child(6), .single-copilation__posts .blog-post:nth-child(6) {
        width: calc(50% - 10px);
    }

    .pc-posts {
        padding-bottom: 60px;
        margin-bottom: 40px;
    }

    .pc-posts__title, .another-posts__title {
        font-size: 28px;
    }

    .pc-posts__header {
        margin-bottom: 30px;
    }

    .another-posts__title {
        margin-bottom: 30px;
    }

    .another-posts {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .blog-form {
        margin-bottom: 40px;
    }

    .blog-form__wrapper {
        padding: 42px 40px;
    }

    .blog-form__title {
        font-size: 54px;
        margin-bottom: 20px;
    }

    .blog-form__text {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .blog-form__btn {
        font-size: 16px;
        padding: 24px 36px;
    }

    .alm-btn-wrap .alm-load-more-btn {
        padding: 24px 36px !important;
        font-size: 16px !important;
    }

    .alm-btn-wrap {
        margin-bottom: 100px !important;
    }

    .blog-post__image-wrapper {
        display: none;
    }

    
    .alm-listing .post__image-container {
        display: none;
    }

    .square-image, .alm-listing .post__image-container.square-image {
        display: block;
        height: 260px;
    }


    .blog-post__image-wrapper img, .alm-listing .post__image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .compilations__header, .single-compilation__header, .category__header {
        margin-bottom: 40px;
    }

    .compilations__header-title, .single-compilation__header-title, .category__title {
        font-size: 32px;
    }

    .compilations__description, .single-compilation__description, .category__description {
        font-size: 20px;
    }

    .compilation__title {
        font-size: 24px;
        min-height: 66px;
    }

    .compilation__content {
        gap: 40px;
        padding: 0;
        margin-bottom: 20px;
    }

    .compilation {
        width: calc((100% / 3) - (40px / 3));
        padding: 20px;
    }

    .single-copilation__posts {
        flex-wrap: wrap;
    }

    .page-blog .single-compilation {
        margin-bottom: 100px;
    }

    .single-compilation__breadcrumbs {
        margin-bottom: 24px;
    }

    .blog-post-index-1 {
        display: flex;
        flex-direction: row;
        background-color: transparent;
        gap: 20px;
        height: 282px;
    }

    .blog-post-index-1 .blog-post__image {
        position: relative;
        border-radius: 16px;
        width: calc(50% - 10px);
        overflow: hidden;
    }

    .category__upper-grid {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }

    .category__upper-grid .blog-post, .social-item.post {
        width: calc(25% - 15px);
    }

    .category__upper-grid .blog-post.blog-post-index-1 {
        width: 100%;
    }

    .blog-post-index-1 .blog-post__content {
        border-radius: 16px;
        gap: none;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        padding: 30px;
        width: calc(50% - 10px);
    }

    .blog-post-index-1 .blog-post__title {
        font-size: 28px;
    }

    .blog-post-index-1 .blog-post__inner-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .blog-post-index-1 .blog-post__excerpt {
        display: block;
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0px;
        font-variant-numeric-figure: oldstyle-nums;
        font-variant-numeric-spacing: proportional-nums;
        color: #2F333F;
    }

    .category__upper-grid, .category__middle-grid {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #C0C8D2;
    }

    .category__compilation-content {
        padding: 40px;
    }

    .category__compilation-title, .category__popular-title {
        font-size: 32px;
    }

    .category__compilation-header {
        margin-bottom: 40px;
    }

    .category__compilation-items {
        gap: 140px;
    }

    .compilation-item__image {
        width: 140px;
        height: 78px;
    }

    .compilation-item {
        gap: 24px;
        width: calc(50% - 70px);
    }

    .compilation-item__content {
        justify-content: space-between;
        gap: 10px;
    }

    .compilation-item__title {
        font-size: 18px;
    }

    .compilation-item__date {
        font-size: 14px;
    }

    .category__compilation-items .compilation-item:nth-child(2n) {
        padding-right: 12px;
    }

    .category__compilation {
        margin-bottom: 40px;
    }

    .category__middle-grid {
        gap: 20px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .category__middle-grid .blog-post:nth-child(1), .category__middle-grid .blog-post:nth-child(6) {
        width: calc(50% - 10px);
    }

    .category__middle-grid .blog-post:nth-child(2), .category__middle-grid .blog-post:nth-child(3), .category__middle-grid .blog-post:nth-child(4), .category__middle-grid .blog-post:nth-child(5) {
        width: calc(25% - 15px);
    }

    .category__middle-grid .blog-post:nth-child(1), .category__middle-grid .blog-post:nth-child(2), .category__middle-grid .blog-post:nth-child(3) {
        margin-bottom: 10px;
    }

    .category__popular-header {
        margin-bottom: 40px;
    }

    .category__popular-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .category__popular-items .blog-post {
        width: calc(50% - 10px);
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .category__popular-items .blog-post__image-wrapper {
        display: block;
        width: 323px;
        flex-shrink: 0;
        height: 140px;
        overflow: hidden;
    }

    .category__popular-items .blog-post__content {
        padding: 20px;
        padding-left: 0;
    }

    .category__popular-items .blog-post__title {
        font-size: 18px;
    }

    .category__popular {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #C0C8D2;
    }

    .category__popular .square-image {
        display: none;
    }

    .category__another-banner {
        padding: 40px;
        border-radius: 24px;
        margin-bottom: 40px;
    }

    .category__another-banner-title {
        font-size: 36px;
        margin: 0 auto;
        margin-bottom: 16px;
        width: 652px;
    }

    .category__another-banner-text {
        font-size: 20px;
        margin: 0 auto;
        margin-bottom: 24px;
        width: 652px;
    }

    .category__another-banner-link {
        padding: 24px 36px;
        font-size: 16px;
    }

    .alm-listing {
        gap: 20px;
    }

    .alm-listing .post {
        width: calc(25% - 15px);
    }

    .blog-posts {
        padding-bottom: 60px;
        margin-bottom: 40px;
    }

    .blog-header {
        margin-bottom: 40px;
    }
    
    .blog-post__content, .alm-listing .post__content {
        gap: 16px;
    }
    
    .last-posts {
        padding-bottom: 0px;
    }

    .social-item__data-wrapper {
        padding-top: 32px;
    }

    .social-item__data-wrapper img {
        height: 220px;
        width: auto;
    }

    .blog-single-content {
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
        padding-bottom: 60px !important;
        margin-bottom: 60px !important;
    }

    .blog-post-sidebar {
        width: 380px;
        flex-shrink: 0;
    }

    .blog-post-content {
        width: calc(100% - 380px - 67px);
        padding-left: 112px;
    }

    .single-post-top {
        padding: 50px 82px;
        margin-bottom: 16px;
    }
    
    .single-post .main-post__content {
        border-radius: 16px;
        padding: 30px;
        width: 680px;
    }

    .main-post__tag {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .main-post__title {
        font-size: 32px;
    }

    .main-post-footer-cat {
        gap: 16px;
    }

    .main-post-footer-cat .categories {
        font-size: 16px;
    }

    .main-post-footer-cat .date {
        font-size: 16px;
    }

    .blog-post-content p, .blog-post-content .wp-block-list li {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .blog-post-content .wp-block-heading {
        font-size: 32px;
        margin-top: 40px;
    }

    .blog-post-content h3.wp-block-heading {
        font-size: 24px;
    }

    .related-posts .h3-title { 
        font-size: 32px;
        margin-bottom: 30px;
    }

    .related-posts .blog-post {
        width: calc(25% - 15px);
    }

    .single-post .page-blog {
        margin-bottom: 100px;
    }

    .blog-post-sidebar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .blog-post-sidebar .share-block {
        display: block;
    }

    .author-page__posts .blog-posts__list {
        flex-wrap: wrap;
    }

    .author-page__posts .blog-post {
        width: calc(25% - (60px / 4));
    }

    .author-page__grid-header {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .author-page__profile {
        max-width: 985px;
    }

    .author-page__biography {
        margin-bottom: 60px;
    }

    .author-page {
        margin-bottom: 100px;
    }

    .author-page__category {
        font-size: 16px;
    }

    .about-page__illustration {
        margin-bottom: 60px;
    }

    .about-page {
        margin-bottom: 100px;
    }

    .about-page__heading {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .about-page__description {
        gap: 20px;
        font-size: 18px;
        max-width: 985px;
        margin-bottom: 60px;
    }

    .about-page__team-heading {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .about-page__team-parts {
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: space-between;
    }

    .about-page__team-block {
        width: 100%;
        gap: 8px;
    }

    .about-page__team-task {
        font-size: 18px;
    }

    .about-page__team-list li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .category__interim-grid, .category__bottom-grid {
        flex-wrap: nowrap;
        display: flex;
    }

    .category__content {
        margin-bottom: 100px;
    }

    .page-fos__img {
        padding: 24px;
    }

    .page-fos__img img {
        width: 200px;
        height: 200px;
    }

    .page-fos__title {
        font-size: 32px;
        max-width: 650px;
    }

    .page-fos__description {
        max-width: 650px;
        font-size: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        line-height: 140%;
    }

    .fos-form-block__description {
        font-size: 16px;
        max-width: 650px;
        margin-bottom: 20px;
        line-height: 150%;
    }

    .page-fos .wpforms-container-full {
        max-width: 650px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .fos-form-block {
        margin-bottom: 100px;
    }

    .page-fos div.wpforms-container-full .wpforms-form .wpforms-submit-container {
        margin-top: 24px;
    }

    .page-fos .wpforms-container .wpforms-field input, .page-fos .wpforms-container .wpforms-field textarea {
        font-size: 16px;
        padding: 16px 20px;
    }

    .page-fos .wpforms-container .wpforms-field input::placeholder, .page-fos .wpforms-container .wpforms-field textarea::placeholder {
        color: #9A9A9A;
    }

    .page-fos .wpforms-field-label-inline {
        font-size: 16px !important;
    }

    .page-fos .wpforms-field-checkbox {
        margin-top: 20px;
    }

    .error-page-wrap .blog-posts__list {
        flex-wrap: wrap;
    }

    .error-page-wrap .blog-post {
        width: calc(25% - 15px);
    }

    .error404 .page-blog {
        margin-bottom: 100px;
    }

    .ajax-404-wrap {
        margin-top: 40px;
    }

    .search-results-list {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .search .page-header {
        margin-bottom: 40px;
    }

    .search .category-title, .search .search-title {
        font-size: 32px;
    }

    .search .related-posts .h3-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .search .related-posts {
        margin-top: 60px;
    }

    .search .no-such-search-subheading {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .compilations {
        margin-bottom: 100px;
    }

    .single-post .blog-form {
        margin-bottom: 100px;
    }

    .single-post .page-blog {
        margin-bottom: 100px;
    }

    .author-page__photo {
        width: 203px;
        height: 203px;
    }

    .author-page__reference {
        margin-bottom: 40px;
    }

    .author-page__biography {
        font-size: 18px;
    }

    .search .page-blog {
        margin-bottom: 100px;
    }

    .page-fos__title {
        margin-bottom: 10px;
    }

    .page-fos div.wpforms-container-full input[type=checkbox]:before {
        width: 16px;
        height: 16px;
    }

    .page-fos .wpforms-container .wpforms-field input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .page-fos div.wpforms-container-full input[type=checkbox]:checked:after {
        left: -3px;
        top: -3px;
        border-color: #ffffff !important;
    }

    .page-no-img {
        padding-left: 112px;
    }
}

@media (min-width: 1280px){
    .header--blog .blog-header__search {
        display: none;
    }

    .page-blog {
        padding-top: 0;
    }

    .blog-header {
        display: block;
    }

    .blog-header__search {
        height: 100%;
    }

    .blog-header__search-btn {
        right: 0;
        width: 40px;
        height: 40px;
    }

    .blog-header__input {
        padding: 13.5px 20px;
        font-size: 16px;
    }

    .blog-header__search.active .blog-header__search-clear {
        background-size: 20px;
        width: 37px;
        right: 61px;
    }

    .blog-header__search.active {
        width: 100%;
    }

    .blog-header__search.active .blog-header__search-btn {
        width: 26px;
        height: 24px;
        right: 20px;
        transition: all 300ms ease;
    }

    .page-blog--authors {
        margin-top: 40px;
    }

    .page-blog--authors .page-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .authors-grid {
        gap: 48px 20px;
    }

    .authors-grid__author {
        width: calc((100% / 3) - (40px / 3));
    }

    .authors-grid__author-name {
        font-size: 16px;
    }

    .authors-grid__author-count {
        font-size: 12px;
    }

    .authors-grid__author-position {
        font-size: 14px;
    }

    .authors-grid__author-info {
        font-size: 14px;
    }

    .single-post .page-blog {
        padding-top: 0;
    }
}