.BlogItem {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: var(--animationBase);
  height: 100%;
  width: 100%;
}

.BlogItem:hover .BlogItem-picture img {
  filter: grayscale(0);
}

@media (hover: none) and (pointer: coarse) {
  .BlogItem .BlogItem-picture img {
    filter: grayscale(0);
  }
}

@media (max-width: 63.99rem) {
  .BlogItem .BlogItem-picture img {
    filter: grayscale(0);
  }
}

.BlogItem-flag {
  position: absolute;
  background: linear-gradient(180deg, rgba(24, 22, 26, 0) 39.16%, #18161A 75.42%);
  clip-path: polygon(0.101% 77.81%, 0.101% 0.058%, 100% 0.058%, 100% 77.81%, 50.656% 100%, 0.101% 77.81%);
  z-index: 1;
}

.BlogItem-content {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: var(--animationBase);
  align-self: stretch;
}

.BlogItem-picture {
  position: relative;
  margin-top: -15px;
  max-width: 512px;
}

@media (min-width: 501px) {
  .BlogItem-picture {
    margin-top: -10px;
  }
}

@media (min-width: 48.01rem) {
  .BlogItem-picture {
    margin-top: -20px;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .BlogItem-picture {
    margin-top: -15px;
  }
}

.BlogItem-picture img {
  scale: 0.99;
  display: block;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 44%, white 100%);
  clip-path: polygon(0.101% 77.81%, 0.101% 0.058%, 100% 0.058%, 100% 77.81%, 50.656% 100%, 0.101% 77.81%);
  filter: grayscale(1);
  transition: var(--animationBase);
}

.BlogItem-title {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  color: white;
  bottom: 20%;
  padding: 0 30px;
  z-index: 1;
  max-width: 512px;
  width: 100%;
  right: 50%;
  transform: translate(50%, 0);
  height: calc(3 * 1.5em);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 501px) and (max-width: 1023px) {
  .BlogItem-title {
    font-size: clamp(1.5rem, calc(1.023rem + 1.527vw), 2rem);
  }
}

@media (min-width: 1025px) {
  .BlogItem-title {
    font-size: clamp(1.5rem, calc(-0.278rem + 2.778vw), 2.5rem);
  }
}

.BlogItem-title a {
  color: inherit;
}

.BlogItem-btn {
  background: none;
  padding: 0;
  transition: none;
}

.BlogItem-btn svg {
  margin: 0;
  width: 3.125rem;
  height: 3.125rem;
}

.BlogItem-btn:hover svg path {
  stroke: hsl(var(--colorBrand-h), calc(var(--colorBrand-s) * 1%), calc(var(--colorBrand-l) * 0.8 * 1%));
}

/*# sourceMappingURL=blog-item.min.css.map */
