.lsfw-tbl.other-hotels tr .lsfw-tbl__arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position-x: calc(100% - 25px);
    height: 100%;
}

.lsfw-tbl.other-hotels tr:hover td {
    color: #318cc6;
}

.lsfw-tbl.other-hotels tr {
    position: relative;
}

@media screen and (max-width: 767px) {
    .lsfw-tbl.other-hotels tr {
        padding-right: 40px;
    }

    .lsfw-tbl.other-hotels tr td .lsfw-tbl__arrow {
        background-position: center;
    }

    .lsfw-tbl.other-hotels tr td:last-of-type {
        position: absolute;
        width: 40px;
        top: 0;
        right: 0;
        height: 100%;
    }

    .lsfw-tbl.info-tbl tr td {
        width: 100%;
    }

    .lsfw-tbl.other-hotels tr td:first-child {
        width: 100%;
        margin-bottom: 5px;
    }
}