.noticia-card.destacada {
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.etiqueta-exclusivo, .etiqueta-premio, .etiqueta-record, 
.etiqueta-social, .etiqueta-futuro {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-weight: bold;
    color: white;
    border-radius: 3px;
    font-size: 0.8em;
}

.etiqueta-exclusivo {
    background-color: #FF0000;
}

.etiqueta-premio {
    background-color: #4CAF50;
}

.etiqueta-record {
    background-color: #2196F3;
}

.etiqueta-social {
    background-color: #9C27B0;
}

.etiqueta-futuro {
    background-color: #FF9800;
}

.noticia-titulo {
    font-weight: bold;
    color: #d35400;
    font-size: 1.1em;
    margin-bottom: 10px;
}