.lsfw-tbl.hotels-notes .bth__txt {
    text-transform: none;
    padding: 10px 15px;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 5px;
}

.lsfw-tbl.hotels-notes .lsfw-tbl__flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lsfw-tbl.hotels-notes .lsfw-tbl__trash.fa-trash-alt {
    margin-right: 20px;
}

.lsfw-tbl.hotels-notes .hotels-notes__loc .lsfw-tbl__inline {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lsfw-tbl.hotels-notes .hotels-notes__loc {
    font-size: 10px;
    margin-top: 5px;
}

.lsfw-tbl.hotels-notes .lsfw-tbl__cut {
    max-width: 550px;
    vertical-align: bottom;
}

.lsfw-tbl.hotels-notes tbody tr td {
    vertical-align: top;
}

@media screen and (max-width: 1199px) {
    .lsfw-tbl.hotels-notes .lsfw-tbl__150 {
        width: 100px;
    }
}

@media screen and (max-width: 1023px)  and (min-width: 767px) {
    .lsfw-tbl.hotels-notes .lsfw-tbl__trash {
        position: absolute;
        right: 13px;
        top: 50px;
        margin: 0;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-tbl.hotels-notes .lsfw-tbl__cut {
        max-width: 450px;
    }

    .lsfw-tbl.hotels-notes .lsfw-tbl__150 {
        width: 60px;
        position: relative;
    }

    .lsfw-tbl.hotels-notes .lsfw-tbl__trash.fa-trash-alt {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-tbl.hotels-notes tr td {
        width: 100%;
    }

    .lsfw-tbl.hotels-notes .fz14 {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 10px !important;
        color: #999999;
    }

    .lsfw-tbl.hotels-notes tr td:first-of-type {
        margin-bottom: 5px;
    }

    .lsfw-tbl.hotels-notes .block, .lsfw-tbl.hotels-notes .lsfw-tbl__flex {
        width: 100%;
    }

    .lsfw-tbl.hotels-notes .lsfw-tbl__cut {
        max-width: none;
        white-space: normal;
        display: inline;
    }

    .lsfw-tbl.hotels-notes .lsfw-tbl__150 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lsfw-tbl.hotels-notes tr td:last-of-type .hint {
        right: auto !important;
        left: 0 !important;
    }

    .lsfw-tbl.hotels-notes .lsfw-tbl__trash.fa-trash-alt {
        margin-left: 10px;
    }
}