.elementor-338 .elementor-element.elementor-element-18c93a9b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7aca474e *//* Wayaca Accommodations Page */
.mphb_sc_rooms-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Each accommodation card */
.mphb-room-type {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

/* Keep MotoPress slider working */
.mphb-room-type-images {
    margin: 0;
    overflow: hidden;
}

/* Only style main gallery images */
.mphb-gallery-main-slider .slides > li img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

/* Thumbnail slider */
.mphb-gallery-thumbnails-slider {
    padding: 12px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.mphb-gallery-thumbnails-slider .slides > li img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* Slider arrows */
.mphb-room-type .flex-direction-nav a {
    background: #335055;
    color: #ffffff !important;
    border-radius: 999px;
    opacity: .95;
}

.mphb-room-type .flex-direction-nav a:hover {
    background: #D6A668;
}

/* Content spacing */
.mphb-room-type > h2,
.mphb-room-type > h3,
.mphb-room-type > ul,
.mphb-room-type > p,
.mphb-room-type > div:not(.mphb-room-type-images) {
    margin-left: 34px;
    margin-right: 34px;
}

/* Title */
.mphb-room-type-title,
.mphb-room-type-title a {
    color: #335055 !important;
    text-decoration: none !important;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 12px;
}

.mphb-room-type-title a:hover {
    color: #D6A668 !important;
}

/* Details heading */
.mphb-room-type-details-title {
    color: #335055;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 22px;
    margin-bottom: 12px;
}

/* Attributes */
.mphb-loop-room-type-attributes {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.mphb-loop-room-type-attributes li {
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    color: #3c3c3c;
    line-height: 1.7;
}

.mphb-attribute-title {
    color: #335055;
    font-weight: 700;
    margin-right: 6px;
}

.mphb-loop-room-type-attributes a {
    color: #3c3c3c;
    text-decoration: none;
}

.mphb-loop-room-type-attributes a:hover {
    color: #D6A668;
}

/* Price */
.mphb-regular-price {
    font-size: 18px;
    color: #3c3c3c;
}

.mphb-price {
    color: #335055;
    font-weight: 800;
    font-size: 22px;
}

.mphb-tax-information,
.mphb-price-period {
    color: #6f6f6f;
    font-size: 14px;
}

/* Buttons */
.mphb-view-details-button-wrapper,
.mphb-to-book-btn-wrapper {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 34px;
}

.mphb-view-details-button,
.mphb-book-button {
    display: inline-block;
    border-radius: 8px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    transition: all .2s ease;
}

.mphb-view-details-button {
    background: #ffffff !important;
    color: #335055 !important;
    border: 1px solid #335055 !important;
}

.mphb-book-button {
    background: #335055 !important;
    color: #ffffff !important;
}

.mphb-view-details-button:hover,
.mphb-book-button:hover {
    background: #D6A668 !important;
    color: #ffffff !important;
    border-color: #D6A668 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .mphb_sc_rooms-wrapper {
        padding: 25px 15px;
    }

    .mphb-gallery-main-slider .slides > li img {
        height: 320px;
    }

    .mphb-gallery-thumbnails-slider .slides > li img {
        height: 70px;
    }

    .mphb-room-type > h2,
    .mphb-room-type > h3,
    .mphb-room-type > ul,
    .mphb-room-type > p,
    .mphb-room-type > div:not(.mphb-room-type-images) {
        margin-left: 22px;
        margin-right: 22px;
    }

    .mphb-room-type-title,
    .mphb-room-type-title a {
        font-size: 28px;
    }

    .mphb-view-details-button-wrapper,
    .mphb-to-book-btn-wrapper {
        display: block;
    }

    .mphb-view-details-button,
    .mphb-book-button {
        width: 100%;
        text-align: center;
    }
}



/* Accommodation Buttons */
.mphb-room-type .mphb-view-details-button-wrapper,
.mphb-room-type .mphb-to-book-btn-wrapper {
    display: inline-flex !important;
    vertical-align: middle;
    margin-top: 18px !important;
    margin-bottom: 34px !important;
}

/* Breathing room from left edge */
.mphb-room-type .mphb-view-details-button-wrapper {
    margin-left: 34px !important;
    margin-right: 12px !important;
}

.mphb-room-type .mphb-to-book-btn-wrapper {
    margin-right: 12px !important;
}

.mphb-room-type .mphb-to-book-btn-wrapper form {
    margin: 0 !important;
}

.mphb-room-type .mphb-to-book-btn-wrapper br {
    display: none !important;
}

/* Make buttons identical size */
.mphb-room-type .mphb-view-details-button,
.mphb-room-type .mphb-book-button {
    min-width: 150px;
    height: 54px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all .2s ease;
}

/* Mobile */
@media (max-width: 768px) {

    .mphb-room-type .mphb-view-details-button-wrapper,
    .mphb-room-type .mphb-to-book-btn-wrapper {
        display: block !important;
        margin-left: 22px !important;
        margin-right: 22px !important;
        margin-bottom: 12px !important;
    }

    .mphb-room-type .mphb-view-details-button,
    .mphb-room-type .mphb-book-button {
        width: 100%;
    }
}/* End custom CSS */