.SQ_migas_yoast {
text-align: left;
}
.SQ_migas_yoast #breadcrumbs {
margin-bottom: 0px;
}
.SQ_migas_yoast #breadcrumbs span {
display: flex;
align-items: center;
font-family: var(--theme-font);
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0.8px;
vertical-align: middle;
color: #45454599;
text-transform: lowercase;
}
@media screen and (max-width: 767px) {
.SQ_migas_yoast #breadcrumbs span {
flex-wrap: wrap;
}
}
.SQ_migas_yoast #breadcrumbs span a {
font-family: var(--theme-font);
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0.8px;
vertical-align: middle;
color: #45454599;
text-decoration: none;
padding-right: 1px;
text-transform: lowercase;
}
.SQ_migas_yoast #breadcrumbs span a:hover {
color: var(--theme-black);
}
.SQ_migas_yoast #breadcrumbs span .breadcrumb_last {
font-family: var(--theme-font);
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0.8px;
vertical-align: middle;
text-transform: lowercase;
color: var(--theme-accent-orange);
padding-left: 5px;
}