.elementor-481 .elementor-element.elementor-element-bc16350{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-481 .elementor-element.elementor-element-112ea9e0{margin:140px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}h1.entry-title{margin-top:1px;}/* Start custom CSS for container, class: .elementor-element-bc16350 *//* ================================
   MPHB LOOP CAMERE — Card Alloggi
   ================================ */

/* Contenitore ogni singola camera */
.mphb-room-type {
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(69, 101, 175, 0.10) !important;
    margin-bottom: 30px !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.mphb-room-type:hover {
    box-shadow: 0 10px 35px rgba(69, 101, 175, 0.18) !important;
    transform: translateY(-4px) !important;
}

/* Immagine */
.mphb-loop-room-thumbnail {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    height: 260px !important;
}

.mphb-loop-room-thumbnail img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.mphb-room-type:hover .mphb-loop-room-thumbnail img {
    transform: scale(1.04) !important;
}

/* Titolo camera */
.mphb-room-type-title.entry-title {
    margin: 20px 20px 8px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: 3px solid #4565AF !important;
    padding-bottom: 10px !important;
}

.mphb-room-type-title.entry-title a,
a.mphb-room-type-title {
    color: #2c2c2c !important;
    text-decoration: none !important;
}

.mphb-room-type-title.entry-title a:hover {
    color: #4565AF !important;
}

/* Descrizione breve */
.mphb-room-type > p {
    margin: 0 20px 14px !important;
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.6 !important;
}

/* Titolo "Dettagli" */
.mphb-room-type-details-title {
    margin: 0 20px 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #4565AF !important;
}

/* Lista attributi (ospiti, dimensione, letto) */
.mphb-loop-room-type-attributes {
    list-style: none !important;
    margin: 0 20px 14px !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 16px !important;
}

.mphb-loop-room-type-attributes li {
    font-size: 13px !important;
    color: #555 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.mphb-loop-room-type-attributes .mphb-attribute-title {
    font-weight: 600 !important;
    color: #333 !important;
}

.mphb-loop-room-type-attributes .mphb-attribute-value {
    color: #555 !important;
}

/* Prezzo */
.mphb-regular-price {
    margin: 0 20px 16px !important;
    font-size: 13px !important;
    color: #555 !important;
    border-top: 1px solid #eef0f8 !important;
    padding-top: 12px !important;
}

.mphb-regular-price strong {
    color: #333 !important;
}

.mphb-regular-price .mphb-price {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #4565AF !important;
}

.mphb-regular-price .mphb-currency {
    font-size: 15px !important;
    vertical-align: super !important;
}

.mphb-price-period {
    font-size: 12px !important;
    color: #999 !important;
}

/* Wrapper bottoni */
.mphb-view-details-button-wrapper,
.mphb-to-book-btn-wrapper {
    display: inline-block !important;
    margin: 0 0 20px 10px !important;
    padding: 0 !important;
}

/* Bottone Visualizza dettagli */
.mphb-view-details-button {
    display: inline-block !important;
    background: transparent !important;
    color: #4565AF !important;
    border: 2px solid #4565AF !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.mphb-view-details-button:hover {
    background: #4565AF !important;
    color: #fff !important;
}

/* Bottone Prenota */
.mphb-book-button {
    display: inline-block !important;
    background: #4565AF !important;
    color: #fff !important;
    border: 2px solid #4565AF !important;
    border-radius: 6px !important;
    padding: 8px 18px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.mphb-book-button:hover {
    background: #ffc389 !important;
    border-color: #ffc389 !important;
    color: #333 !important;
}

/* Elimina br residui */
.mphb-to-book-btn-wrapper br {
    display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    .mphb-loop-room-thumbnail,
    .mphb-loop-room-thumbnail img {
        height: 200px !important;
    }

    .mphb-regular-price .mphb-price {
        font-size: 18px !important;
    }
}/* ================================
   MPHB LOOP CAMERE — Card Alloggi
   ================================ */

/* Contenitore ogni singola camera */
.mphb-room-type {
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(69, 101, 175, 0.10) !important;
    margin-bottom: 30px !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.mphb-room-type:hover {
    box-shadow: 0 10px 35px rgba(69, 101, 175, 0.18) !important;
    transform: translateY(-4px) !important;
}

/* Immagine */
.mphb-loop-room-thumbnail {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    height: 260px !important;
}

.mphb-loop-room-thumbnail img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.mphb-room-type:hover .mphb-loop-room-thumbnail img {
    transform: scale(1.04) !important;
}

/* Titolo camera */
.mphb-room-type-title.entry-title {
    margin: 20px 20px 8px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: 3px solid #4565AF !important;
    padding-bottom: 10px !important;
}

.mphb-room-type-title.entry-title a,
a.mphb-room-type-title {
    color: #2c2c2c !important;
    text-decoration: none !important;
}

.mphb-room-type-title.entry-title a:hover {
    color: #4565AF !important;
}

/* Descrizione breve */
.mphb-room-type > p {
    margin: 0 20px 14px !important;
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.6 !important;
}

/* Titolo "Dettagli" */
.mphb-room-type-details-title {
    margin: 0 20px 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #4565AF !important;
}

/* Lista attributi (ospiti, dimensione, letto) */
.mphb-loop-room-type-attributes {
    list-style: none !important;
    margin: 0 20px 14px !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 16px !important;
}

.mphb-loop-room-type-attributes li {
    font-size: 13px !important;
    color: #555 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.mphb-loop-room-type-attributes .mphb-attribute-title {
    font-weight: 600 !important;
    color: #333 !important;
}

.mphb-loop-room-type-attributes .mphb-attribute-value {
    color: #555 !important;
}

/* Prezzo */
.mphb-regular-price {
    margin: 0 20px 16px !important;
    font-size: 13px !important;
    color: #555 !important;
    border-top: 1px solid #eef0f8 !important;
    padding-top: 12px !important;
}

.mphb-regular-price strong {
    color: #333 !important;
}

.mphb-regular-price .mphb-price {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #4565AF !important;
}

.mphb-regular-price .mphb-currency {
    font-size: 15px !important;
    vertical-align: super !important;
}

.mphb-price-period {
    font-size: 12px !important;
    color: #999 !important;
}

/* Wrapper bottoni */
.mphb-view-details-button-wrapper,
.mphb-to-book-btn-wrapper {
    display: inline-block !important;
    margin: 0 0 20px 10px !important;
    padding: 0 !important;
}

/* Bottone Visualizza dettagli */
.mphb-view-details-button {
    display: inline-block !important;
    background: transparent !important;
    color: #4565AF !important;
    border: 2px solid #4565AF !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.mphb-view-details-button:hover {
    background: #4565AF !important;
    color: #fff !important;
}

/* Bottone Prenota */
.mphb-book-button {
    display: inline-block !important;
    background: #4565AF !important;
    color: #fff !important;
    border: 2px solid #4565AF !important;
    border-radius: 6px !important;
    padding: 8px 18px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.mphb-book-button:hover {
    background: #ffc389 !important;
    border-color: #ffc389 !important;
    color: #333 !important;
}

/* Elimina br residui */
.mphb-to-book-btn-wrapper br {
    display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    .mphb-loop-room-thumbnail,
    .mphb-loop-room-thumbnail img {
        height: 200px !important;
    }

    .mphb-regular-price .mphb-price {
        font-size: 18px !important;
    }
}/* End custom CSS */