.blog__wrap {}

.blog__tags {
    gap: .5rem;
}

.blog__tag {
    height: 2.5rem;
    padding: 1.125rem;
}

.blog__tag.btn.--border-4 {
    color: #13132acc;
    font-weight: 400;
    box-shadow: inset 0rem 0rem 0rem 0.125rem var(--color__fill-4);
}

.blog__content {
    gap: 1.5rem;
    flex-wrap: nowrap;
}

.blog__list {
    row-gap: 2.5rem;
    column-gap: 1.5rem;
}

.blog__link {
    text-decoration: none;
}

.blog__link,
.blog__link:visited {
    color: inherit;
}

.blog__item-picture {
    width: 100%;
    aspect-ratio: 360 / 263;
    border-radius: .75rem;
    overflow: hidden;
}

.blog__item-picture img {
    object-fit: cover;
}

.blog__item-tags {
    gap: 1rem;
}

.blog__item-tag {
    font-weight: 700;
    color: var(--color__fill-2);
}

.blog__item-title {
    line-height: 1.75rem;
    font-weight: 600;
}

.blog__item-text {
    color: #13132aa3;
    line-height: 1.375rem;
}

.blog__item-meta {
    color: #13132a66;
}

.blog__paginations {
    flex-grow: 1;
    width: 100%;
}

.blog__paginations .paginations__wrap {
    flex-wrap: wrap;
}

.blog__paginations .paginations__more-btn {
    order: 1;
    max-width: 100%;
}

.blog__paginations .paginations__pages {
    order: 2;
}

.blog__paginations .paginations__per-page {
    order: 3;
}

.blog__stick {
    position: sticky;
    top: 8.3rem;
}

.blog__social {
    background-color: var(--color__fill-4);
    border-radius: .75rem;
    overflow: hidden;
}

.blog__social-subtitle {
    color: var(--color__fill-2);
    font-weight: 600;
}

.blog__social-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.blog__social-text {
    color: #242729ad;
    line-height: 1.25rem;
}

.blog__social-link {
    width: 2.625rem;
    height: 2.625rem;
    background-color: var(--color__fill-2);
    border-radius: 100%;
    transition: all ease 0.24s;
}

.blog__social-link:hover {
    background-color: var(--color__fill-2-h);
}

.blog__social-picture {
    width: 100%;
    margin-top: 2.875rem;
    aspect-ratio: 360 / 313;
    background-color: transparent;
}

.blog__social-picture img {
    object-fit: contain;
}

.blog__distribution {
    background-color: var(--color__white);
    box-shadow: inset 0rem 0rem 0rem 0.125rem rgba(143, 104, 142, 0.1);
    border-radius: .75rem;
}

.blog__distribution-title {
    font-weight: 600;
    line-height: 1.875rem;
    text-align: center;
}

.blog__form {
    position: relative;
}

.blog__input-wrap {
    position: relative;
}

.blog__input {
    height: 4rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.blog__input.input.--fill {
    padding-right: 5.375rem;
}

input.blog__input.input.--fill::placeholder {
    color: #13132a73 !important;
    font-weight: 400 !important;
}

.blog__submit-btn {
    position: absolute;
    top: .5rem;
    right: .5rem;
    bottom: .5rem;
    bottom: .5rem;
    padding: 0 1.25rem;
    height: auto;
}

.blog__checkbox .checkbox__label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #14142ba3;
}

.blog__checkbox .checkbox__label b {
    color: var(--color__dark);
}

.blog__checkbox input:checked+*>.checkbox__label {
    color: #14142ba3;
}

@media screen and (max-width: 1199px) {
    .blog__content {
        gap: 1rem;
    }

    .blog__list {
        column-gap: 1rem;
        row-gap: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .blog__header {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .blog__page-title.h2 {
        font-size: 2rem;
        line-height: 2.61538rem;
    }

    .blog__page-count {
        font-size: 1.07692rem;
        line-height: 1.23077rem;
        margin-left: 1.84rem !important;
    }

    .blog__content {
        flex-direction: column;
        gap: 1.84rem;
        margin-top: 1.23rem !important;
    }

    .blog__list {
        column-gap: 1rem;
        row-gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }

    .blog__tags {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        padding: 0 1rem;
        margin-top: 1.23rem !important;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: scroll;
        scrollbar-color: transparent;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .blog__tags::-webkit-scrollbar {
        opacity: 0;
        width: 0;
        height: 0px;
    }

    .blog__tag,
    .blog__item-tag.p.--m {
        font-size: 1.07rem;
        line-height: 1.54rem;
    }

    .blog__tag {
        flex-grow: 1;
        flex-shrink: 0;
    }

    .blog__item-title.p.--l {
        font-size: 1.38462rem;
        line-height: 1.84615rem;

    }

    .blog__item-text.p.--m {
        font-size: 1.07692rem;
        line-height: 1.53846rem;

    }

    .blog__item-meta.p.--m {
        font-size: 1.07692rem;
        line-height: 1.53846rem;
        margin-top: 1.07692rem !important;
    }

    .blog__sidebar {
        max-width: 100% !important;
    }

    .blog__social {
        flex-direction: row;
        justify-content: center;
        padding-top: 0 !important;
    }

    .blog__social-wrap {
        margin: 2rem 1.23rem;
    }

    .blog__social-subtitle.--p {
        font-size: 1.07692rem;
        line-height: 1.53846rem;
    }

    .blog__social-title {
        font-size: 1.84615rem;
        line-height: 2.46154rem;
        margin-top: 0 !important;
    }

    .blog__social-text {
        font-size: 1.07692rem;
        line-height: 1.53846rem;
        margin-top: .3rem !important;
    }

    .blog__social-links {
        gap: .3rem;
        margin-top: 1.84rem !important;
    }

    .blog__social-link {
        height: 3.5rem;
        width: 3.5rem;
    }

    .blog__social-link svg {
        height: 1.54rem;
        width: 1.54rem;
    }

    .blog__distribution {
        margin-top: 1.23rem !important;
        padding: 1.85rem 1.23rem !important;
        padding-bottom: 2.5rem !important;
    }

    .blog__distribution-icon {
        width: 4.93654rem;
        height: 4.93654rem;
    }

    .blog__distribution-title.p {
        font-size: 1.38462rem;
        line-height: 1.84615rem;
        margin-top: 1.23rem !important;
    }

    .blog__form {
        margin-top: 1.23rem !important;
    }

    .blog__input {
        height: 4.30769rem;
        font-size: 1.07692rem;
        line-height: 1.69231rem;
    }

    .blog__submit-btn {
        top: .615rem;
        right: .615rem;
        bottom: .615rem;
    }

    .blog__checkbox-wrap {
        margin-top: 1.38rem !important;
    }

    .blog__checkbox .checkbox__label {
        font-size: 0.92308rem;
        line-height: 1.23077rem;
    }
}

@media screen and (max-width: 640px) {
    .blog__list {
        grid-template-columns: 1fr;
    }

    .blog__social-picture {
        margin-top: 1.84rem !important;
    }
}