/* 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;
}

.content-card__link {
  transition: background-color 0.3s;
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.content-card__link::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.content-card__link::before {
  border-radius: 0.375rem;
}
.content-card__image {
  position: relative;
  height: 17.5rem;
}
.content-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-card__category {
  bottom: 1.875rem;
  left: 1.875rem;
  border-radius: 0.1875rem;
  position: absolute;
}
.content-card__title {
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.content-card__title {
  line-height: 140%;
  letter-spacing: -0.02em;
  transition: color 0.3s ease-in-out;
}
.content-card__text {
  margin-bottom: 1.25rem;
}
.content-card__text {
  line-height: 150%;
  color: #5a626b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.content-card__meta {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media (width <= 88.25em) and (width > 88.25em) {
  .content-card__body {
    padding: 1.875rem;
  }
}
@media (width <= 88.25em) and (width <= 62em) {
  .content-card__body {
    padding: 1.25rem;
  }
}
@media (width <= 62em) {
  .content-card__image {
    height: 11.25rem;
  }
  .content-card__title {
    font-size: 1.125rem;
  }
  .content-card__text {
    font-size: 0.9375rem;
  }
}
@media (width <= 48em) {
  .content-card__meta {
    flex-wrap: wrap;
  }
  .content-card__views {
    width: 100%;
  }
}
@media (width <= 88.25em) and (width > 62em) and (width <= 88.25em) {
  .content-card__body {
    padding: clamp( 1.25rem , -0.2261904761875rem  +  2.380952381vw , 1.875rem );
  }
}
@media (width > 48em) {
  .content-card__meta {
    justify-content: space-between;
  }
  .content-card__date {
    flex: 1;
  }
}
@media (width > 62em) and (width <= 84.375em) {
  .content-card__title {
    font-size: clamp( 1.125rem , 0.77863128491875rem  +  0.5586592179vw , 1.25rem );
  }
  .content-card__text {
    font-size: clamp( 0.9375rem , 0.76431564245625rem  +  0.2793296089vw , 1rem );
  }
}
@media (width > 84.375em) {
  .content-card__title {
    font-size: 1.25rem;
  }
  .content-card__text {
    font-size: 1rem;
  }
}
@media (width > 88.25em) {
  .content-card__body {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  }
}
@media (any-hover: hover) {
  .content-card__link:hover {
    background-color: #ea3e42;
  }
  .content-card__title:hover {
    color: #ea3e42;
  }
}
@media (any-hover: none) {
  .content-card__link:active {
    background-color: #ea3e42;
  }
  .content-card__title:active {
    color: #ea3e42;
  }
}