/* Latest Posts – 3/2/1 κολώνες και μπλε κάρτες */
.wp-block-latest-posts__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
h2, h3, h4, h5, h6 P{
	padding-top:20px;
}
figure.wp-block-post-featured-image {
    aspect-ratio: 6 / 3!important;	
    
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	    object-position: top right;
}
@media (max-width: 1024px) {
  .wp-block-latest-posts__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .wp-block-latest-posts__list { grid-template-columns: 1fr; }
}

/* Κάρτα */
.wp-block-latest-posts__list > li {
  background: linear-gradient(180deg, #0b2a4d 0%, #014887 100%);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0,0,0,.75);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width :100%!important;
}

/* Εικόνα επάνω, cover */
.wp-block-latest-posts__featured-image {
  margin: 0;
  height: 180px;
  overflow: hidden;
}
.wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Τίτλος: μία γραμμή με ellipsis */
.wp-block-latest-posts__post-title {
  display: block;
  padding: 10px 14px 0;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Meta */
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  padding: 0 14px;
  color: #d6e8ff;
  font-size: 13px;
}

/* Απόσπασμα */
.wp-block-latest-posts__post-excerpt {
  padding: 8px 14px 14px;
  color: #fff;
  margin: 0;
}
@media (max-width:761px) {
	.dmiosieutike-apo-group p , .dmiosieutike-apo-group div {
		font-size: 12px!important;
	}
}