/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* wrapper custom (responsive) */
.my-rooms-grid .mphb-room-type {
  box-sizing: border-box;
  padding: 0.8rem;
  margin-bottom: 1.2rem;
}

/* grid 3 colonnes desktop, 2 tablettes, 1 mobile */
@media (min-width: 992px) {
  .my-rooms-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .my-rooms-grid .mphb-room-type {
    width: 33.3333%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .my-rooms-grid .mphb-room-type { width: 50%; }
}

@media (max-width: 767px) {
  .my-rooms-grid .mphb-room-type { width: 100%; }
}

/* styling interne : image, titre, extrait, prix */
.my-rooms-grid .mphb-room-type__title { font-size: 1.05rem; margin: 0.5rem 0; text-align:center; }
.my-rooms-grid .mphb-room-type__excerpt { font-size: .95rem; color:#555; margin-bottom:.6rem; text-align:center; }
.my-rooms-grid .mphb-room-type__price { font-weight:700; font-size:1rem; text-align:center; color:#c19b76; margin-bottom: .6rem; }
