.navigation-wrapper {
  position: relative;
}

.c-our-works__carousel-link {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.c-our-works__carousel-link::after {
  content: "";
  background: no-repeat center url('../../assets/images/portfolio-item-overlay.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  transform: translate(-1.75rem, -1.75rem);
  transition: opacity 300ms ease-in-out;
  opacity: 0;
}

.c-our-works__carousel-link:hover::after,
.c-our-works__carousel-link:focus::after  {
  opacity: 1;
}

.c-our-works__carousel-image {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.c-our-works__carousel ~ .arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2.875rem;
  height: 2.875rem;
  border: 0;
  cursor: pointer;
  background: var(--wp--preset--color--white) no-repeat center 50%;
}

.c-our-works__carousel ~ .arrow--left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M15.293 3.293 6.586 12l8.707 8.707 1.414-1.414L9.414 12l7.293-7.293-1.414-1.414z'/%3E%3C/svg%3E");
}

.c-our-works__carousel ~ .arrow--right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z'/%3E%3C/svg%3E");
}
