/* Start custom CSS for page-settings */.ce-breadcrumb ol.elementor-row {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  list-style: none !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
}

.ce-breadcrumb .ce-breadcrumb__item::before {
  display: none !important;
  content: none !important;
}

.ce-breadcrumb .ce-breadcrumb__item {
  margin-right: -6px !important;
  position: relative;
}

.ce-breadcrumb .ce-breadcrumb__item:nth-child(1) { z-index: 10; }
.ce-breadcrumb .ce-breadcrumb__item:nth-child(2) { z-index: 9; }
.ce-breadcrumb .ce-breadcrumb__item:nth-child(3) { z-index: 8; }
.ce-breadcrumb .ce-breadcrumb__item:nth-child(4) { z-index: 7; }
.ce-breadcrumb .ce-breadcrumb__item:nth-child(5) { z-index: 6; }
.ce-breadcrumb .ce-breadcrumb__item:nth-child(6) { z-index: 5; }

.ce-breadcrumb .ce-breadcrumb__item a,
.ce-breadcrumb .ce-breadcrumb__item > span {
  display: block !important;
  padding: 9px 20px 9px 32px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%) !important;
}

.ce-breadcrumb .ce-breadcrumb__item:first-child a {
  padding-left: 18px !important;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%) !important;
  border-radius: 4px 0 0 4px !important;
}

.ce-breadcrumb .ce-breadcrumb__item a {
  background: #dde1e7 !important;
  color: #3b4252 !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.ce-breadcrumb .ce-breadcrumb__item a:hover {
  background: #c2c8d1 !important;
  color: #1a1e2a !important;
}

.ce-breadcrumb .ce-breadcrumb__item:last-child > span {
  background: #f97316 !important;
  color: #fff !important;
  font-weight: 600 !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14px 50%) !important;
  border-radius: 0 4px 4px 0 !important;
}

.ce-breadcrumb .ce-breadcrumb__item a::after,
.ce-breadcrumb .ce-breadcrumb__item a::before {
  display: none !important;
}

@media (max-width: 768px) {
  .ce-breadcrumb .ce-breadcrumb__item a,
  .ce-breadcrumb .ce-breadcrumb__item > span {
    font-size: 11px !important;
    padding: 7px 14px 7px 24px !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%) !important;
  }
  .ce-breadcrumb .ce-breadcrumb__item:first-child a {
    padding-left: 12px !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%) !important;
  }
  .ce-breadcrumb .ce-breadcrumb__item:last-child > span {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%) !important;
  }
  .ce-breadcrumb .ce-breadcrumb__item {
    margin-right: -4px !important;
  }
}/* End custom CSS */