/* ===== NOTICIAS RELACIONADAS ===== */
#cc-related-selected .cc-related-item {
    background: #f5f5f5;
    padding: 6px 10px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    font-size: 13px;
}

#cc-related-selected .remove {
    color: #e11d48;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.2s;
}

#cc-related-selected .remove:hover {
    color: #be123c;
    transform: scale(1.2);
}

.remove {
    color: #e11d48 !important;
    font-weight: bold;
    cursor: pointer;
}