@charset "UTF-8";
/**
    * Get the font size from the font size map
    * @param {string} $element - Element name
    * @param {string} $device - Device name
    * @return {string} - Font size
    */
.posts-list-block.layout-1 .container .posts-list--posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 22px;
  row-gap: 50px;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-1 .container .posts-list--posts {
    grid-template-columns: minmax(0, 1fr);
  }
}
.posts-list-block.layout-1 .container .posts-list--posts {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-1 .container .posts-list--posts {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .posts-list-block.layout-1 .container .posts-list--posts {
    margin-bottom: 25px;
  }
}
.posts-list-block.layout-1 .container .posts-list--posts .slick-track {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-1 .container .posts-list--posts .posts-list__item:nth-child(n+5) {
    display: none;
  }
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
  gap: 30px;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a {
    grid-template-columns: 31.875vw auto;
  }
}
@media only screen and (max-width: 575px) {
  .posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__background {
  aspect-ratio: 347/267;
  width: 100%;
  height: auto;
  border: 1px solid #a3a3a3;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__background {
    overflow: hidden;
    aspect-ratio: 1/1;
  }
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__background img {
  aspect-ratio: 347/267;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s ease-out;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__background img {
    aspect-ratio: 1/1;
  }
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a:hover .posts-list__background img {
  transform: scale(1.1);
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__content h2 {
  font-size: clamp(18px, 1.3020833333vw, 25px);
  margin-bottom: 14.39px;
  line-height: 1.2;
  color: var(--neutral-color);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__content h2:hover {
  color: var(--accent-color);
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__content .posts-list__excerpt {
  color: var(--gray-color);
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__content .posts-list__excerpt {
  font-size: clamp(14px, 1.0416666667vw, 20px);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-list-block.layout-1 .container .posts-list--posts .posts-list__item a .posts-list__content .posts-list__date {
  display: flex;
  margin-top: 20px;
  font-size: clamp(16px, 1.1979166667vw, 20px);
  line-height: 1.2;
  color: var(--neutral-color);
  font-weight: 400;
}
.posts-list-block.layout-2 .container .posts-list--posts {
  display: grid;
  gap: 29px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-2 .container .posts-list--posts {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .posts-list-block.layout-2 .container .posts-list--posts {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-2 .container .posts-list--posts {
    gap: 14px;
  }
}
.posts-list-block.layout-2 .container .posts-list--posts .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-2 .container .posts-list--posts .slick-slide {
    margin: 0 7px;
  }
}
.posts-list-block.layout-2 .container .posts-list--posts .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-2 .container .posts-list--posts .slick-list {
    margin: 0 -7px;
  }
}
.posts-list-block.layout-2 .container .posts-list--posts .posts-list__item a {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1279px) {
  .posts-list-block.layout-2 .container .posts-list--posts .posts-list__item a {
    gap: 20px;
  }
}
.posts-list-block.layout-2 .container .posts-list--posts .posts-list__item a .posts-list__content h2 {
  font-size: clamp(16px, 1.6666666667vw, 32px);
  line-height: clamp(26px, 1.9791666667vw, 38px);
  color: var(--neutral-color);
  transition: color 0.3s ease;
}
.posts-list-block.layout-2 .container .posts-list--posts .posts-list__item a .posts-list__content h2:hover {
  color: var(--accent-color);
}
.posts-list-block.layout-2 .container .posts-list--posts .posts-list__item a .posts-list__background {
  aspect-ratio: 410/423;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.posts-list-block.layout-2 .container .posts-list--posts .posts-list__item a .posts-list__background img {
  aspect-ratio: 410/423;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s ease-out;
}
.posts-list-block.layout-2 .container .posts-list--posts .posts-list__item a .posts-list__background:hover img {
  transform: scale(1.1);
}
.posts-list-block.layout-2 .container .posts-list--posts .posts-list__item:nth-child(odd) a {
  flex-direction: column-reverse;
}

@media only screen and (max-width: 1279px) {
  .title-row:has([data-text=ΑΡΘΡΑ]) .title-arrows,
  .title-row:has([data-text=ΕΝΗΜΕΡΩΣΕΙΣ]) .title-arrows,
  .title-row:has([data-text=ΕΦΑΡΜΟΓΕΣ]) .title-arrows {
    display: none !important;
  }
}