.blog-card {
  	display: flex;
  	flex-direction: column;
 	height: 100%;
  	min-height: 400px;
	box-shadow: 0 0 20px #0000001a;
}

.blog-card .wp-block-post-featured-image{
	height: max-content;
}

.blog-cover img {
  filter: blur(4px);
  transform: scale(1.05);
}

.wp-block-group.alignwide.is-vertical.is-layout-flex {
  	flex: 1;
  	display: flex; 
  	flex-direction: column;
}

.blog-content-group {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
	height: 100% !important;
}

.leggi-articolo-blog {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #686868 !important;
    border-radius: 6px !important;
    text-align: center;
    display: block;
    background-color: transparent;
    color: #686868;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.1s ease, color 0.1s ease;
    outline: none !important;
    box-shadow: none !important;
}

.leggi-articolo-blog:hover,
.leggi-articolo-blog:focus-visible {
    background-color: #e9ebf0;
    color: #ffffff;
    border: 2px solid #686868 !important;
    outline: none !important;
    box-shadow: none !important;
}

.leggi-articolo-blog:focus {
    outline: none !important;
    box-shadow: none !important;
}

ul.blog-template.wp-block-post-template {
   	margin-inline: auto;
}

@media (max-width: 1600px) {
	ul.blog-template.wp-block-post-template {
		width: 1324px;
		gap: 2rem;
  	}
}

@media (max-width: 1439px) {
	ul.blog-template.wp-block-post-template {
		width: 1000px;
		gap: 4rem;
    	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  	}
}

@media (max-width: 1079px) {
	ul.blog-template.wp-block-post-template {
		width: 968px;
		gap: 2rem;
  	}
}

@media (max-width: 1008px) {
	ul.blog-template.wp-block-post-template {
		width: 888px;
		gap: 3rem;
  	}
}

@media (max-width: 928px) {
	ul.blog-template.wp-block-post-template {
		width: 768px;
		gap: 4rem;
  	}
}

@media (max-width: 820px) {
	ul.blog-template.wp-block-post-template {
		width: 768px;
		gap: 2rem;
  	}
}

@media (max-width: 808px) {
	ul.blog-template.wp-block-post-template {
		width: 420px;
    	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  	}
}