.alpha-news-container {
    max-width: 700px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.alpha-news-item {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

.alpha-news-item:hover {
    background-color: #611170; /* color hover que quieres */
    color: white;
}

.alpha-news-item h3 a {
    color: #611170;
    text-decoration: none;
}

.alpha-news-item:hover h3 a {
    color: #fff;
}

.alpha-news-item small {
    color: #666;
    display: block;
    margin-bottom: 8px;
}

.alpha-news-item:hover small {
    color: #ddd;
}
