/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 01:53:01 */
/* =========================================
   172 Powers – Search Results Styling
   Page: /search-results/ (page-id-44)
   Palette:
   - Deep Wine:    #481D24
   - Primary Red:  #C5283D
   - Neutral Gray: #7A7A7A
   - Accent Gold:  #FFC857
   ========================================= */

/* ---------- Global layout for this page ---------- */

body.page-id-44 {
    background: #f9f5f3; /* soft neutral backdrop */
    color: #481D24;
}

/* Center & tighten the main content width */
.page-id-44 #content.site-main {
    max-width: 1120px;
    margin: 3rem auto 4rem;
    padding: 0 1.25rem 3rem;
}

/* ---------- Page header ---------- */

.page-id-44 .page-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.page-id-44 .page-header .entry-title {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #481D24;
    margin: 0;
    padding-bottom: 0.75rem;
    position: relative;
}

.page-id-44 .page-header .entry-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 0.4rem auto 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #C5283D, #FFC857);
}

/* ---------- Outer wrapper for search results ---------- */

.page-id-44 .mphb_sc_search_results-wrapper {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.75rem 1.75rem 2.5rem;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

/* Top info line: dates and number of accommodations */
.page-id-44 .mphb_sc_search_results-info {
    margin: 0 0 0.9rem;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(72, 29, 36, 0.03);
    border-left: 4px solid #C5283D;
    font-size: 0.85rem;
    color: #481D24;
}

/* Recommendation title ("Recommended for X adults") */
.page-id-44 .mphb-recommendation-title {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #481D24;
}

/* ---------- Recommendation card at the top ---------- */

.page-id-44 .mphb-recommendation {
    margin-bottom: 2rem;
    padding: 1.4rem 1.5rem 1.6rem;
    border-radius: 16px;
    background: #fdfbfa;
    border: 1px solid rgba(72, 29, 36, 0.12);
    display: grid;
    gap: 0.75rem 1rem;
}

.page-id-44 .mphb-recommendation-details-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-id-44 .mphb-recommendation-details-list li {
    margin: 0;
}

.page-id-44 .mphb-recommendation-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem 0.6rem;
    font-size: 0.95rem;
    color: #481D24;
}

/* Price section inside recommendation */
.page-id-44 .mphb-recommedation-item-subtotal {
    font-weight: 600;
    margin-right: 0.75rem;
}

.page-id-44 .mphb-recommedation-item-subtotal .mphb-price {
    font-size: 1rem;
    margin-right: 0.25rem;
}

.page-id-44 .mphb-recommedation-item-subtotal .mphb-tax-information {
    font-size: 0.8rem;
    color: #7A7A7A;
}

/* Count + name link */
.page-id-44 .mphb-recommendation-item-count {
    color: #7A7A7A;
    font-weight: 500;
}

.page-id-44 .mphb-recommendation-item-link {
    color: #C5283D;
    font-weight: 600;
    text-decoration: none;
}

.page-id-44 .mphb-recommendation-item-link:hover {
    text-decoration: underline;
}

/* Guest info */
.page-id-44 .mphb-recommendation-item-guests {
    display: block;
    font-size: 0.8rem;
    color: #7A7A7A;
}

/* Total section in recommendation */
.page-id-44 .mphb-recommendation-total {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: baseline;
    margin: 0.25rem 0 0.75rem;
    font-size: 0.95rem;
}

.page-id-44 .mphb-recommendation-total-title {
    font-weight: 600;
    color: #481D24;
    margin-right: 0.25rem;
}

.page-id-44 .mphb-recommendation-total-value .mphb-price {
    font-weight: 700;
    font-size: 1.05rem;
    margin-right: 0.25rem;
}

.page-id-44 .mphb-recommendation-total-value .mphb-tax-information {
    font-size: 0.8rem;
    color: #7A7A7A;
}

/* Reserve button in recommendation */
.page-id-44 .mphb-recommendation-reserve-button {
    margin-top: 0.25rem;
}

/* ---------- Reservation cart (below recommendation) ---------- */

.page-id-44 .mphb-reservation-cart {
    margin-bottom: 2.2rem;
    padding: 1.4rem 1.5rem 1.6rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px dashed rgba(72, 29, 36, 0.18);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
    justify-content: space-between;
}

.page-id-44 .mphb-reservation-details {
    flex: 1 1 auto;
    min-width: 220px;
}

.page-id-44 .mphb-empty-cart-message {
    margin: 0;
    font-size: 0.9rem;
    color: #7A7A7A;
    font-style: italic;
}

.page-id-44 .mphb-cart-message {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: #C5283D;
}

.page-id-44 .mphb-cart-total-price {
    margin: 0.4rem 0 0;
    font-size: 0.9rem;
    color: #481D24;
}

