﻿.icon-xl {
    height: auto !important;
}


ul.amenities {
    list-style: none;
    padding-left: 0rem;
}

    ul.amenities li:before {
        content: '✓';
        padding-right: 0.5rem;
        color: var(--bs-primary);
        font-weight: bold;
    }


.dropdown-menu {
    padding: .5rem 0rem;

}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--bs-gray-300);
    border-radius: 0px !important;
}

label.btn {
    padding: 8px 14px;
}