#site-header .main-menu-right {
    align-items: center;
    display: flex;
    gap: 14px;
}

.localhome-header-account {
    align-items: center;
    color: #fff !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 7px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.localhome-header-account:hover,
.localhome-header-account:focus {
    color: #fff !important;
    opacity: 0.85;
}

.localhome-header-account i {
    font-size: 17px;
}

.localhome-booking-return {
    align-items: center;
    color: #ff566b;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 12px;
    text-decoration: none;
}

.localhome-booking-return:hover,
.localhome-booking-return:focus {
    color: #e94058;
    text-decoration: underline;
}

@media screen and (max-width: 1299px) {
    .localhome-header-account {
        display: none;
    }
}

@media screen and (max-width: 781px) {
    #site-footer .bw-footbar .bw-fcontent {
        justify-content: stretch;
    }

    #site-footer .bw-footbar .bw-fitem {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }

    #site-footer .bw-footbar .bw-fitem a {
        min-height: 56px;
        padding-left: 2px;
        padding-right: 2px;
    }

    #site-footer .bw-footbar .bw-fitem span {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
}