.page-id-44 .mphb-cart-total-price-title {
    font-weight: 600;
}

/* Confirm reservation button in cart */
.page-id-44 .mphb-reservation-cart .mphb-confirm-reservation {
    flex: 0 0 auto;
}

/* ---------- Room type cards ---------- */

.page-id-44 .mphb-room-type {
    margin-top: 2rem;
    padding: 1.6rem 1.7rem 1.8rem;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(72, 29, 36, 0.06);
}

/* Room gallery */
.page-id-44 .mphb-room-type-images {
    margin: -0.4rem -0.4rem 1.2rem;
    border-radius: 16px;
    overflow: hidden;
}

/* Main slider image */
.page-id-44 .mphb-room-type-images .mphb-gallery-main-slider img {
    display: block;
    width: 100%;
    height: auto;
}

/* Thumbnails */
.page-id-44 .mphb-room-type-images .mphb-gallery-thumbnail-slider {
    margin-top: 0.4rem;
}

.page-id-44 .mphb-room-type-images .mphb-gallery-thumbnail-slider img {
    border-radius: 10px;
}

/* Room titles */
.page-id-44 .mphb-room-type-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.page-id-44 .mphb-room-type-title a {
    color: #481D24;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.page-id-44 .mphb-room-type-title a:hover {
    color: #C5283D;
}

/* Description paragraph immediately after the title */
.page-id-44 .mphb-room-type-title + p {
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    color: #4f383e;
}

/* "Details" heading & attributes list */
.page-id-44 .mphb-room-type-details-title {
    margin: 0 0 0.4rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #7A7A7A;
}

.page-id-44 .mphb-loop-room-type-attributes {
    list-style: none;
    margin: 0 0 1.1rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.4rem 1.25rem;
    font-size: 0.9rem;
}

.page-id-44 .mphb-loop-room-type-attributes li {
    margin: 0;
}

.page-id-44 .mphb-attribute-title {
    display: inline-block;
    margin-right: 0.25rem;
    color: #7A7A7A;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.page-id-44 .mphb-attribute-value {
    color: #481D24;
}

/* Price line */
.page-id-44 .mphb-regular-price {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: #481D24;
}

.page-id-44 .mphb-regular-price strong {
    font-weight: 600;
    margin-right: 0.25rem;
}

.page-id-44 .mphb-regular-price .mphb-price {
    font-weight: 700;
    font-size: 1.05rem;
    margin-right: 0.25rem;
}

.page-id-44 .mphb-regular-price .mphb-price-period {
    font-size: 0.85rem;
    color: #7A7A7A;
}

.page-id-44 .mphb-regular-price .mphb-tax-information {
    font-size: 0.8rem;
    color: #7A7A7A;
}

/* View Details button wrapper */
.page-id-44 .mphb-view-details-button-wrapper {
    margin: 0 0 1rem;
}

/* ---------- Buttons (consistent with main search page) ---------- */

/* Base button style for this page */
.page-id-44 .button,
.page-id-44 .mphb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.4rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #C5283D, #481D24);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
    text-decoration: none;
    white-space: nowrap;
}

/* Simple hover – subtle lift + soft fade */
.page-id-44 .button:hover,
.page-id-44 .mphb-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
    opacity: 0.95;
}

