﻿.lsm .js-sitemap-char.active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 221 255 / var(--tw-bg-opacity));
}
.lsm_fitler {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lsm_chars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.lsm_grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 640px) {
  .lsm_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .lsm_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1230px) {
  .lsm_grid {
    gap: 30px;
  }
}
.lsm_postType {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1230px) {
  .lsm_postType {
    gap: 32px;
  }
}
.lsm_holder {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1230px) {
  .lsm_holder {
    gap: 90px;
  }
}
.lsm_item:before {
  content: "";
  background-image: url("../../n8gaming/image/arrow.svg");
  position: absolute;
  top: 50%;
  right: 15px;
  height: 9px;
  width: 5px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: cover;
  background-repeat: no-repeat;
}
