/* Custom Client/Override Styling */

/* Below added for the Golden Egg Demo - makes the home page full width */
@media screen and (max-width: 768px) {
    :root {
     /* Logo */
    --kx-background-image-logo: url("../../LSE/Images/LSE_logo_mobile.svg");
    --kx-size-aspect-ratio-logo: 40/40;
    --kx-size-width-logo: 40px;
    --kx-size-max-width-logo: clamp(40px, 33vw, 40px);
    }
}

.text-success {
    color:#105B37 !important;
}

#KxBnBWidget .kx-search-bar__datepicker .ui-datepicker-calendar td a {
    background-color: #FFF;
}

.ResultsNotFound > p > span {
    color: #000 !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #ccc;
}


#hlTnC, #hlDnP {
    color: var(--kx-color-background-button-primary);
}