.footers {
    width: 100%;
    justify-content: space-evenly;
    background: #fff;
    z-index: 1200;
}

.footers-link {
    text-align: center;
    /* border-right: 2px solid #ccc; */
    border-top: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    
}

.footers-link:last-of-type {
    border-right: none;
}

.footers-link>* {
    margin: auto;
}

.plus {
    border: 1px solid #ccc;
    padding: 0 7px;
    border-radius: 3px;
}

#paginate {
    margin-bottom: 50px;
}

.spaced {
    white-space: normal;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
}


.ratings button {
    /* width: 100%; */
}

.uploadcare--widget__button.uploadcare--widget__button_type_open {
    background: #e8e8e8;
    color: #222;
    cursor: pointer;
}