.elementor-675 .elementor-element.elementor-element-ca6fd50{--display:flex;}/* Start custom CSS for html, class: .elementor-element-312b01c *//* ===== ExpatMoscow • Archive Places — fond full-width blanc (existant) ===== */
body.post-type-archive-places,
body.post-type-archive-places #page,
body.post-type-archive-places .site,
body.post-type-archive-places .site-content,
body.post-type-archive-places #content,
body.post-type-archive-places #primary,
body.post-type-archive-places .content-area {
  background: #fff !important;
}

/* Neutralise d’éventuels overlays du thème */
body.post-type-archive-places .site-content::before,
body.post-type-archive-places .site-content::after {
  display: none !important;
}

/* Retire bordures/ombres centrales éventuelles */
body.post-type-archive-places .site-content,
body.post-type-archive-places #primary {
  box-shadow: none !important;
  border: none !important;
}

/* ===== Hero bandeau beige FULL-WIDTH (fix z-index + largeur) ===== */
body.post-type-archive-places .places-archive .hero{
  position: relative;
  padding: 48px 0 24px;
  z-index: 0; /* crée un contexte, le fond passe derrière */
}
body.post-type-archive-places .places-archive .hero::before{
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 100vw;                 /* plein écran */
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fff7f1, transparent); /* beige Events */
  z-index: 0;                   /* fond */
}
/* Le contenu passe au-dessus du fond, y compris les catégories */
body.post-type-archive-places .places-archive .hero > *{
  position: relative;
  z-index: 1;
}

/* ===== Kicker "PLACES • MOSCOW" style maquette ===== */
body.post-type-archive-places .places-archive .kicker{
  display:flex;
  align-items:center;
  gap:.6ch;
  margin:0 0 6px;
  font-family:"Plus Jakarta Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size:0.95rem;
  text-transform:uppercase !important;
  letter-spacing:.12em;
  font-weight:800 !important;   /* bold */
  color:#8E2B2F;                /* Kremlin */
}/* End custom CSS */