/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 01:52:53 */
/* =========================================
   172 Powers – Accommodation Detail Styling
   Scope: Single Room Type pages (PraBooth, etc.)
   Palette:
   - Deep Wine:    #481D24
   - Primary Red:  #C5283D
   - Neutral Gray: #7A7A7A
   - Accent Gold:  #FFC857
   ========================================= */

/* ---------- Global layout for single room pages ---------- */

body.single-mphb_room_type {
    background: #f9f5f3;
    color: #481D24;
}

.single-mphb_room_type #content {
    max-width: 1120px;
    margin: 3rem auto 4rem;
    padding: 0 1.25rem 3rem;
}

/* Wrap the whole room block in a card-like layout */
.single-mphb_room_type .mphb_room_type {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(72, 29, 36, 0.06);
    padding: 2rem 2.1rem 2.3rem;
}

/* ---------- Title / Heading ---------- */

.single-mphb_room_type .mphb-room-type-title.entry-title {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1.35rem;
    color: #481D24;
    margin: 0 0 1.4rem;
    position: relative;
}

/* Underline accent similar to Search Results header */
.single-mphb_room_type .mphb-room-type-title.entry-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin-top: 0.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #C5283D, #FFC857);
}

/* ---------- Hero image + gallery ---------- */

/* Main hero image */
.single-mphb_room_type .mphb-single-room-type-post-thumbnail {
    margin: 0 0 1.2rem;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.single-mphb_room_type .mphb-single-room-type-post-thumbnail a,
.single-mphb_room_type .mphb-single-room-type-post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

/* Thumbnail gallery below hero */
.single-mphb_room_type .mphb-room-type-gallery-wrapper {
    margin: 0 0 1.8rem;
}

.single-mphb_room_type .mphb-room-type-gallery-wrapper .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.single-mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item {
    margin: 0;
}

.single-mphb_room_type .mphb-room-type-gallery-wrapper .gallery-icon img {
    border-radius: 12px;
    display: block;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.single-mphb_room_type .mphb-room-type-gallery-wrapper .gallery-icon img:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
    opacity: 0.96;
}

/* ---------- Optional intro / quote block ---------- */

.single-mphb_room_type blockquote {
    margin: 1.4rem 0 1.8rem;
    padding: 1rem 1.2rem;
    border-left: 3px solid #C5283D;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    font-style: italic;
    color: #4f383e;
}

/* ---------- Price line ---------- */

.single-mphb_room_type .mphb-regular-price {
    margin: 0.4rem 0 1.4rem;
    font-size: 0.98rem;
    color: #481D24;
}

.single-mphb_room_type .mphb-regular-price strong {
    font-weight: 600;
    margin-right: 0.25rem;
}

.single-mphb_room_type .mphb-regular-price .mphb-price {
    font-weight: 700;
    font-size: 1.08rem;
    margin-right: 0.25rem;
}

.single-mphb_room_type .mphb-regular-price .mphb-price-period {
    font-size: 0.85rem;
    color: #7A7A7A;
}

.single-mphb_room_type .mphb-regular-price .mphb-tax-information {
    font-size: 0.8rem;
    color: #7A7A7A;
}

/* ---------- Details / Attributes ---------- */

.single-mphb_room_type .mphb-details-title {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #7A7A7A;
}

.single-mphb_room_type .mphb-single-room-type-attributes {
    list-style: none;
    margin: 0 0 1.6rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.5rem 1.4rem;
    font-size: 0.92rem;
}

.single-mphb_room_type .mphb-single-room-type-attributes li {
    margin: 0;
}

.single-mphb_room_type .mphb-single-room-type-attributes .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;
}

.single-mphb_room_type .mphb-single-room-type-attributes .mphb-attribute-value {
    color: #481D24;
}

/* ---------- Availability Calendar ---------- */

.single-mphb_room_type .mphb-calendar-title {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #7A7A7A;
}