/* Focus visible for accessibility */
.page-id-44 .button:focus-visible,
.page-id-44 .mphb-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #FFC857, 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Active */
.page-id-44 .button:active,
.page-id-44 .mphb-button:active {
    transform: translateY(1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

/* Disabled */
.page-id-44 .button[disabled],
.page-id-44 .mphb-button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

/* Ghost-style button variant for "View Details" if desired */
.page-id-44 .mphb-view-details-button {
    background: #ffffff;
    color: #C5283D;
    border: 1px solid #C5283D;
    box-shadow: none;
}

.page-id-44 .mphb-view-details-button:hover {
    background: rgba(197, 40, 61, 0.06);
    opacity: 1;
}

/* Reserve / Book / Confirm – spacing */
.page-id-44 .mphb-reserve-room-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-top: 0.5rem;
}

/* Remove link */
.page-id-44 .mphb-rooms-reservation-message-wrapper {
    flex: 1 1 auto;
    min-width: 180px;
}

.page-id-44 .mphb-remove-from-reservation {
    font-size: 0.8rem;
    color: #C5283D;
    text-decoration: none;
    font-weight: 500;
}

.page-id-44 .mphb-remove-from-reservation:hover {
    text-decoration: underline;
}

/* ---------- Responsive tweaks ---------- */

@media (max-width: 768px) {

    .page-id-44 #content.site-main {
        margin-top: 2rem;
        margin-bottom: 3rem;
        padding: 0 1rem 2.5rem;
    }

    .page-id-44 .mphb_sc_search_results-wrapper {
        padding: 1.5rem 1.25rem 2.1rem;
        border-radius: 16px;
    }

    .page-id-44 .mphb-recommendation,
    .page-id-44 .mphb-reservation-cart,
    .page-id-44 .mphb-room-type {
        padding: 1.25rem 1.15rem 1.45rem;
        border-radius: 14px;
    }

    .page-id-44 .mphb-reservation-cart {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-id-44 .button,
    .page-id-44 .mphb-button {
        width: 100%;
        justify-content: center;
    }

    .page-id-44 .mphb-reserve-room-section {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 480px) {
    .page-id-44 .page-header {
        margin-bottom: 2rem;
    }

    .page-id-44 .mphb-room-type-images {
        margin: -0.3rem -0.3rem 1rem;
    }
}

/* =========================================
   1) Hide recommendation + mini-cart block
      (from "Recommended for 1 adult" down
       through "Select from available accommodations.")
   ========================================= */

.page-id-44 .mphb-recommendation-title,
.page-id-44 #mphb-recommendation,
.page-id-44 #mphb-reservation-cart {
    display: none !important;
}

/* =========================================
   2) Make the "4 accommodations found..." line
      more prominent
   ========================================= */

.page-id-44 .mphb_sc_search_results-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        rgba(197, 40, 61, 0.08),
        rgba(255, 200, 87, 0.18)
    );
    border: 1px solid rgba(197, 40, 61, 0.45);
    font-size: 1rem;
    font-weight: 600;
    color: #481D24;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.4rem;
    text-align: center;
}

.page-id-44 .mphb_sc_search_results-info::before {
    content: "";
    flex: 0 0 10px;
    height: 10px;
    border-radius: 50%;
    background: #C5283D;
    box-shadow: 0 0 0 4px rgba(197, 40, 61, 0.25);
}

/* On small screens, make sure it wraps nicely */
@media (max-width: 480px) {
    .page-id-44 .mphb_sc_search_results-info {
        flex-wrap: wrap;
        padding: 0.8rem 1.1rem;
    }
}

/* =========================================
   3) Put "View Details" on the same row as
      the "Book" button
   ========================================= */

/* Make both wrappers sit inline on one row */
.page-id-44 .mphb-view-details-button-wrapper,
.page-id-44 .mphb-reserve-room-section {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-top: 0.4rem;
}

/* Nudge spacing between the two groups */
.page-id-44 .mphb-view-details-button-wrapper {
    margin-right: 0.75rem;
    margin-bottom: 0;
}

/* Ensure room-type card layout still looks clean */
.page-id-44 .mphb-room-type {
    /* give a tiny bit more room so buttons don't wrap too early */
    padding-bottom: 1.9rem;
}

