.elementor-37305 .elementor-element.elementor-element-8ed3553{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-37305 .elementor-element.elementor-element-0858b58{width:100%;max-width:100%;}.elementor-37305 .elementor-element.elementor-element-0858b58.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-37305 .elementor-element.elementor-element-8ed3553{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-0858b58 *//* =========================================================
   USER → RATED EXPERIENCES (My Fav)
   Look & feel = HOME random experiences + stars under title
   Scoped: only .xrdb-user-rated-gallery
   ========================================================= */

.xrdb-user-rated-gallery{
  margin-top: 0;
}

/* Grille responsive : 2 → 3 → 4 → 5 colonnes */
.xrdb-user-rated-gallery .xrdb-user-rated-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  justify-items: stretch;
  align-items: start;
}

/* ≥ 640px : 3 colonnes */
@media (min-width: 640px){
  .xrdb-user-rated-gallery .xrdb-user-rated-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ≥ 1024px : 4 colonnes */
@media (min-width: 1024px){
  .xrdb-user-rated-gallery .xrdb-user-rated-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ≥ 1280px : 5 colonnes */
@media (min-width: 1280px){
  .xrdb-user-rated-gallery .xrdb-user-rated-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Cartes (propres) */
.xrdb-user-rated-gallery .xrdb-exp-card{
  width: 100%;
  text-align: left;
  transition: none;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
}

/* Visuel : boîte uniforme (poster) */
.xrdb-user-rated-gallery .xrdb-exp-poster{
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #f6f6f6;
}

/* Image : remplissage propre */
.xrdb-user-rated-gallery .xrdb-exp-poster img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

/* Meta : centré comme HOME */
.xrdb-user-rated-gallery .xrdb-exp-meta{
  text-align: center;
}

/* Titre : stable (2 lignes max) + rouge */
.xrdb-user-rated-gallery .xrdb-exp-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  margin-top: 8px;
  font-weight: 600;
  color: #EF3B2D !important;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2;
  min-height: calc(1.2em * 2);
}

/* Hover sobre */
.xrdb-user-rated-gallery .xrdb-exp-card:hover,
.xrdb-user-rated-gallery .xrdb-exp-card:focus,
.xrdb-user-rated-gallery .xrdb-exp-card:active{
  transform: none;
  border-color: #ddd;
}

.xrdb-user-rated-gallery .xrdb-exp-title:hover,
.xrdb-user-rated-gallery .xrdb-exp-title:focus,
.xrdb-user-rated-gallery .xrdb-exp-title:active{
  color: #EF3B2D !important;
  text-decoration: none !important;
  font-weight: 600;
}

/* ===== Stars under title ===== */
.xrdb-user-rated-gallery .xrdb-exp-rating{
  margin-top: 6px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.10em;
  font-size: 16px;
}

.xrdb-user-rated-gallery .xrdb-exp-star{
  display: inline-block;
  transform: translateY(1px);
}

.xrdb-user-rated-gallery .xrdb-exp-star.is-on{
  color: #000;
}

.xrdb-user-rated-gallery .xrdb-exp-star.is-off{
  color: rgba(0,0,0,0.18);
}

/* ===== My Fav controls — centered + reasonable width + spacing ===== */

.xrdb-user-rated-controls{
  display: flex;
  align-items: center;
  justify-content: center;   /* ✅ centre l'ensemble */
  gap: 12px;
  margin: 10px 0 26px;       /* ✅ espace avec la grille */
}

.xrdb-user-rated-label{
  font-weight: 700;
  opacity: 0.75;
  white-space: nowrap;
}

/* Dropdown : taille raisonnable, centré */
.xrdb-user-rated-select{
  width: min(520px, 90vw);   /* ✅ pas full width */
  max-width: 520px;
  padding: 10px 12px;

  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background: #fff;

  font-weight: 600;
  line-height: 1.1;
}

/* Optionnel : un peu plus "bouton" au focus */
.xrdb-user-rated-select:focus{
  outline: none;
  border-color: rgba(0,0,0,0.25);
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

/* Espace au-dessus de la grille si besoin */
.xrdb-user-rated-gallery .xrdb-user-rated-grid{
  margin-top: 6px;
}

.xrdb-loadmore{
  display: flex !important;
  justify-content: center !important;
  margin-top: 26px !important;
}

.xrdb-loadmore-btn{
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}/* End custom CSS */