
.fxm-lightinfocard-wrap {
  background: #fff;
  border-radius: 5px;
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.fxm-lightinfocard-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  &-left {
    flex-direction: row-reverse;
    .fxm-lightinfocard-info {
      margin-left: 1rem;
    }
  }
  &-right {
    flex-direction: row;
    .fxm-lightinfocard-info {
      margin-right: 1rem;
    }
  }
}
.fxm-lightinfocard-title {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.fxm-lightinfocard-info {
  li {
    padding: 0.3rem 0;
    color: @color-text-secondary;
    font-size: @font-size-base;
  }
}
.fxm-lightinfocard-img-container {
  display: flex;
  flex: 3 1;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fxm-lightinfocard-img-info {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.2rem;
  color: #fff;
}
.fxm-lightinfocard-extra {
  color: rgba(0, 0, 0, .45);
  font-size: @font-size-caption-sm;
  margin-top: 0.7rem;
  display: inline-block;
  padding: 12px;
}
.fxm-lightinfocard-extraItem {
  margin-right: 1.5rem;
}
.fxm-lightinfocard-no-img {
  font-size: 5rem;
  fill: rgba(0, 0, 0, 0.6);
  width: 100%;
}