.single-mphb_room_type .mphb-calendar {
    margin: 0 0 2rem;
    padding: 1.3rem 1.4rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(72, 29, 36, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    overflow-x: auto;
}

/* Lightly tame the jQuery datepick table inside calendar */
.single-mphb_room_type .mphb-calendar .datepick {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.single-mphb_room_type .mphb-calendar .datepick-popup,
.single-mphb_room_type .mphb-calendar .datepick-inline {
    font-size: 0.85rem;
}

/* You can optionally emphasize available days, etc., by hooking into
   MPHBooking’s day classes if you want later. */

/* ---------- Reservation Form Card ---------- */

.single-mphb_room_type .mphb-reservation-form-title {
    margin: 0 0 0.6rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #7A7A7A;
}

.single-mphb_room_type .mphb-booking-form {
    margin-top: 0.5rem;
    padding: 1.7rem 1.9rem 1.9rem;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(72, 29, 36, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem 1.5rem;
    align-items: flex-end;
}

/* Required fields tip */
.single-mphb_room_type .mphb-booking-form .mphb-required-fields-tip {
    width: 100%;
    margin: 0 0 0.8rem;
    color: #7A7A7A;
    font-size: 0.8rem;
    font-style: italic;
}

.single-mphb_room_type .mphb-booking-form .mphb-required-fields-tip abbr[title] {
    color: #C5283D;
    text-decoration: none;
}

/* Individual form groups */
.single-mphb_room_type .mphb-booking-form p.mphb-check-in-date-wrapper,
.single-mphb_room_type .mphb-booking-form p.mphb-check-out-date-wrapper {
    margin: 0;
    flex: 2 1 220px; /* wider date fields */
}

.single-mphb_room_type .mphb-booking-form p.mphb-adults-wrapper,
.single-mphb_room_type .mphb-booking-form p.mphb-children-wrapper {
    margin: 0;
    flex: 1 1 120px; /* narrower capacity selects */
}

.single-mphb_room_type .mphb-booking-form p.mphb-reserve-btn-wrapper {
    margin: 0;
    flex: 0 0 auto;
}

/* Labels */
.single-mphb_room_type .mphb-booking-form label {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #481D24;
}

.single-mphb_room_type .mphb-booking-form label abbr[title] {
    color: #C5283D;
    margin-left: 0.15rem;
}

/* Base inputs & selects */
.single-mphb_room_type .mphb-booking-form input[type="text"],
.single-mphb_room_type .mphb-booking-form select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(122, 122, 122, 0.6);
    background-color: #ffffff;
    color: #481D24;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.1s ease;
}

/* Placeholder text */
.single-mphb_room_type .mphb-booking-form input[type="text"]::placeholder {
    color: #7A7A7A;
    opacity: 0.8;
}

/* Focus state */
.single-mphb_room_type .mphb-booking-form input[type="text"]:focus,
.single-mphb_room_type .mphb-booking-form select:focus {
    outline: none;
    border-color: #C5283D;
    box-shadow: 0 0 0 3px rgba(197, 40, 61, 0.18);
    background-color: #fff;
    transform: translateY(-1px);
}

/* Date inputs: add small calendar icon (same language as search form) */
.single-mphb_room_type .mphb-booking-form .mphb-datepick {
    cursor: pointer;
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='%237A7A7A' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2V4M17 2V4M5 8H19M6 5H18C19.1046 5 20 5.89543 20 7V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5Z' stroke='%237A7A7A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 18px 18px;
    padding-right: 2.4rem;
}

/* Capacity selects: add dropdown arrow */
.single-mphb_room_type .mphb-booking-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 2.4rem;
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='%237A7A7A' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%237A7A7A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 18px 18px;
}

/* Hover state (inputs + selects) */
.single-mphb_room_type .mphb-booking-form input[type="text"]:hover,
.single-mphb_room_type .mphb-booking-form select:hover {
    border-color: rgba(122, 122, 122, 0.9);
}

/* Error messages */
.single-mphb_room_type .mphb-booking-form .mphb-errors-wrapper {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: #C5283D;
}

/* ---------- Reserve Button ---------- */

.single-mphb_room_type .mphb-reserve-btn.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;
    white-space: nowrap;
}

/* Hover: tiny lift + subtle fade */
.single-mphb_room_type .mphb-reserve-btn.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
    opacity: 0.95;
}

/* Focus visible */
.single-mphb_room_type .mphb-reserve-btn.button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #FFC857, 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Active */
.single-mphb_room_type .mphb-reserve-btn.button:active {
    transform: translateY(1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

/* Disabled state */
.single-mphb_room_type .mphb-reserve-btn.button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

/* ---------- Responsive tweaks ---------- */

@media (max-width: 900px) {
    .single-mphb_room_type #content {
        margin-top: 2.2rem;
        margin-bottom: 3rem;
        padding: 0 1rem 2.5rem;
    }

    .single-mphb_room_type .mphb_room_type {
        padding: 1.5rem 1.4rem 1.8rem;
        border-radius: 16px;
    }

    .single-mphb_room_type .mphb-single-room-type-post-thumbnail {
        border-radius: 16px;
    }

    .single-mphb_room_type .mphb-room-type-gallery-wrapper .gallery {
        gap: 0.5rem;
    }

    .single-mphb_room_type .mphb-booking-form {
        flex-direction: column;
        align-items: stretch;
        padding: 1.45rem 1.3rem 1.6rem;
        gap: 0.9rem 0.9rem;
    }

    .single-mphb_room_type .mphb-booking-form p.mphb-check-in-date-wrapper,
    .single-mphb_room_type .mphb-booking-form p.mphb-check-out-date-wrapper,
    .single-mphb_room_type .mphb-booking-form p.mphb-adults-wrapper,
    .single-mphb_room_type .mphb-booking-form p.mphb-children-wrapper,
    .single-mphb_room_type .mphb-booking-form p.mphb-reserve-btn-wrapper {
        flex: 1 1 100%;
    }

    .single-mphb_room_type .mphb-reserve-btn.button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .single-mphb_room_type .mphb-room-type-title.entry-title {
        font-size: 1.2rem;
    }

    .single-mphb_room_type .mphb-single-room-type-post-thumbnail {
        margin-bottom: 1rem;
    }

    .single-mphb_room_type .mphb-calendar {
        padding: 1.1rem 1rem;
    }
}

/* Make accommodation name (e.g., "PraBooth") much more prominent */
.single-mphb_room_type .mphb-room-type-title.entry-title {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 1.9rem;          /* was ~1.35rem – big upgrade */
    color: #481D24;
    margin: 0 0 1.6rem;
    text-align: center;         /* center for hero feel */
    position: relative;
}

.single-mphb_room_type .mphb-room-type-title.entry-title::after {
    content: "";
    display: block;
    width: 110px;               /* wider underline */
    height: 3px;
    margin: 0.6rem auto 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #C5283D, #FFC857);
}
