:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9d14227 *//* =========================
   BREADCRUMBS FPA – Rank Math
   ========================= */

.rank-math-breadcrumb,
.fpa-breadcrumbs {
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280; /* gris suave */
  margin: 12px 0 18px;
}

.rank-math-breadcrumb a {
  color: #008001; /* verde FPA */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.rank-math-breadcrumb a:hover {
  color: #005f00;
  text-decoration: underline;
}

/* Separador › */
.rank-math-breadcrumb .separator,
.rank-math-breadcrumb span.separator {
  margin: 0 6px;
  color: #9ca3af;
}

/* Último elemento (página actual) */
.rank-math-breadcrumb span.last {
  color: #111827;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .rank-math-breadcrumb {
    font-size: 12px;
    margin-bottom: 14px;
  }
}/* End custom CSS */