/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 16:06:47 */
.yoast-breadcrumbs {
  /*@media (max-width: 777px) {
	.breadcrumb_last,
	.seperator:last-of-type {
	display: none;
}
}*/
}
.yoast-breadcrumbs > span {
  display: flex;
  gap: 16px;
}
.yoast-breadcrumbs a, .yoast-breadcrumbs a:visited, .yoast-breadcrumbs span {
  color: #1f1f1f;
  font-size: 16px;
}
@media (max-width: 777px) {
  .yoast-breadcrumbs a, .yoast-breadcrumbs a:visited, .yoast-breadcrumbs span {
    font-size: 12px;
    gap: 8px;
    white-space: pre;
  }
}
.yoast-breadcrumbs a:hover {
  color: #1f1f1f;
  text-decoration: underline;
}
@media (max-width: 777px) {
  .yoast-breadcrumbs {
    max-width: 100%;
  }
}
.yoast-breadcrumbs .breadcrumb_last {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs-small {
  background: white;
  margin-top: -40px;
  padding: 10px 0;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}
.breadcrumbs-small .yoast-breadcrumbs {
  max-width: 1352px;
  padding: 0px 16px 0px 16px;
  margin: auto;
}
@media (max-width: 777px) {
  .breadcrumbs-small {
    margin-top: -24px;
  }
}
