.award-post-item-container {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--black-5);
  height: 139px;
  width: 139px;
  border-radius: 4px;
  border: 1px solid var(--black-10-fade);
  text-decoration: none;
  transition: padding 300ms ease-out;
}
.award-post-item-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.award-post-item-container.swiper-slide {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  height: var(--logoCarouselHeight);
  width: auto;
  display: flex;
  align-items: center;
}
.award-post-item-container.swiper-slide .slide-image {
  position: relative;
  height: var(--logoCarouselHeight);
  width: auto;
  max-width: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.award-post-item-container:hover {
  padding: 13.5px;
}

/*# sourceMappingURL=award-post-item.css.map */
