/*
Theme Name: WYBE Thème
Description: Thème enfant de Hello Elementor
Author: WYBE
Template: hello-elementor
Version: 1.0.0
Text Domain: wybe-theme
*/

/* Fil d'Ariane Rank Math - forcé */
.elementor-shortcode .rank-math-breadcrumb,
.elementor-shortcode .rank-math-breadcrumb p {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #000 !important;
}

.elementor-shortcode .rank-math-breadcrumb p {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.45rem !important;
}

.elementor-shortcode .rank-math-breadcrumb a {
  color: #000 !important;
  text-decoration: none !important;
}

.elementor-shortcode .rank-math-breadcrumb a:hover {
  color: #ffaa00 !important;
}

.elementor-shortcode .rank-math-breadcrumb .separator {
  color: #FFAA01 !important;
  font-weight: 700 !important;
}

.elementor-shortcode .rank-math-breadcrumb .last {
  color: #000 !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .elementor-shortcode .rank-math-breadcrumb,
  .elementor-shortcode .rank-math-breadcrumb p {
    font-size: 0.9rem !important;
  }
}