.elementor-5839 .elementor-element.elementor-element-10fd7ef5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5839 .elementor-element.elementor-element-10fd7ef5:not(.elementor-motion-effects-element-type-background), .elementor-5839 .elementor-element.elementor-element-10fd7ef5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#003F86;}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-5839 .elementor-element.elementor-element-23754f9c{--display:flex;}.elementor-5839 .elementor-element.elementor-element-256723f1{--display:flex;}.elementor-5839 .elementor-element.elementor-element-4fe3a680{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-justify-content:center;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:center;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-distance-from-content:0px;--n-menu-open-animation-duration:500ms;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:0px;--n-menu-title-color-normal:#FFFFFF;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-5839 .elementor-element.elementor-element-4fe3a680 {--n-menu-title-color-hover:#B8D6F7;--n-menu-title-color-active:#CEE3FA;}.elementor-5839 .elementor-element.elementor-element-d41f88e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for mphbe-search-results, class: .elementor-element-8504b0b *//* ============================================
   PÁGINA DE DETALLES DEL ALOJAMIENTO - MOTOPRESS
   ============================================ */

/* Contenedor principal */
.mphb_sc_search_results-wrapper,
.mphb-room-type-wrapper,
.type-mphb_room_type {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Encabezado del título */
.entry-title,
.mphb-room-type-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Subtítulo/descripción corta */
.mphb-room-type-title + p,
.entry-header p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Sección de fechas y precio */
.mphb-reserve-room-section,
.mphb-booking-details {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.mphb-reserve-room-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* Precio destacado */
.mphb-price,
.mphb-regular-price {
    font-size: 28px;
    font-weight: 700;
    color: #17a2b8;
    margin: 15px 0;
}

.mphb-price-breakdown {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
}

/* Botón de reserva principal */
.mphb-reserve-btn,
.mphb-button,
button[type="submit"] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: #ffffff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    margin-top: 15px;
}

.mphb-reserve-btn:hover,
.mphb-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(23, 162, 184, 0.3);
}

/* Galería de imágenes */
.mphb-room-type-gallery,
.mphb-gallery {
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
}

.mphb-room-type-gallery img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.mphb-room-type-gallery img:hover {
    transform: scale(1.02);
}

/* Miniaturas de galería */
.mphb-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.mphb-gallery-thumbs img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.mphb-gallery-thumbs img:hover,
.mphb-gallery-thumbs img.active {
    border-color: #17a2b8;
    transform: scale(1.05);
}

/* Sección de detalles */
.mphb-room-type-details,
.entry-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mphb-room-type-details h2,
.entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

/* Lista de características */
.mphb-room-type-attributes,
.mphb-loop-room-type-attributes ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.mphb-room-type-attributes li,
.mphb-loop-room-type-attributes li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #495057;
}

.mphb-room-type-attributes li:last-child {
    border-bottom: none;
}

.mphb-room-type-attributes li strong {
    color: #2c3e50;
    font-weight: 600;
    min-width: 150px;
}

/* Iconos para características */
.mphb-room-type-attributes li:before {
    content: "✓";
    color: #17a2b8;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
}

/* Amenidades/Servicios */
.mphb-room-type-facilities,
.mphb-facilities-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.mphb-facility-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.mphb-facility-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

/* Calendario de disponibilidad */
.mphb-calendar,
.mphb-datepick {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 30px 0;
}

.mphb-calendar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.mphb-calendar td {
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.mphb-calendar td.available {
    background: #d4edda;
    color: #155724;
    cursor: pointer;
}

.mphb-calendar td.available:hover {
    background: #28a745;
    color: #ffffff;
    transform: scale(1.1);
}

.mphb-calendar td.booked {
    background: #f8d7da;
    color: #721c24;
}

/* Reseñas/Reviews */
.mphb-reviews-section {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mphb-review-item {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px;
}

.mphb-review-item:last-child {
    border-bottom: none;
}

.mphb-review-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.mphb-review-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.mphb-review-rating {
    color: #ffc107;
    font-size: 18px;
}

/* Sidebar con información adicional */
.mphb-sidebar-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    position: sticky;
    top: 20px;
}

.mphb-sidebar-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.mphb-info-item {
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mphb-info-item:last-child {
    border-bottom: none;
}

.mphb-info-item i {
    color: #17a2b8;
    font-size: 20px;
    width: 25px;
}

/* Layout responsive de 2 columnas */
@media (min-width: 992px) {
    .mphb-room-type-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 30px;
    }
    
    .mphb-main-content {
        grid-column: 1;
    }
    
    .mphb-sidebar {
        grid-column: 2;
    }
}

/* Badges/Etiquetas */
.mphb-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #17a2b8;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mphb-badge.popular {
    background: #ffc107;
    color: #000;
}

.mphb-badge.new {
    background: #28a745;
}

/* Descripción expandible */
.mphb-description-short {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.mphb-description-short.expanded {
    max-height: none;
}

.mphb-read-more {
    color: #17a2b8;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.mphb-read-more:hover {
    color: #138496;
    text-decoration: underline;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .mphb-room-type-wrapper {
        padding: 20px 15px;
    }
    
    .entry-title,
    .mphb-room-type-title {
        font-size: 24px;
    }
    
    .mphb-room-type-details,
    .mphb-reserve-room-section {
        padding: 20px;
    }
    
    .mphb-facilities-list {
        grid-template-columns: 1fr;
    }
    
    .mphb-gallery-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Animaciones suaves */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mphb-room-type-wrapper > * {
    animation: fadeIn 0.5s ease-out;
}

/* Links de navegación */
.mphb-view-details-link,
.mphb-book-link {
    color: #17a2b8;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb-view-details-link:hover,
.mphb-book-link:hover {
    color: #138496;
    text-decoration: underline;
}

/* Footer de información */
.mphb-room-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
}

/* Políticas y términos */
.mphb-policies {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
}

.mphb-policies h4 {
    color: #856404;
    font-weight: 700;
    margin-bottom: 15px;
}

.mphb-policies ul {
    list-style: none;
    padding-left: 0;
}

.mphb-policies li {
    padding: 8px 0;
    color: #856404;
}/* End custom CSS */