

/* Start:/local/templates/html/assets/components-template/mixin__news-card/style.css?17646791391792*/
.news-card {
  position: relative;
  transition: all ease .3s; }
  @media (min-width: 1100px) {
    .news-card {
      cursor: pointer; }
      .news-card:hover .news-card__bg .lazy-img-wrap {
        transform: scale(1.03); }
      .news-card:hover .news-card__footer {
        color: #F16121;
        fill: #F16121; } }
  .news-card:active .news-card__footer {
    color: #D92027;
    fill: #D92027; }
  .news-card__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    position: relative;
    z-index: 4;
    pointer-events: none; }
    @media (max-width: 1099px) {
      .news-card__inner {
        gap: 14px; } }
  .news-card__bg {
    position: relative;
    aspect-ratio: 1.41;
    width: 100%;
    pointer-events: none;
    border-radius: 1rem;
    overflow: hidden; }
    @media (max-width: 1099px) {
      .news-card__bg {
        border-radius: 5px; } }
    .news-card__bg .lazy-img-wrap {
      position: absolute;
      transition: all ease .3s;
      inset: 0; }
      .news-card__bg .lazy-img-wrap img {
        object-fit: cover; }
  .news-card__header {
    display: inline-flex;
    gap: .6rem;
    color: #D92027;
    font-weight: 400; }
    .news-card__header span {
      color: #212121; }
  .news-card__footer {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: all ease .3s;
    fill: #212121; }
  .news-card__title span {
    max-height: 13rem; }
    @media (max-width: 1099px) {
      .news-card__title span {
        max-height: 104px; } }
    @media (min-width: 576px) {
      .news-card__title span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; } }

/* End */
/* /local/templates/html/assets/components-template/mixin__news-card/style.css?17646791391792 */
