  .rltdwidget{
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
  .rltd_outer {
    width: 100%;
    text-align: left;
  }
  .rltd_container {
    margin: 0;
  }
  .rltd_header {
    color: var(--heading-color);
    font-family: "Geist Sans", serif;
    font-size: 1.8125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.87px;
    margin-bottom: 1.5rem;
  }
  .rltd_header:after {
    content: "Ez is érdekelhet";
  }
  .rltd_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .rltd_item_container {
    margin-bottom: 0;
    box-sizing: border-box;
    position: relative;
    padding: 0;
  }

  .rltd_item {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: var(--heading-color);
    font-weight: bold;
  }
  .rltd_image {
    flex-shrink: 0;
    /*padding-top: 60%;*/
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 16/10;
  }
  .rltd_title_outer {
    flex-shrink: 0;
    margin: .25rem 0;
    vertical-align: top;
    line-height: 112.5%;
    max-height: calc(112.5% * 3);
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .rltd_title {
    font-family: "Geist Sans", serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 112.5%;
    letter-spacing: -0.48px;
    text-decoration: none;
    background-image: linear-gradient(0deg, var(--site-500), var(--site-500));
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size 0.3s;
    color: var(--heading-color);
    display: inline;
  }
  .rltd_title:hover,
  .rltd_title:focus {
      background-size: 100% 2px;
      background-position: 0 100%;
  }
  .rltd_lead {
    color: var(--body-color);
    font-size: 14px;
    font-family: aleo, serif;
  }
  .rltd_item_container:hover .rltd_title {
    text-decoration: none !important;
    cursor: pointer;
  }
  .rltd_tag {
    font-size: 0.688rem;
    display: block;
    line-height: 10px;
    right: .5rem;
    top: .5rem;
    left: inherit;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .7);
    color: #323a3b;
   font-weight: normal;
    position: absolute;
    padding: .25rem;
}

  .rltd_article_tag {
    /* partneroldali ajánlások esetén az .rltd_tag-el együtt jelenik meg az elemen */
    color: #323a3b;
    display: none;
  }
  .rltd_brand {
    display: flex;
    padding: .25rem;
  }
  .rltd_brand a {
    color: #323a3b;
    font-size: 0.688rem;
    text-decoration: none;
    font-family: "Geist Sans", serif;
  }

  .jcfe {
    justify-content: flex-end;
  }
  .rltd_w_5 {
    width: calc(25% - .8rem);
  }
  .rltd_w_4{
    width: calc(25% - .75rem);
  }
  .rltd_w_3 {
    width: calc(33.33% - 0.665rem)
  }
  .rltd_w_2 {
    width: calc(50% - 0.5rem)
  }
  .rltd_w_1 {
    width: 100%;
  }

  /* videós hirdetés play ikon */
  .rltd_item_container[data-video] .rltd_image {
    position: relative;
  }
  .rltd_item_container[data-video] .rltd_image:after {
    content: "";
    display: block;
    width: 24%;
    height: 24%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2OCA0OCI+PHBhdGggY2xhc3M9Inl0cC1sYXJnZS1wbGF5LWJ1dHRvbi1iZyIgZD0iTTY2LjUyLDcuNzRjLTAuNzgtMi45My0yLjQ5LTUuNDEtNS40Mi02LjE5QzU1Ljc5LC4xMywzNCwwLDM0LDBTMTIuMjEsLjEzLDYuOSwxLjU1IEMzLjk3LDIuMzMsMi4yNyw0LjgxLDEuNDgsNy43NEMwLjA2LDEzLjA1LDAsMjQsMCwyNHMwLjA2LDEwLjk1LDEuNDgsMTYuMjZjMC43OCwyLjkzLDIuNDksNS40MSw1LjQyLDYuMTkgQzEyLjIxLDQ3Ljg3LDM0LDQ4LDM4LDQ4czIxLjc5LTAuMTMsMjcuMS0xLjU1YzIuOTMtMC43OCw0LjY0LTMuMjYsNS40Mi02LjE5QzY3Ljk0LDM0Ljk1LDY4LDI0LDY4LDI0UzY3Ljk0LDEzLjA1LDY2LjUyLDcuNzR6IiBmaWxsPSIjZjAwIj48L3BhdGg+PHBhdGggZD0iTSA0NSwyNCAyNywxNCAyNywzNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* MEDIA QUERIES */
  @media only screen and (max-width: 767px) {
    .rltd_w_5,
    .rltd_w_4,
    .rltd_w_3,
    .rltd_w_2 {
      width: calc(50% - .5rem) !important;
    }
    .rltd_title {
      font-size: 18px;
    }
    .rltd_image {
      padding-top: 60%;
    }
  }
  @media only screen and (max-width: 350px) {
    .rltd_w_5,
    .rltd_w_4,
    .rltd_w_3,
    .rltd_w_2 {
      width: 100% !important;
    }
  }