.pp-hotel-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pp-hotel-actions__hotel {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #5a6779;
}

.pp-hotel-actions .pp-hotel-action.active .fas:not(.fa-heart) {
    color: #008543;
}

.pp-hotel-actions .pp-hotel-action .fa-heart.selected, .pp-hotel-actions .pp-hotel-action .fa-heart.hover-active {
    color: #e03a3a;
}

.pp-hotel-actions .pp-hotel-action:hover .fa-ban, .pp-hotel-actions .pp-hotel-action.active .fa-ban {
    color: #000000;
}

.pp-hotel-actions .pp-hotel-action .fas {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
}

.pp-hotel-actions .pp-hotel-action:not(.active) .fa-heart:not(:first-child) {
    display: none;
}

.pp-hotel-actions .pp-hotel-action .fa-heart {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 3px;
    font-size: 20px;
}

.pp-hotel-actions__cut {
    max-width: 350px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

.pp-hotel-actions .pp-hotel-action span {
    display: block;
    margin-top: 10px;
}

.pp-hotel-actions .pp-hotel-action {
    padding: 10px 10px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    display: block;
    margin-top: 17px;
    background: #eeeeee;
    position: relative;
    color: #5a6779;
    text-transform: uppercase;
    width: calc(50% - 8px);
}


.pp-hotel-actions .pp-hotel-action.active {
    background-color: #e5f6ec;
}

.pp-hotel-actions .pp-hotel-action.active:hover {
    background-color: #ddede3;
}

.pp-hotel-actions .pp-hotel-action:hover {
    background-color: #f8e4d5;
}


@media screen and (max-width: 550px) {
    .pp-hotel-actions__hotel {
        font-size: 14px;
    }

    .pp-hotel-actions__cut {
        max-width: 250px;
    }

    .pp-hotel-actions {
        margin-top: 15px;
    }

    .pp-hotel-actions .pp-hotel-action {
        width: calc(50% - 5px);
        margin: 5px 5px 0 0;
        padding: 10px 5px;
        font-size: 10px;
    }

    .pp-hotel-actions .pp-hotel-action .fa-heart {
        margin: 0 1px;
        font-size: 17px;
        display: inline-block !important;
    }

    .pp-hotel-actions .pp-hotel-action span {
        margin-top: 5px;
    }
}