/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}

.share {
  position: relative;
}
.share:hover .share__share-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.share:hover .button {
  background-color: #161616;
  color: #fff;
}
.share:hover .button svg path {
  stroke: #fff;
}
.share__share-list {
  margin-top: 0.625rem;
  padding: 1.125rem 1.25rem;
  position: relative;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
}
.share__share-list::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #f5f5f5;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0rem * 0.414)), calc(100% - calc(1.0625rem - 0rem * 0.414)) 100%, 0 100%);
}
.share__share-list {
  border-radius: 0.1875rem;
}
.share__share-list::before {
  content: "";
  border-radius: 0.1875rem;
}
.share__share-list {
  position: absolute;
  right: 0;
  top: 110%;
  width: 14.5625rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out;
}
.share__share-list._active {
  opacity: 1;
  visibility: visible;
}
.share__share-item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.share__share-link {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease-in-out;
  width: 100%;
}
@media (width <= 39.375rem) {
  .share__share-list {
    right: -3.125rem;
  }
}
@media (width > 75rem) {
  .share {
    padding-bottom: 0.625rem;
  }
}
@media (any-hover: hover) {
  .share__share-link:hover {
    color: #ea3e42;
  }
}
@media (any-hover: none) {
  .share__share-link:active {
    color: #ea3e42;
  }
}