.post-list a {
    text-decoration: none
}

.post-list.classic .post-list__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
}

.post-list.classic .post-list__img-wrap {
    padding-bottom: 83%;
    margin-bottom: 30px
}

.post-list.classic .post-list__title {
    font-size: 18px;
    overflow: hidden;
    font-weight: bold;
    max-height: 65px;
    color: var(--dark-color);
    transition: all 0.3s ease
}

.post-list.classic .post-list__title:hover {
    opacity: .7
}

.post-list.classic .post-list__author-wrap {
    display: flex;
    align-items: center;
    margin-top: 50px
}

.post-list.classic .post-list__author-wrap .avatar {
    height: 42px;
    width: 42px;
    border-radius: 50%
}

.post-list.classic .post-list__content-wrap {
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.post-list.classic .post-list__item {
    display: flex;
    flex-direction: column
}

.post-list.classic .post-list__content {
    display: flex;
    flex-direction: column;
    margin-left: 15px
}

.post-list.classic .post-list__author-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-color)
}

.post-list.classic .post-list__date {
    font-size: 12px;
    line-height: 2;
    color: var(--grey-color)
}

.post-list.classic .cs-btn-wrap {
    margin-right: 0;
    margin-left: auto
}

.post-list.classic .cs-btn-wrap .a-btn {
    padding: 10px 22px;
    border: 1px solid rgba(var(--dark-color-a), 0.4);
    background-color: transparent;
    color: rgba(var(--dark-color-a), 0.4);
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease
}

.post-list.classic .cs-btn-wrap .a-btn:hover {
    color: var(--light-color);
    background-color: rgba(var(--dark-color-a), 0.4)
}

@media (max-width: 1200px) {
    .post-list.classic .post-list__title {
        font-size: 16px
    }
    .post-list.classic .post-list__content {
        margin-left: 10px
    }
}

@media (max-width: 850px) {
    .post-list.classic .post-list__author-wrap {
        margin-top: 30px
    }
    .post-list.classic .cs-btn-wrap {
        display: none
    }
}

@media (max-width: 767px) {
    .post-list.classic .post-list__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 15px
    }
    .post-list.classic .cs-btn-wrap {
        display: block
    }
}

.post-list.modern.light-mode .post-list__day,
.post-list.modern.light-mode .post-list__date,
.post-list.modern.light-mode .post-list__category,
.post-list.modern.light-mode .post-list__title {
    color: var(--light-color)
}

.post-list.modern .post-list__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
}

.post-list.modern .post-list__img-wrap {
    padding-bottom: 250px;
    position: relative
}

.post-list.modern .post-list__video_btn {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    background-color: var(--light-color);
    padding: 33px 35px;
    border-radius: 50%;
    color: var(--dark-color);
    font-size: 22px;
    line-height: 1;
    transition: all 0.3s ease
}

.post-list.modern .post-list__video_btn:hover {
    background-color: var(--dark-color);
    color: var(--light-color)
}

.post-list.modern .post-list__content-wrap {
    display: flex;
    margin-top: 25px
}

.post-list.modern .post-list__day {
    font-size: 44px;
    font-weight: 500;
    text-align: center;
    line-height: 1.18;
    color: var(--dark-color)
}

.post-list.modern .post-list__date {
    opacity: 0.4;
    font-size: 15px;
    line-height: 1.73;
    color: var(--dark-color);
    text-align: center;
    margin-top: 3px
}

.post-list.modern .post-list__category {
    opacity: 0.4;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--dark-color)
}

.post-list.modern .post-list__title {
    font-size: 18px;
    font-weight: bold;
    color: var(--light-color);
    height: 54px;
    overflow: hidden;
    word-break: break-word;
    display: block;
    line-height: 27px
}

.post-list.modern .post-list__date-wrap {
    border-right: 1px solid rgba(var(--light-color), 0.1)
}

.post-list.modern .post-list__date-content {
    display: flex;
    width: max-content;
    flex-direction: column;
    margin-right: 29px;
    padding-top: 3px
}

.post-list.modern .post-list__text-content {
    flex: 3;
    padding-left: 20px;
    padding-top: 4px
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-list.modern .post-list__wrapper {
        grid-gap: 15px
    }
    .post-list.modern .post-list__content-wrap {
        margin-top: 15px
    }
    .post-list.modern .post-list__day {
        font-size: 25px
    }
    .post-list.modern .post-list__date {
        font-size: 10px;
        margin-top: 0
    }
    .post-list.modern .post-list__category {
        font-size: 10px
    }
    .post-list.modern .post-list__title {
        font-size: 13px;
        height: 38px;
        line-height: 19px
    }
    .post-list.modern .post-list__date-content {
        margin-right: 10px
    }
    .post-list.modern .post-list__text-content {
        flex: 3;
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .post-list.modern .post-list__wrapper {
        grid-template-columns: 1fr
    }
}

@media (max-width: 400px) {
    .post-list.modern .post-list__wrapper {
        grid-gap: 15px
    }
    .post-list.modern .post-list__content-wrap {
        margin-top: 15px
    }
    .post-list.modern .post-list__day {
        font-size: 32px
    }
    .post-list.modern .post-list__date {
        font-size: 12px;
        margin-top: 0
    }
    .post-list.modern .post-list__category {
        font-size: 11px
    }
    .post-list.modern .post-list__title {
        font-size: 15px
    }
    .post-list.modern .post-list__date-content {
        margin-right: 15px
    }
    .post-list.modern .post-list__text-content {
        flex: 3;
        padding-left: 15px
    }
}

/*# sourceMappingURL=post_list.min.css.map */