.main .mphb_sc_search-form {
    display: flex;
    justify-content: space-between;
}

.main .mphb_sc_search-form .mphb-required-fields-tip {
    display: none;
}

.number-item .number-item__info h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.main {}

.soc a img {
    width: 24px;
}

.advantages .advantages__container .grid .advantage-item .advantage-item__icon img {
    width: 100%;
}

.post-navigation {
    display: none;
}

.post-thumbnail {
    display: none;
}

.mphb-room-type-gallery-wrapper {
    width: 100%;
}

.mphb-flexslider ul.slides img {
    height: 400px;
    object-fit: cover;
}

.g-room-type-cont {
    gap: 40px;
    padding-top: 20px;
}

.wp-block-motopress-hotel-booking-wrapper {
    padding: 0 !important;
}

.mphb-reserve-btn-wrapper {
    margin-top: 20px;
}

.mphb-view-details-button,
.mphb-reserve-btn,
.mphb-button {
    background: var(--color-golden-glow);
    border: 1px solid var(--color-golden-glow);
    cursor: pointer;
    color: var(--color-deep-ocean);
}

.mphb-view-details-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.mphb-datepick {
    border-radius: 6px;
    border: 1px solid #FFF;
    height: 50px;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    padding: 0px 14px;
    background-color: unset;
    appearance: none;
}

abbr {
    text-decoration: none;
}

.mphb-check-in-date-wrapper {
    margin-top: 10px;
}

.mphb-check-out-date-wrapper {
    margin: 10px 0px;
}

.site-main .mphb_room_type {
    display: block;
}

.result-page .post-thumbnail {
    display: block;
}

.result-page {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 16px;
}

.result-page .mphb-reservation-cart, .result-page .mphb-room-type {
    width: 100%;
    margin: 0 !important;
	grid-column: span 2;
}

.result-page a {
color: #FFF;
}

.mphb-recommendation-item {
	margin-bottom: 6px;
}

.mphb-recommendation-item-guests {
	display: block;
	margin-top: 6px;
}

.result-page .button.mphb-button.mphb-recommendation-reserve-button {
	margin-top: 20px
}

.result-page .mphb_sc_search_results-info, .result-page h2,
.result-page .mphb-recommendation,
.result-page .mphb-reservation-cart {
    width: 100%;
	grid-column-start: 1;
    grid-column-end: 5;
}

.result-page .mphb-room-type {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    background-color: var(--color-deep-ocean);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.result-page .mphb-room-type .mphb-loop-room-thumbnail {
    width: calc(100% + 40px);
    height: 400px;
    transform: translate(-20px, -20px);
}

.mphb-reserve-room-section, .mphb-available-rooms-count {
	margin-top: 8px;
	display: block;
}

.result-page .mphb-room-type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result-page .mphb-room-type h2 {
    font-size: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.result-page .mphb-room-type h2 a {
    color: #fff;
}

.result-page .mphb-room-type .mphb-regular-price {
    margin-top: 10px;
}
.result-page .mphb-room-type .mphb-book-button {
    display: none;
}
.result-page .mphb-room-type .mphb-view-details-button {
    margin-top: 20px;
}

.section-title h2, .section-title h1, .entry-title {
	
	margin-bottom: 26px;
}


@media(max-width:1024px) {
	.result-page .mphb-room-type h2 {
		font-size: 18px;
	}
	.result-page .mphb-room-type p {
		font-size: 14px;
	}
	
	.result-page .mphb-room-type .mphb-loop-room-thumbnail {
		height: 280px;
	}
	.result-page .mphb-reservation-cart, .result-page .mphb-room-type {
		grid-column: span 4;
	}
	
	.site-main .mphb_room_type .entry-header .entry-title {
		font-size: 24px;
	}
}

@media(max-width:768px) {
    .g-room-type-cont {
        grid-template-columns: 1fr !important;
    }
}
