/* Host With Us section spacing */
.host-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Space between blocks */
.host-section .row {
    margin-bottom: 40px;
}

/* Headings spacing */
.host-section h2,
.host-section h3 {
    margin-bottom: 20px;
}

/* Paragraph spacing */
.host-section p {
    margin-bottom: 20px;
}

/* Columns spacing (3 features row) */
.host-section .column {
    padding: 20px;
}
/* Hero spacing */
.mphb_sc_search-form{
    margin-top:40px;
}
/* Uniformar imágenes de propiedades */
.mphb-room-type-featured-image img,
.mphb_loop_room_type .mphb-room-type-featured-image img,
.mphb-room-type img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
/* ===== CaribesurBnB Property Cards ===== */

/* Imagen uniforme */
.loop-room-images-wrapper .post-thumbnail{
    height:260px;
    overflow:hidden;
    border-radius:12px 12px 0 0;
}

.loop-room-images-wrapper .post-thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

/* Zoom suave */
.loop-room-wrapper:hover .post-thumbnail img{
    transform:scale(1.06);
}

/* Tarjeta */
.loop-room-wrapper{
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.loop-room-wrapper:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,.18);
}
.loop-room-wrapper{
    padding:12px;
}
.loop-room-wrapper h3{
    font-size:22px;
    font-weight:700;
    margin-top:18px;
    margin-bottom:8px;
}
.loop-room-wrapper .mphb-price{
    font-size:22px;
    color:#17bebb;
    font-weight:700;
}
border-radius:18px 18px 0 0;
/* Más espacio interno en tarjetas */
.loop-room-info-wrapper{
    padding-top: 14px;
}

/* Título de propiedad más limpio */
.loop-room-info-wrapper h3,
.loop-room-info-wrapper .entry-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* Detalles más suaves */
.loop-room-info-wrapper,
.loop-room-info-wrapper p,
.loop-room-info-wrapper span{
    line-height: 1.5;
}

/* Precio más visible */
.loop-room-info-wrapper .mphb-price{
    font-weight: 700;
    color: #0f766e;
}.loop-room-wrapper{
    margin-top:25px;
}.wp-block-button__link,
.button,
.btn{
    border-radius:30px;
    padding:14px 28px;
    font-weight:600;
    transition:.3s;
}.loop-room-wrapper{
    transition:all .3s ease;
}.loop-room-wrapper:hover{
    transform:translateY(-8px);
	
}@media (min-width: 782px) {

  .destination-cards {
    align-items: stretch;
  }

  .destination-cards > .wp-block-column {
    flex: 1 1 0 !important;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .destination-cards .wp-block-cover {
    width: 100%;
  }

  .destination-cards > .wp-block-column > .wp-block-buttons {
    margin-top: auto;
  }
  }
}