/* Homepage: style only Divi's older-posts pagination, without touching menus. */
.et-l--body .et_pb_posts .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 48px;
}

.et-l--body .et_pb_posts .pagination .alignleft {
    float: none !important;
    margin-left: auto;
}

.et-l--body .et_pb_posts .pagination .alignright {
    display: none;
}

.et-l--body .et_pb_posts .pagination .alignleft a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 16px 34px;
    background: #2ea3f2;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .2s ease, transform .2s ease;
}

.et-l--body .et_pb_posts .pagination .alignleft a:hover,
.et-l--body .et_pb_posts .pagination .alignleft a:focus {
    background: #168bd8;
    color: #ffffff !important;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .et-l--body .et_pb_posts .pagination {
        margin-top: 32px;
    }

    .et-l--body .et_pb_posts .pagination .alignleft a {
        min-height: 54px;
        padding: 14px 24px;
    }
}
