.wp-block-dragndrop-dndsteps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep {
  flex: 1;
  margin-right: 2.3rem;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep a {
  display: block;
  padding: 0.8rem 1rem;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep::before, .wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep::after {
  position: absolute;
  top: 1.3rem;
  left: 100%;
  content: "";
  border: 1rem solid #0073B5;
  transform: translateX(-0.35rem) rotate(45deg);
  border-radius: 3px;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep::after {
  transform: translateX(-0.8rem) rotate(45deg);
  border: 1rem solid #fff;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep.active {
  background-color: #F85E2F;
  border-radius: 10px;
  font-weight: 700;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep.active a {
  display: block;
  color: #fff;
  padding: 0.8rem 1rem;
  text-align: center;
  padding-right: 3.3rem;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep.active a:hover {
  text-decoration: none;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep.active::after {
  position: absolute;
  right: 100%;
  background: #fff;
  display: block;
  left: auto;
  transform: none;
  border: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep.active::before {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  border: 1.6rem solid #F85E2F;
  transform-origin: left;
  transform: translateY(-1.1rem) rotate(45deg) translateX(-2.3rem);
}
.wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep:last-child:not(.active)::before, .wp-block-dragndrop-dndsteps .wp-block-dragndrop-dndstep:last-child:not(.active)::after {
  display: none;
}
