.eap-recent-updates-list {
list-style: none;
padding-left: 0;
margin: 0;
font-family: 'Inter', sans-serif;
color: #111; }
.eap-recent-update-item {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
padding-bottom: 5px;
}
.eap-recent-update-item time {
font-family: 'Roboto Mono', monospace;
min-width: 110px;
color: #222;
font-weight: 500;
margin-right: 10px;
flex-shrink: 0;
}
.eap-recent-update-item a {
color: #111; text-decoration: none;
font-weight: 500;
transition: color 0.2s ease;
}
.eap-recent-update-item a:hover {
color: #555;
} .eap-recent-updates-title {
font-family: 'Inter', sans-serif;
font-size: 1.8rem;
font-weight: 600;
color: #111;
margin-bottom: 10px;
}
.eap-recent-updates-description {
font-family: 'Inter', sans-serif;
color: #555;
margin-bottom: 20px;
}
@media (max-width: 600px) {
.eap-recent-update-item {
flex-direction: column;
align-items: flex-start;
}
.eap-recent-update-item time {
margin-bottom: 2px;
}
}