.SQ_migas_yoast #breadcrumbs span {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--theme-white);
}
.SQ_migas_yoast #breadcrumbs a,
.SQ_migas_yoast #breadcrumbs > span {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #939399;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.SQ_migas_yoast #breadcrumbs a:hover {
  color: var(--theme-base);
}
