.logo-wrapper .logo {
    width: 200px;
}

.rooms2 .content {
    display: table;
}

.icons-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}

.reservations {
    min-height: 160px;
}

.custom_price {
    font-family: 'Libre Caslon Display', serif;
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
}

.custom_number_field {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border-bottom: 1px solid #282828;
    border-radius: 0;
    transition: border-color ease-in-out .15s;
}

.custom_number_field:focus {
    outline: none;
    border-bottom-color: #aa8453;
}

.custom_number_field::-webkit-outer-spin-button,
.custom_number_field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom_number_field {
    -moz-appearance: textfield;
}

.custom_select_field {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border-bottom: 1px solid #282828;
    border-radius: 0;
    transition: border-color ease-in-out .15s;
    cursor: pointer;
}

.custom_select_field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px auto;
    padding-right: 30px;
}

.custom_select_field:focus {
    outline: none;
    border-bottom-color: #aa8453;
}

.custom_select_field:hover {
    border-bottom-color: #aa8453;
}
