.online-hotel-search.free-reservations .hotel-search {
    grid-template-columns: 0.6fr 1fr 0.9fr 1.4fr 1.3fr 1.4fr 40px;
    grid-gap: 0 10px;
}

.hotel-wrap.free-reservations .form__search {
    padding: 20px 15px;
}

.hotel-wrap.free-reservations .room-type-search {
    grid-template-columns: 1fr 0.4fr 0.6fr 1fr 40px;
}

.hotel-wrap.free-reservations .age-dropdown__content {
    width: 200px;
}

.result-search-bonus-nights {
    background-color: #fce265;
    padding: 10px 15px;
}

.result-search-bonus-nights a {
    font-size: 14px;
}

.result-search-bonus-nights {
    margin-bottom: 10px;
}

.result-search-bonus-nights .form-group {
    margin-bottom: 0;
    font-size: 14px;
}

.free-room-reservations-pdf a {
    background: #F0592C;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: white;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.free-reservations .result-search-description  {
    padding-top: 0 !important;
    height: auto !important;
}

.free-reservations .result-search-name-block {
    padding-bottom: 0 !important;
}

.free-reservation-available-bonus {
    margin-left: 5px;
}

.barter-nights-totals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
}

.barter-nights-totals-col {
    padding: 25px;
}

.barter-nights-totals-col:first-child {
    background-color: #c4e0f9;
}

.barter-nights-totals-col:last-child {
    background-color: #a6cbea;
}

.barter-nights-totals-row:not(:last-child) {
    margin-bottom: 7px;
}

.barter-nights-totals-row label {
    font-weight: normal;
    display: inline;
}

.barter-nights-totals-row a {
    color: #bc542b;
    text-decoration: underline;
}

.toggle-barter-night-comments {
    margin-left: 10px;
}

.grace-period {
    margin-right: 15px;
}

.grace-period-warning * {
    color: red;
}

.grace-period-warning a {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .free-reservations .result-search-description {
        width: auto !important;
    }
}

@media (max-width: 1199px) {
    .online-hotel-search.free-reservations .hotel-search {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .online-hotel-search.free-reservations .hotel-search {
        grid-template-columns: 1fr;
    }
    .hotel-wrap.free-reservations .room-type-search {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .barter-nights-totals-grid {
        grid-template-columns: 1fr;
    }
}