/* Stack buttons nicely on mobile */
@media (max-width: 768px) {
    .page-id-44 .mphb-view-details-button-wrapper,
    .page-id-44 .mphb-reserve-room-section {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .page-id-44 .mphb-view-details-button,
    .page-id-44 .mphb-reserve-room-section .button {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
   Desktop: Image on the left, details on the right
   ========================================= */

@media (min-width: 900px) {
    /* Turn each accommodation into a two-column grid */
    .page-id-44 .mphb-room-type {
        display: grid;
        grid-template-columns: minmax(260px, 35%) minmax(0, 1fr);
        column-gap: 1.75rem;
        align-items: flex-start;
        padding: 1.6rem 1.8rem 1.9rem;
    }

    /* Image block: left column, spanning full height of card */
    .page-id-44 .mphb-room-type-images {
        grid-column: 1;
        grid-row: 1 / -1; /* span all rows */
        margin: 0;        /* remove negative margins we added earlier */
        border-radius: 16px;
        overflow: hidden;
    }

    .page-id-44 .mphb-room-type-images .mphb-gallery-main-slider img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    /* All text/details/buttons live in the right column */
    .page-id-44 .mphb-room-type-title,
    .page-id-44 .mphb-room-type-title + p,
    .page-id-44 .mphb-room-type-details-title,
    .page-id-44 .mphb-loop-room-type-attributes,
    .page-id-44 .mphb-regular-price,
    .page-id-44 .mphb-view-details-button-wrapper,
    .page-id-44 .mphb-reserve-room-section {
        grid-column: 2;
    }

    /* Tighten vertical rhythm on the right side */
    .page-id-44 .mphb-room-type-title {
        margin-top: 0;
        margin-bottom: 0.4rem;
    }

    .page-id-44 .mphb-room-type-title + p {
        margin-bottom: 0.9rem;
    }

    .page-id-44 .mphb-room-type-details-title {
        margin-top: 0.3rem;
        margin-bottom: 0.35rem;
    }

    .page-id-44 .mphb-loop-room-type-attributes {
        margin-bottom: 0.8rem;
    }

    .page-id-44 .mphb-regular-price {
        margin-bottom: 0.85rem;
    }

    /* View Details + Book row: share the same line gracefully */
    .page-id-44 .mphb-view-details-button-wrapper,
    .page-id-44 .mphb-reserve-room-section {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem 0.75rem;
        margin-top: 0.4rem;
    }

    .page-id-44 .mphb-view-details-button-wrapper {
        margin-right: 0.6rem;
        margin-bottom: 0;
    }

    /* Prevent buttons from overflowing the card on narrower desktops */
    .page-id-44 .mphb-view-details-button,
    .page-id-44 .mphb-reserve-room-section .button {
        max-width: 100%;
    }
}

/* If a room type has no image block, fall back to a simple stacked layout */
.page-id-44 .mphb-room-type:not(:has(.mphb-room-type-images)) {
    display: block;
}

/* =========================================
   Mobile / Tablet: fall back to vertical stack
   (keeps everything readable and prevents overflow)
   ========================================= */

@media (max-width: 899px) {
    .page-id-44 .mphb-room-type {
        display: block;
        padding: 1.25rem 1.15rem 1.45rem;
    }

    .page-id-44 .mphb-room-type-images {
        margin: -0.3rem -0.3rem 1rem;
        border-radius: 14px;
        overflow: hidden;
    }

    /* Buttons full-width & stacked for easy tapping */
    .page-id-44 .mphb-view-details-button-wrapper,
    .page-id-44 .mphb-reserve-room-section {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-top: 0.45rem;
    }

    .page-id-44 .mphb-view-details-button,
    .page-id-44 .mphb-reserve-room-section .button {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
   Desktop: Image on the left, all text on the right
   (override previous grid-based layout)
   ========================================= */

@media (min-width: 900px) {

    /* Kill grid and use float-based layout instead */
    .page-id-44 .mphb-room-type {
        display: block; /* override display:grid */
        padding: 1.6rem 1.8rem 1.9rem;
        overflow: hidden; /* contain floated image */
    }

    /* Image + carousel to the left, fixed width */
    .page-id-44 .mphb-room-type-images {
        float: left;
        width: 36%;
        max-width: 380px;
        margin: 0 1.8rem 1.2rem 0;
        border-radius: 16px;
        overflow: hidden;
    }

    /* Ensure slider respects the container width */
    .page-id-44 .mphb-room-type-images .mphb-gallery-main-slider,
    .page-id-44 .mphb-room-type-images .mphb-gallery-main-slider img {
        width: 100%;
        height: auto;
        display: block;
    }

    .page-id-44 .mphb-room-type-images .mphb-gallery-thumbnail-slider {
        margin-top: 0.45rem;
    }

    /* Title + description + details + price all flow to the right of image */
    .page-id-44 .mphb-room-type-title {
        margin-top: 0;
        margin-bottom: 0.35rem; /* small gap to description */
    }

    .page-id-44 .mphb-room-type-title + p {
        margin-top: 0;
        margin-bottom: 0.75rem; /* tight, but breathable */
    }

    .page-id-44 .mphb-room-type-details-title {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .page-id-44 .mphb-loop-room-type-attributes {
        margin-bottom: 0.75rem;
    }

    .page-id-44 .mphb-regular-price {
        margin-bottom: 0.8rem;
    }

    /* View Details + Book row – same line, compact */
    .page-id-44 .mphb-view-details-button-wrapper,
    .page-id-44 .mphb-reserve-room-section {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem 0.75rem;
        margin-top: 0.35rem;
    }

    .page-id-44 .mphb-view-details-button-wrapper {
        margin-right: 0.6rem;
        margin-bottom: 0;
    }

    /* Make sure buttons can't overflow the card */
    .page-id-44 .mphb-view-details-button,
    .page-id-44 .mphb-reserve-room-section .button {
        max-width: 100%;
    }
}

/* =========================================
   Mobile / Tablet: stack vertically again
   ========================================= */

@media (max-width: 899px) {
    .page-id-44 .mphb-room-type {
        display: block;
        padding: 1.25rem 1.15rem 1.45rem;
        overflow: visible;
    }

    .page-id-44 .mphb-room-type-images {
        float: none;
        width: 100%;
        max-width: none;
        margin: -0.3rem -0.3rem 1rem;
        border-radius: 14px;
        overflow: hidden;
    }

    /* Buttons stay full-width stacked on smaller screens (as before) */
    .page-id-44 .mphb-view-details-button-wrapper,
    .page-id-44 .mphb-reserve-room-section {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-top: 0.45rem;
    }

    .page-id-44 .mphb-view-details-button,
    .page-id-44 .mphb-reserve-room-section .button {
        width: 100%;
        justify-content: center;
    }
}
