/* Generated by vite-plugin-svg-spritemap */
.news-item {
  border-radius: 0.125rem;
  box-shadow: 0 0.25rem 0.35624998808125rem 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.news-item__image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 333/313;
}
.news-item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 333/313;
  transition: transform 0.4s;
}
.news-item__lable {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  max-width: 4.1875rem;
  max-height: 2.5rem;
  aspect-ratio: 67/40;
}
.news-item__inner {
  padding: 1.125rem 0.75rem 1rem 0.625rem;
  display: flex;
  flex-direction: column;
}
.news-item__event {
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  font-size: 0.75rem;
  color: #5A5A55;
}
.news-item__event:not(:last-child) {
  margin-bottom: 0.625rem;
}
.news-item__event::before {
  display: flex;
  flex: 0 0 1rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.news-item__title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-item__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.news-item__info {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #5A5A55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 47.99875em) {
  .news-item__lable {
    top: 1rem;
    right: 1rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .news-item:hover {
    box-shadow: 0.1875rem 0.625rem 0.625rem 0.1875rem rgba(0, 0, 0, 0.09);
  }
  html:not([data-fls-touch]) .news-item__image:hover img {
    transform: scale(1.02);
  }
  html:not([data-fls-touch]) .news-item__title:hover {
    text-decoration: underline;
    color: #C2552E;
  }
}