.eventi-date {
    background: #F3A54A;
    width: 59px;
    height: 64px;
    position: absolute;
    font-family: 'Lora';
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    padding: 4px 21px;
	line-height: 28px;
    text-align: center;
    border-radius: 8px;
}

.card-event-archive {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    color: #172B4F;
}
.card-event-archive img {
    width: 100%;
    border-radius: 27px;
    padding: 25px;
}

.wrapper-event-content {
    padding: 25px;
}



.event-desc p{
	    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

/*.card-event-archive img {
    height: 230px;
    object-fit: cover;
}
*/
.read-all img{
	border-radius:unset;
	padding:unset;
}
.read-all a{
	color:#0E3246;
	font-family:"Lora";
	font-size:16px;
	font-weight:500;
}


.card-event-archive:hover .read-all img {
    transform: translateX(5px); /* Effetto movimento a destra al passaggio del mouse */
	 transition: transform 0.3s ease;
}
/* Riquadro della data */
.event-date-badge {
    width: 60px;
    height: 65px;
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #F3A54A;
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Lora';
    font-weight: 400;
}

/* Giorno (es. 18) */
.event-day {
    font-size: 20px;
    line-height: 1;
}

/* Mese (es. FEB) */
.event-month {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}
